{"_id":"@shopify/hydrogen","_rev":"1491-f4c65ccb74c56cb169064bc9b5d32659","name":"@shopify/hydrogen","dist-tags":{"experimental":"0.0.0-experimental-20220526194818","legacy":"0.27.2","unstable":"0.0.0-unstable-20230120200930","alpha":"2023.1.0-alpha.2","2023-01":"2023.1.8","2023-04":"2023.4.7","2024-01":"2024.1.6","2023-10":"2023.10.6","2023-07":"2023.7.15","h1":"1.7.4","2024-04":"2024.4.7","snapshot":"0.0.0-snapshot-20251209010610","2025-05":"2025.5.1","2025-04":"2025.4.2","2025-01":"2025.1.5","2024-07":"2024.7.10","2024-10":"2024.10.2","next":"0.0.0-next-1842c33-20260319170639","latest":"2026.4.5","preview":"2026.10.0-preview.3"},"versions":{"1.0.0-alpha.11":{"name":"@shopify/hydrogen","version":"1.0.0-alpha.11","license":"MIT","_id":"@shopify/hydrogen@1.0.0-alpha.11","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"ismail.syed","email":"ismail.syed@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"huguestennier","email":"hugues.tennier@shopify.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"05abf6ae1aec68d706e3291671d6b825bb6e81be","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.0-alpha.11.tgz","fileCount":407,"integrity":"sha512-2TAwX9f50vIKzT+seBWxGhIoaCBs6pp2zzGgSFE70AP5mm0zFhQHPJG4x/ktSMzKE0yHZi3ocRd/jQRh5JmoGQ==","signatures":[{"sig":"MEQCIG+xpnW82526PrdKJmhLrV4ysInBl4wqHySutePjx66dAiBW3y5wPFf78OYRyRGrq0XXQ8BbEBiiy9yd4t6hEd2Uww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":616917,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGnlTCRA9TVsSAnZWagAAECoP/3FPt4WMWvZ360H6XU18\nnyOMNMpPUEg9TQhpZQ3YM2QdktW1aSrqBogAK4E0J6KSFcW6cIYZev4OPNB6\n3ZdBjwXJ848MICvyAQTqKD88jlkNYGBeysk/km9ehCXGBe/weInZtmFqcayJ\nygpXdxEaJhEcz2KBAb7Fi0cYRRa5WQNGhrw7kcB9QmnuJ8v1uOafYz0ZFJeI\nXSrKqiYdfUujTjJlPajtXzYR+AhSxzYwGdMcWy7063kNPpym/hYS2z+qKfRy\n66NcoIyX+bsRQvb01rWpBGAnygW0w7rx7IsGh0Hf5PCMi0lXT8dHehHiRd2V\noTB6oRs6yiVDA8+ZpViRz3Hz/sS0TJpDc2fmW8PVj6NroKCn4hcW21BM50C+\n+ZFUkNOSvguNovZNZrMg2tkGvmH3hwDIue0zAfYGVHwGfhwF5hfETTSXAT6h\nqjDxQ+/OaIyRhq/EypFFkPUQ8JWSeUwLI8Qu1X1IeU3iwei3N9yUx887ywvc\nOxbgN7kgSGdBPHf51XlbmGOpbmYuhVJwLBACpYwEbh0jEOI0mHs45cYVx957\ncOfZYlAhsHeje3PCo2kDO+JRQC8Tfp/FDV1H4a1Hgb4hzX7ldDGHFXVjEvVL\nKoTJdZge8PUVq3Pdb3SzqV6N7hGBOKVdhrYj/oJPr6na2D9mikxAkb1AD8X3\nx+Rc\r\n=hoiC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=12.0.0"},"gitHead":"1f489e43ce54f1e4864e81894176b2aad5f345c3","scripts":{"dev":"run-p dev-esnext dev-node","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.2","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","vite-react-jsx":"^1.1.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","@google-pay/button-react":"^2.3.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.0-beta.2","react":"^17|^18","react-dom":"^17|^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.0-alpha.11_1629124947060_0.09942409258117668","host":"s3://npm-registry-packages"}},"1.0.0-alpha.13":{"name":"@shopify/hydrogen","version":"1.0.0-alpha.13","license":"MIT","_id":"@shopify/hydrogen@1.0.0-alpha.13","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"ismail.syed","email":"ismail.syed@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"huguestennier","email":"hugues.tennier@shopify.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8516da1202c4e29d88ceaaa78479599f8184ef3f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.0-alpha.13.tgz","fileCount":407,"integrity":"sha512-xUNy1V/ZCaBzuWoHC8skAdKu99xVKbuJa+4OI2G5Jl0X+5Xi1RU076o6pzZmcHDkaE3fXqb7bR2sjmRMZDS02Q==","signatures":[{"sig":"MEUCIE1hhdpcnFdOQR/oWu60LR+wfDRLJxeuo3pKDnKcPPkKAiEAwZ4yGmpPeUHqP0dDCcl3WhiZEg0F/tD2jPcpe5LuUSI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":614747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHSAdCRA9TVsSAnZWagAAwokQAJm3YoOpuS/nxN/tNOfM\n7ihO08OIgmQnzsbGjRL0nlf08JMEZyjyct49ZLmq3YRLsyWzsvOOwoZtaTAr\nnCiTXVMU1AQEtwNH/YPuCjO4z0RDiM3jW555GsbNGdml/qjyFMXap5PxIwtr\njC/rihCjVm27tdAM2TIM2/xH9Voy2oMpZnHP4N2Zu8JLMKhxbGSXUQvviN8K\nM/U+E74W/zCT35WtENLU2TTfxTDecqeYaAfvReMR1NeCzl/q0wvtFr+M68mf\nYtKRdkAefTLBpgvDd0DTkLs9z6oWpptwdrCGrDb82/W/2jz21bYqjpAksj38\nELNeKEBEfmNnoEQSmJhpz2PlVSu0DLqlJiXURMRd5Bu7nX0ZhUYakrPyZqSQ\nOlzang1J8f9GfvyyE2NCJKlOLmIgakPmJBXKcbcva6inlZxjxxgujGeoxDoC\ny5bhnyN/mdDTG5VPLPI+DWSv1PStpnic3MAdfOXE7Jq4YiyAFj0JjsIYXoUd\nEHOA0fihd5VaUJShGvW/IvPId7hbfE12h3n6rreobtqoQO+N6AFjqqQfP8Ir\nbqF+/qgztC6ATNmniuD5PaFaUv1X4leUM5O36kjdevqnEhWUfbUXd2rYR8cU\nzwQJwM0r/IN3BkIzCoYDsnW0y/Iy/RNr7HfxGc4DmtvdEr1F9zU7RadIps/q\nMhFw\r\n=BgeV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=12.0.0"},"gitHead":"e7571f721980438689b8fa075caa9cfa835a756b","scripts":{"dev":"run-p dev-esnext dev-node","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.2","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","vite-react-jsx":"^1.1.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","@google-pay/button-react":"^2.3.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.0-beta.2","react":"^17|^18","react-dom":"^17|^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.0-alpha.13_1629298717415_0.6734266638912292","host":"s3://npm-registry-packages"}},"1.0.0-alpha.14":{"name":"@shopify/hydrogen","version":"1.0.0-alpha.14","license":"MIT","_id":"@shopify/hydrogen@1.0.0-alpha.14","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"ismail.syed","email":"ismail.syed@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"huguestennier","email":"hugues.tennier@shopify.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"886fcfadac9a25235d50a0e51dc83fd4b023533c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.0-alpha.14.tgz","fileCount":407,"integrity":"sha512-MfaMXRSnL3XSWTMT2E9GyyWwNEl8j7nFThf1VaTAMOFx/rYmlfP5iPertFNz9CPJsrhIF8d5BlQsK8ZNGHeAEw==","signatures":[{"sig":"MEYCIQDNccazFGnCe3PKlzennfOZPDPhU5c2VJ+nu+D5LloLQgIhAMcvg5QBkIU4tZhsLTDs3reg4J1M5m61AmxE8Cad9QAd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":617879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJBnqCRA9TVsSAnZWagAAnbgP/RkQ6p1ILZaN2Zu6dy9L\nIvXVQXm0JEpIRi0j7I6HHbD3zxCZql5FQNKTTDtYxefG1JOE1IRm6YYHaKTW\ntoBeBY33ZFdZh1bOWELuNnKsy+SyxYMKQiGy1x3bYxtNPNBlks9JOEBvB0YV\nzos+SvQpIG6jNEBCvBkC6w/wgOxWnK71joUzBvnpZYTUiIlulBdX0V90K3j3\nwpIc4rHM9Uc3KN2sHTiARlke8YUNmjWgqJiofMIz78yu6d34Hllvr9sb20r0\n0U129ebNCRRlVOeXlIqfvkGVSbuhsQ62TCwQD2cYozgVhXJXo3GiQI464QRX\nCR5p/GChrUlHsn7IbG/pTryn1gTBFJx5W8YrXyoQLMjY3gfeearSJMIkGAji\nnerIZsH7IsHCa/mGqGKdQP1Qdgh599nlYWfYKvEehYkM4BpYshs9x2a8plgj\nX0f9oekvsPnbw43z6Eb/fcN0M9nn7UbuUjiMO5XOvD5WYJLmKqX4S+5NMUDV\nJEUnz08DJbuwpyNQG3aZ/uXGrOJwTGZASq1Z/JNB8DPQReie2LIafuQnrL2C\nbUwuy8SUXCtKN2YRwDe4dMuBj0qJkfSaETk8im1/tmmzDQDxKyOrbdNj2Ezo\noMU2V6H0vxLE7UzuclQW1BrzPfw9yrzLbHTynfdaQRYC9y1yWS92WE8Bq+1l\nOOR5\r\n=2JD6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=12.0.0"},"gitHead":"bb0263b07599dc324adbbdbbdd46edd0250ca61f","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.5+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.5","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","vite-react-jsx":"^1.1.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-helmet-async":"^1.0.9","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","@google-pay/button-react":"^2.3.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.0-beta.2","react":"^17|^18","react-dom":"^17|^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.0-alpha.14_1629755882107_0.1350009375030472","host":"s3://npm-registry-packages"}},"1.0.0-alpha.15":{"name":"@shopify/hydrogen","version":"1.0.0-alpha.15","license":"MIT","_id":"@shopify/hydrogen@1.0.0-alpha.15","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"ismail.syed","email":"ismail.syed@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"huguestennier","email":"hugues.tennier@shopify.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"dff6ee38e4b5b1f002c4a9e4dca701d44f6551f9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.0-alpha.15.tgz","fileCount":402,"integrity":"sha512-mYwSfCu7QZDpUXNGYiKWSiqw5zamMKMruriS/IeD3hqDs8ngBFm4yfQprY7kF+PpKpOSzycKaaFgigR3pn101w==","signatures":[{"sig":"MEUCIGhJTzeqPCcDfrv0xCdaoewrWt9F7+dOA2R+V407sylYAiEA2xx2Tac3PWjrZAe6k50vw4EuIW4vmRL7mFJJBROTQdQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":609253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJ+zwCRA9TVsSAnZWagAAeJ0P/R99mHC6hrhgdDVYmP5p\n9dvyBvQfCRRIVMjlkF1n4jzoJ7gQLhVzJBUPpIlKYwKnfKYWb91YxD3xaB66\nqMBqyysAhxFyr2DZFo6SEsFGdxIume2u7Rknn/qfnHhlnPDYETkIRtFhPUDo\nIjKCR09UiOcE6aR6ieh0UjqcSc7wfthMamcV3PWfwmrET2l1aiHCnY7nQiqG\n31IRvrCWd+cxSrodIRyC/xS79JMauFUkodBGxMqgt9Krl+RlrUilvgSaplPn\npwhDRXLxvhcGioHhPFmo22zFpH3wolzgkhTVE0VRO4YrRKa+FOegUYPmVDU2\nSucwYA7F8V1kfnNaHWJysZuSL+ioP/3WfabVx/Z/J7Whhj5y2zb13YRqVHnR\nene5bKdPI9EPQ8qMXHy4QLuLPV/eK74g1hMnbjKPAyZ7lVmvFCSN7Y6lITni\nSaBDRaj5bjkypO6ZMzDv4/GwJYoHZnVDiqdyZOIj6YeUvFdcrHCU/KQ1DQKP\nKeHbSSoUd5VmiVhO4dPLZB5L8LyRUWmVy2mvR5hLm5DYka2WumReI+4oiGOm\n4w/ekM58xZyiyN1hA9wY+R3u0N0pLFMuJw22JnwL0fp75RSjshVpc/huSOXX\nERLbl8NOY56Bg6LCf+cmz+gcpV8AxZUUG/3OSB071wOw+BQxvQ/QgGBtZ66p\nM8Dx\r\n=VHT5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"9f3cf87f44aa1a31e0c0b44b3ea5bf7f2ce37d89","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.5+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.5","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","vite-react-jsx":"^1.1.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.0-beta.2","react":"^17|^18","react-dom":"^17|^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.0-alpha.15_1630006512098_0.661591570345522","host":"s3://npm-registry-packages"}},"1.0.0-1.0.0-alpha.16.0":{"name":"@shopify/hydrogen","version":"1.0.0-1.0.0-alpha.16.0","license":"MIT","_id":"@shopify/hydrogen@1.0.0-1.0.0-alpha.16.0","maintainers":[{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"ismail.syed","email":"ismail.syed@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"huguestennier","email":"hugues.tennier@shopify.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a8ee2e00ec59a9e17e0e669250584fadbfbef7c9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.0-1.0.0-alpha.16.0.tgz","fileCount":416,"integrity":"sha512-ohDb0ZC5bAu1g98fisoBZMVzEDNA++y3tu6x35hSo+sO25eIBz52BlApapZsIiSdzXJut6D2/tHW3pTThmyTaQ==","signatures":[{"sig":"MEUCIB7B9P5GpzZ73Cme9Gg8k0hj4yznS3ZkUIkn/uVBTgV+AiEAiuptmBPTnSFykDJ2fHavGab+fGJQKjrws70cMQhqNZM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":610335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNedaCRA9TVsSAnZWagAAwX4QAIUmCgxIPaIVkvok4bfp\nCvQavv6YAEhJUaXeU0UBkpD72gw1xmZxrhAJHaXijW+mQOrBrfX1+L3Q65Ht\nEUbgnfY9wuCbqoOMADsdxVpu9T0cECRtgw9SJLAXUUx+3lM38C84hkydgKiI\na3DOsokxam90ERMic6f2TfTaS49mMeF74wAW1wsUiJsYTne0eAQ3R+GGKVs2\n4ZIQz9sph1D3BiqtLTlZSwixscSZvhQlTKOhR9Bp3PbL6nmvUUc+bzyJdWvU\nSBcdNI52c1PJe85pnfu4AyVvLccLJFm7Ut7ABvhdSLR0hiu2mYTGs9ikxyly\n2Q7ZZrHU+9sBgod5uO7ZbC3Am2NZLGcx+zA/fgSUu6YUS8R/2ya8MH6g/jWq\nVZTGtV5xc1ul//Ux+inuoY6LrExuc5B0BbLx+0G9nDluUKMvxti6eMVELWf6\nAC/JP4UizyaBA4mMrTDmFfm5/LztS91bdQPlVh001l5+aj1Sp1ALQNgUCES/\nXa+V2x3kqMOLY5KukSEfaLgroogoohCIAZSktlV6hldgvfnUBjVhDm2kciDq\nO/Wsln5UcyX2+8B8ns9uBvyzQIAZ5PaTsilbvbng3vkMkYylNCEaehdk+TVr\ntaji2PEOFTr2E5t5vOIAp8QtiJeSzm5W7k7NvR3B0x3B8DuqSqZtRYDPA+rz\nYeBU\r\n=xbqt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"c8c7dd501e8ad4887d5fc9bf0310d94715346177","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.5+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.5","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","vite-react-jsx":"^1.1.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.2","react":"^17|^18","react-dom":"^17|^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.0-1.0.0-alpha.16.0_1630922585885_0.8125674133779259","host":"s3://npm-registry-packages"}},"1.0.0-alpha.17.0":{"name":"@shopify/hydrogen","version":"1.0.0-alpha.17.0","license":"MIT","_id":"@shopify/hydrogen@1.0.0-alpha.17.0","maintainers":[{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"ismail.syed","email":"ismail.syed@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"huguestennier","email":"hugues.tennier@shopify.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"838be40bc65240f542c4bde3983462b8c248428f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.0-alpha.17.0.tgz","fileCount":416,"integrity":"sha512-FwOWPY+WzgN01fDVF9nEO637g0y3pAAA3kMp4wMLgTBuS8z2m5WSKpSHxqI4CQ5Fr+YK9ufFvgNpkLgJdGiwbw==","signatures":[{"sig":"MEUCIBxnJ00dp8IusPCZtc21HPTcN9zVceeHW7VfhLXRAJW0AiEA46jl7b3Azy71KmnAat9XvtGG7go6oWfbOxht9aVaujs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":610317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNfGvCRA9TVsSAnZWagAAXo0P/i57tn+I6U59gFnoniXb\nhsnjC2a92xXyBrLEbGH+CivGc+HVhaPIcm0CyIjeUc3Am5EBQohbJe6HR+n5\nEzuuDJC35Gs/s8StmECnYpUhKdrfiOLRXDL4v8x1DE1AkPOjYm5WfpBzTa6A\nNl7KDFShtfl0FIkwquaFiCuT3bIXO6VrPg3XhCHNx84cTjE96Vhnf26cXOOV\nYLWDVvmFKhKglJ3tUI6Cbzrejo/x64bDuxqYHuPsxkzaUcYYiNWiJWiteAoU\nbqweD6aJwRlH4MbaQyK5Csb5/STiShyblDvxCoWQHI6hODOJ/lZUJk9urizh\nNE7xbxJG/KFMiOseclIYWW1x/7kPqDXUjGr3PZDPA95PmjKRGWD967sNXdqY\n8oClgrWXPXAlw0YR8R9N1/QoyUSruBHvF6tIuWPXjy4VpB14MNbXOuMthosL\nKE1WpiGU5f/ybs33s9vBtv4rTId3FrW87mqVcv5h7rLoLxqKfNKzzaGaG/Ig\ns8ESX7NLrSBn2B29VJDg90e7FIjrDKRx+D+Xf1FcrqL4Z41Ugmq9Ka8z7vIV\nACFgliFvO/9PJXoyLEK+3GKTru8Aa4zIwUCjWR6SmTe9EzXIXTi0AHFlpZzJ\n6B1LNzF5VE9NC4lQbzmzDCwXVgaEgrUqpYoZdTKLMog7pza1R14fI/XMb4Jp\nEZUV\r\n=zOAF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"e2ad295413b32dc969d7c7d4f89f340542d3611b","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.5+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.5","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","vite-react-jsx":"^1.1.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.2","react":"^17|^18","react-dom":"^17|^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.0-alpha.17.0_1630925231115_0.3405986710442026","host":"s3://npm-registry-packages"}},"1.0.0-alpha.18":{"name":"@shopify/hydrogen","version":"1.0.0-alpha.18","license":"MIT","_id":"@shopify/hydrogen@1.0.0-alpha.18","maintainers":[{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"ismail.syed","email":"ismail.syed@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"huguestennier","email":"hugues.tennier@shopify.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6e84f06a109c608f7220b63024aac664da945166","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.0-alpha.18.tgz","fileCount":416,"integrity":"sha512-TPU/2VY9rcTqtrrTeonk8bKIZAqT1OjnySqAUqD98QWkd6tgborTxXHwFg4gdPp5tC66nZdduUnRLzG3x4coog==","signatures":[{"sig":"MEYCIQDo6g5dCbTE1eADrDxSBY1+CdBvlSA7wycH5nKCKqUxnAIhAIl9G8EMN32SfaUxPS9joaz31NZRm47i22hTwJ3E7TLK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":610311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNfXMCRA9TVsSAnZWagAAnCQP/0eu/o76WNKIoLIx7L17\nXF57IUS1AW/nJnkyLa2El1GDfqoZvDANVzIaCdNfTL2oBCpmsKHUzGfCm6fP\nnB6CHQwb+QF3x7wegFjjoTNCPcm1zu11fi8AWLzdCxJC1EBpIXBnm9OPr/0E\n6YSuB65+heE0ZDajyFsQb+6JEnD09Kl7ZIX3L+SMF0dgINZnPNxZzkSjy0Fd\no/wQn2qiXnJ940eqEiilMz4GCTkTvenUmqGr/m9e/PtJNqalvguVNt443JO3\no1fm50qDSlunLy5keG8xYtIv//krB1n4P1Rfem+9Ynjrh/9lfXOcDpikluAo\nMDElA2ztPeHpBjjzetKrzDleI6iOP4t8usTgSEVwTNt+cQbe+ObAZS/mNd38\nooBs/CE/2DAJe56xy22zLmB3gT5ecJtAJ3c8X6txHC4DmZbGKS1MoZ28OLDf\nryAfnausqg1MRC0FjXuVrCUVRpip+xM4kMIOamNog7Da5UNJ89kmBgIpV4kW\nnDHHafHtoYOlzoeQ26xxeRhWJeOEs9Df1gNDTPrV03prBXJ3aDOe6TzaC3B7\nIYIHmvHdwIpvDRimClq76FYUzAKw8LHcYrlSbzmFk19exBfMZllXCrnONyqa\nNVFsy073et7RAFfVFPFnC0BtlsPUrVRspC36vGQxgZuCKm4mCB5WdR7yuXOx\n6agw\r\n=p/tS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"9f45bbab37cf526a618c3e9638b064e4615ce7e6","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.5+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.5","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","vite-react-jsx":"^1.1.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.2","react":"^17|^18","react-dom":"^17|^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.0-alpha.18_1630926284074_0.6064998289686354","host":"s3://npm-registry-packages"}},"1.0.0-alpha.21":{"name":"@shopify/hydrogen","version":"1.0.0-alpha.21","license":"MIT","_id":"@shopify/hydrogen@1.0.0-alpha.21","maintainers":[{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a2b9e1ad5e5dd8b029688af7f51142b6e4dbf5cc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.0-alpha.21.tgz","fileCount":444,"integrity":"sha512-MHSXZKLGMLqnyhWv2BwKshsUH6ybKcEQMy2Vl8OEhENMfrmGw8Efx9zrSBRaVKyUK56SggxA/A3X4DN86FSA7Q==","signatures":[{"sig":"MEQCIC9tOkkJbpQoueKqLOkOET90vxtLAzZidkhY8mT1ya8qAiAC55cguu5sVYluYcyOHUXkXBoPElxSb1aDxsC5K0WpGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":627054},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"e5aaafa199042f1980a794190f7fc2d3b967d8e6","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.6+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.6","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0-beta.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.7","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.0-alpha.21_1632162107385_0.7211355929919656","host":"s3://npm-registry-packages"}},"1.0.0-alpha.22":{"name":"@shopify/hydrogen","version":"1.0.0-alpha.22","license":"MIT","_id":"@shopify/hydrogen@1.0.0-alpha.22","maintainers":[{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"197a09e6c0166778723f5f5e10e0ad4a74fda1e2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.0-alpha.22.tgz","fileCount":454,"integrity":"sha512-9dbcRIpX3iaDinBwWBD9tDPAGwgayiDx+znYQHHDoQhWY4sdcXUQ8JRPby4/ORsNtCjIe7sBftPMcUIk/fwqdA==","signatures":[{"sig":"MEQCIErgncFdf026h43bzLC5FdSzmT5As8XS3cuD2NQQvlDoAiBlvrXbrZAPh7hHTayi+gOLAkigXPGg4EsqtZXtP9qUAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1204645},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"8933b705cf46a3be7bae83e125a3152a9ddf4f5d","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.6+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.6","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0-beta.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.7","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.0-alpha.22_1632325361550_0.25560023901267415","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"@shopify/hydrogen","version":"0.1.0","license":"MIT","_id":"@shopify/hydrogen@0.1.0","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a065f64f15264f2aa0c58e2e3cbcc56b0227276f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.1.0.tgz","fileCount":454,"integrity":"sha512-/ojh5OrykHWNE6jm+gQZTde4vn6iX0O6MrzIwrJXhKywlMdqh+Uw57F+jC6URLBBkQmb09rX2XnrXL2nrL96ZQ==","signatures":[{"sig":"MEUCIQD/zhY0cjCJymgMFWxO/7azKtkQZ9eHD8y2vov6YYd8owIgPxJzRn+0rMNE174ffDiD3gJ0lKWTu4sBXVNUQ91ZfUY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1204618},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"3708002670428336e09facaf4c12068cc75b6859","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.6+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.6","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0-beta.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.7","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.1.0_1632408088983_0.39954729279054924","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"@shopify/hydrogen","version":"0.1.1","license":"MIT","_id":"@shopify/hydrogen@0.1.1","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"390c9e4e1b106f63dc547326d7469f8b5947833d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.1.1.tgz","fileCount":492,"integrity":"sha512-A9oMTuEXveXvbjCKt72IXv9lku7HWEXxSMiI5u76OO6DF6JTG6QBi20D7xsSqhiUZvpyoHmSr2cVXHDBhjnksg==","signatures":[{"sig":"MEUCIQDvfDWcVR5xfZCj2BWrr9x500pQUU9SwyPk9vtrcjwd0QIgX4ag1utd74kOkf6e3HOaXCa0jLTOlSU6vp6wcg2FTNA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1260195},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"c362aad03fb20b67c955c441982adcd166697896","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.6+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.6","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0-beta.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.5.7","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.1.1_1632516287956_0.022662026454135065","host":"s3://npm-registry-packages"}},"0.1.2":{"name":"@shopify/hydrogen","version":"0.1.2","license":"MIT","_id":"@shopify/hydrogen@0.1.2","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e6e22466b082651a4edca966804d600e8c9d0c80","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.1.2.tgz","fileCount":492,"integrity":"sha512-2iplNB+4BJ5Zj7zQgbqs3Gyea+rJhTf5GF1WNirOF8b0axCAd+6M/uvO8gNi7B7bFtUJY74i5FM2FTypfLfvnw==","signatures":[{"sig":"MEUCIQCHD2BU8Nv4jIlfr3yj2wDt73YvE51GH11Y8965iAO1XgIgHN7ffGZMUAhdUL11v8c9BoTI/HN+ICbzS+XpbNdvNxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1260206},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"96feeab1f16917dbddff679e8e1022b23bfd9762","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.6+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.6","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","focus-trap-react":"^8.5.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.1.2_1633029764731_0.32716145040157474","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"@shopify/hydrogen","version":"0.2.0","license":"MIT","_id":"@shopify/hydrogen@0.2.0","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b724ceb0570c932789f3e2e0512b84300671d0e8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.2.0.tgz","fileCount":480,"integrity":"sha512-aJOKVZa0RsPG7HM8T2XMaPVOV+MV88Fa/78Df+ZIPm3651BFJoQ0GBFfeCfMoD3p0MnQlmG6QN6vbbzqoRBncw==","signatures":[{"sig":"MEYCIQDhjrLdWH4DvKzu8LDw6KvSZoAdsqG1njb7ypSnE60fugIhAJWBi6E4/kcahwgL1Lu4hCboFAsKqGTgJ1wJTY6JirlW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1259673},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"8f5c0625e650e4070ca7726efd34c6c810d04455","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.6+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.6","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.2.0_1633702710940_0.30307511268844567","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"@shopify/hydrogen","version":"0.2.1","license":"MIT","_id":"@shopify/hydrogen@0.2.1","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"acc4383e2cb280e0fff149244714ede5cb169df2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.2.1.tgz","fileCount":480,"integrity":"sha512-I834jmorV8CgqbzPXCpC/yNxrwzA8TA327SjecFGsjX2WU/RwUa91/k56Vvo0N6KlqbiiyGMtBHOp1rmgxONqQ==","signatures":[{"sig":"MEUCIHYdBzZz1bUdXObvIGndJPpX6p4F9KHXzIbeWcWCQ52jAiEAjOqVlphQ+N2KrAN9c4atcLRVNeEq73G2QdK74rEmi4E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1264268},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"8d764811b4e1420ea00e90fb1e1e4b5412de990e","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.6+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.6","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.2.1_1634063865484_0.31315217833039766","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"@shopify/hydrogen","version":"0.3.0","license":"MIT","_id":"@shopify/hydrogen@0.3.0","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4cc6b2250252c2f273fb8dd7c76722d8e0d0b121","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.3.0.tgz","fileCount":480,"integrity":"sha512-nZDZn+eDygKT+W4Itz+/rRAmciAYPA1z7x+r2vq3y4oHOo18rhDYeUu08UlpSV3IzXLVebSE2y9PcTwv5caTTQ==","signatures":[{"sig":"MEQCIGLo1omMIaFBWGWfqAxa/jA602M0HL4AqS5Zh0uxAuThAiBIf59aqEx4xAW94Yv3XdXGGuxKaRF1XO3Ky9uZ3wW8Bg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1268290},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"79eec7e076abe074755bbe42bc62f7f96dcd2ff8","scripts":{"dev":"run-p dev-esnext dev-node dev-worker","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist && yarn lint","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.6+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.6","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.3.0_1634741587589_0.9243929190880047","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"@shopify/hydrogen","version":"0.4.0","license":"MIT","_id":"@shopify/hydrogen@0.4.0","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9db77ec0713a120675ff0a8fa8dee94c525cf87f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.4.0.tgz","fileCount":488,"integrity":"sha512-kjOto5z/JpuM/jqeBhEI9dJosyZJBQOB9Qr4bvf9L3n7kElvm6VdnjPdiS91bVDnsSF/Lx/2XX59XFHO0O+h+A==","signatures":[{"sig":"MEUCIQDNHR38IlUZeNQXO8cf1Qr6F2+DFOFMlv8ihYFVM5azMwIgY02VJs/hqOwVxfUzKsB+BaqExqAtnpZcv78CD9ylkcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1321337},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"8cb58cb97b529b6209e27582b92cec8a6752542c","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.4.0_1635428960332_0.0904406071416679","host":"s3://npm-registry-packages"}},"0.4.2":{"name":"@shopify/hydrogen","version":"0.4.2","license":"MIT","_id":"@shopify/hydrogen@0.4.2","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"31b2b419dfb83910833cd1af829cd19cfbc1acd9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.4.2.tgz","fileCount":489,"integrity":"sha512-z8scK+EpZB14SP+pBM2bV7QzeFNJNjdUh19nzasXiBsjXrae/dw3O9+Rfz0aWFQP8WJR86uHHHQA1lXKDUx/8w==","signatures":[{"sig":"MEYCIQC2REsvx8R3Wp4FUdJUvy4B1SpDhcMPgY+gmZdwKdqsEQIhAMmCPOOZTCeEduet3tfFyntw300nSAUr4Ys8uCqUgoeA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1342925},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"5bb17a324e6379155e43333e27f4d0a8ab4d2f8f","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.4.2_1635535010383_0.3289398967491213","host":"s3://npm-registry-packages"}},"0.4.3":{"name":"@shopify/hydrogen","version":"0.4.3","license":"MIT","_id":"@shopify/hydrogen@0.4.3","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cbef337df063b8e3b00b972ee2b455d10924a519","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.4.3.tgz","fileCount":505,"integrity":"sha512-+fTFgAtJGR+C1SB+uGdjqKhIh70m7UBhjSZbqRJpjOkM077BV6vbv8L7wt/kBqfbrSewBMjHIfYKInipOhDuBQ==","signatures":[{"sig":"MEYCIQDTiVVW+MmHDt+a1XhOuefQqX1teIuRxDrTzyMDisSZAwIhAIlPYffa9tuuzMyic528kZb9TdNFWITJtY10VCGaAvkw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1374267},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"ca4255196e7ab9a96269e83923f276f4733c233a","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.4.3_1635536848343_0.18066558755678042","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"@shopify/hydrogen","version":"0.5.1","license":"MIT","_id":"@shopify/hydrogen@0.5.1","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7b1e329024ffba7f04354a4c19133e64d854f83c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.5.1.tgz","fileCount":527,"integrity":"sha512-9oQGPwgtkugQ5C68geaAVtJg6UWxNVK9HoEY9g5js390V8cEwJz6Jd/MTRh8lwywGRQ9RAMdguzMBIgZ2L8tPA==","signatures":[{"sig":"MEQCIHg//jQvGEhOUwLAJGYfF2wRRLeG/QQJ8geFPTxVOGbjAiA5CgMxGrOKiTuJKB9rz7+pogMlU+8gZaaCnCrZV3y18w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1386779},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"f801f0208c02810f8ca5b3fbb25e2d402cdd3550","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.5.1_1635871935598_0.833875574211717","host":"s3://npm-registry-packages"}},"0.5.3":{"name":"@shopify/hydrogen","version":"0.5.3","license":"MIT","_id":"@shopify/hydrogen@0.5.3","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9f7d2333e2e3d4ab9b4a3fc9c337f3f2e1c3d020","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.5.3.tgz","fileCount":573,"integrity":"sha512-sL5YldjPG/0EAUP+a5cme9L5FmOHzvhFDzQdW5GoHD04i41nnY3SlIxhlNHuHqB+QmGRgCq7Snwji+qDCK9PPw==","signatures":[{"sig":"MEUCIAIEmKfLKjEWKVmEppyCutZCSk0A/JewOc5eId/8bD4aAiEAgT8Q2uP06lbZK5FoQAbQXABapcMCUIdJmWFKBP4MOMI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1394421},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"4074bfa816ee3abdcd595344e8d6974d801518a7","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.5.3_1635873274302_0.742479697864254","host":"s3://npm-registry-packages"}},"0.5.8":{"name":"@shopify/hydrogen","version":"0.5.8","license":"MIT","_id":"@shopify/hydrogen@0.5.8","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6965ef35c23db2e45367c997dd28603ba81d7012","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.5.8.tgz","fileCount":579,"integrity":"sha512-uNlQpzzOjxvwEIjlhy/WnVWe8zVjood2c0weyGTlVcIznXT5Y7Qr4Hl5++pS7IuoH5TobFZ2HyCP94V9V5GDwg==","signatures":[{"sig":"MEUCIQDDPRIY+GnZPvGzBTEXxju0/e85LW6Fk6nzX+QrIqEXgwIgJhuV+dEhMYCZHYGvy1ZEp4M5vPEUPIK61YevAmWXBxQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1399246},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"c2df64e5e385c2330dc44962762a5635e73d142f","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.5.8_1635999756911_0.4049740425786721","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"@shopify/hydrogen","version":"0.6.0","license":"MIT","_id":"@shopify/hydrogen@0.6.0","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cc8652d2cfcf1b34f99830d28caad659700f9795","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.6.0.tgz","fileCount":587,"integrity":"sha512-22F2NLwQGgiKcg4aF4qo87bGZE8dJMxLO/TNz0P21kW9gNKFPfne/LaTaARJ1e6pQDi6QwH5ByDsmgf8CQPTlg==","signatures":[{"sig":"MEUCIQC5wlspfWk7ZilEj9cmIiLYFqID0zlw99yXFKN+RX2EVQIgJdSTcqkczeAQKA1xep/BmrkKP9p737xWiCRC6rxQdEU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1428191},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"6f08959ac91c34f4bd2c26d7e7e9c144abae0d0c","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.6.0_1636152388804_0.9146442622058093","host":"s3://npm-registry-packages"}},"0.6.1":{"name":"@shopify/hydrogen","version":"0.6.1","license":"MIT","_id":"@shopify/hydrogen@0.6.1","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"08d59e614fb5f5e11b1f98056419ded58b201ec7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.6.1.tgz","fileCount":591,"integrity":"sha512-suKube6oUxns9EvGZkRgo+VxlqiLFpFFMQreRyYWWGqgyqkuLAsf4+NGeBKiKzJU+x82eIEzwgpaP2JFhuNDyg==","signatures":[{"sig":"MEYCIQCOHVmkvM71kWewEyC8y0BNQfPVNkfKA54MCOqNw+aqswIhAKHNccy0ieLIuWVz2Lp77nszoBgzQri2EX9NjjhJ+bap","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1430953},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"8b292618107390b2e81a03a068b20899f66f0761","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.6.1_1636379317770_0.3816416102097222","host":"s3://npm-registry-packages"}},"0.6.2":{"name":"@shopify/hydrogen","version":"0.6.2","license":"MIT","_id":"@shopify/hydrogen@0.6.2","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2917608015c3da3c73a2177d2fd8853038812187","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.6.2.tgz","fileCount":573,"integrity":"sha512-8Od1hBehDpo1QgCfZupGsb81zXacOGKi6Qq4fp2zHAdaK2PnR4v2GqMsBT2qKEDYwuoRPID2LN0J8wxgjriZlw==","signatures":[{"sig":"MEQCIFJgYVT9HUwqgPxdopDAOgdbdoAkAYV3DU8xoH+J6ZmtAiAN4/wlgUwsBxMCa8QLLuPP0D5pMN0KfU9sjeyyPEKDpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1407911},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"0a303c6549fe6d35268d6757546901984f433457","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","magic-string":"^0.25.7","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.8","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.14","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.6.2_1636514980254_0.406123052111222","host":"s3://npm-registry-packages"}},"0.6.3":{"name":"@shopify/hydrogen","version":"0.6.3","license":"MIT","_id":"@shopify/hydrogen@0.6.3","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"61229a83b5d240dd1ff663f194cfb1766b5bc21d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.6.3.tgz","fileCount":573,"integrity":"sha512-zFLQJ+TN5ZgHq6ZUT4SZXcKY6xzEPADG+R3bVpCRbwsW6YlqlTfSRiBsOiSo+2j+eAnVai/BE+ansd6oxyuWVg==","signatures":[{"sig":"MEQCIDsnhR04BpsQKrEwLBIl0xuIi4SL2yC4jzUkNU+iRCsfAiB61nIvyMWKR8r0FT6EojkCYgyb/M/WZtocJwm3wxqVAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1407972},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"0b8a73d712f1f932f4aeaf04fdc210c41b9526f8","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","magic-string":"^0.25.7","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.8","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.14","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.6.3_1636523005940_0.33263444440488366","host":"s3://npm-registry-packages"}},"0.6.4":{"name":"@shopify/hydrogen","version":"0.6.4","license":"MIT","_id":"@shopify/hydrogen@0.6.4","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"aa1303cb952d7b02c66ddbec83141a242de4901c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.6.4.tgz","fileCount":577,"integrity":"sha512-81JFFhxugMCwDry4ejOjKFA6Fta5QK8TNnylDsXNMEo9whRzuQAEFaiLREts9kz7Y1Ihbz9mBRyM6BEF7DYSWQ==","signatures":[{"sig":"MEUCIBvqw4VIKH0oUu2DfFFSbMmX1O7qweeYbZv/kuDIu2XgAiEA6bcCTvVoq43p2vlPXtvc/frm8aymiSI2YnEYOSlGJ1U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1408778},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"2a8fc362f5b6a819dabefee92afcc0c2bb48db2c","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdir ../../node_modules/@shopify/hydrogen && yarn lint","build-copy":"cp -r *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","magic-string":"^0.25.7","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.8","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^3.0.2","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.14","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.6.4_1636620131818_0.055996826159302904","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"@shopify/hydrogen","version":"0.7.0","license":"MIT","_id":"@shopify/hydrogen@0.7.0","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"thomaskelly","email":"thomas.kelly@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a2261929958c8afd59693886f418826d122b1a81","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.7.0.tgz","fileCount":577,"integrity":"sha512-tisEqjAUXumGY3VXdVyQzkxWc4gFFhjoCBmcPkQRShKbXZDnAS9MD0u/8SZ5FDYy+GCNXAQJGMvHmAXDbe1iBA==","signatures":[{"sig":"MEQCIBDyi4DM/6oFvF3z6MoGYlsXnWNcdgerEBKdIFWQrWCqAiBTTSuex3Kjyuiww/dICtXHWm+SoGPav9BB0KzI7WA4Nw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1406661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhm6bfCRA9TVsSAnZWagAAzHoP/1K0+0biLgNk35oDQrAe\n5MuukRG+mXYZQ7gAOptOaO08pCOL6xbV23LkzEvTOnltEPDGyleNawgmKAgi\ng2s1nMvhCsnXL2QjKvrrxEsXmy8z8fU+/HavadvLyQzVPH2/FVChqKex5Fn1\nrKvKksa2UYfr1l+sZdbT9tPeNMUw9LT74iaFBzV/88QW2Kz0UKUKmftFEReO\nnUz0UpOe80vOCVkIUrTTvT6YWUR75yIiXn8WZ+j8fCboVf1RVHmXHORJ+M36\nNogSxyZYq00fukzTywg6L7ozy5AEnfVwO+y5PkeyeimN8R26Bc0+EfBPW1lq\nKKYK0ITCEX328eiJSnj/uqvexRWkAnxKdRzhFdYzm1Zy29j4NP20tEpBkAKO\nQuZEbAU5PEivcmPaphNYCTyaf/LFlXI/rdkui9qe0sr9g9deSXq38RIOgSea\nnCs3ph8QWrWjqVPc4Dh6FNMTnbknjZtUKE7m3x8557Dhx3ByGWUW719fGMpK\nfwtF4Nb5ojAkhA/wPTNGaoAQeWqRY8EbcMlIauApA8YGsNiVPbpTXPmDh/4W\nIOPmdURARz+ehFyVKISBHqLIPtE2co3yX99lOgfD+SRZu3xch7053fghsa/w\n8m7P/Og5GAEgH+fEmfU5xJZXYBq4VVWRhnUKFiB3pkF2Y355IWr3jJLY6jc8\nVEJE\r\n=JU2W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"29de6d971edb5f91199362723594d29ed4765260","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^15.5.0","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","magic-string":"^0.25.7","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.0.8","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.14","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.7.0_1637590751380_0.48273267355820915","host":"s3://npm-registry-packages"}},"0.7.1":{"name":"@shopify/hydrogen","version":"0.7.1","license":"MIT","_id":"@shopify/hydrogen@0.7.1","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2755f9eff30fd724272e796bfcdf895148f8e72d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.7.1.tgz","fileCount":577,"integrity":"sha512-+5pHnDJLzlq1UkkpL0gzZ1zji1W7At4VdoujYi/pkPTAXYymcPsny4oI/ukaikwPKZWq3N8tv2EKylwH/bvllw==","signatures":[{"sig":"MEYCIQDG3wdSntY+bDkba4MFZ8pK3/CDzlUK2eNsuG6cPNv1FgIhAPt9GU5hplp8H10bc45b6/DK3QuwaHwP+eI7d6qaucV5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1438556,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqPYECRA9TVsSAnZWagAAvDIP/1krSLUphJSg87MQ/pfE\nFBwDi4nXfBOIKHFbFsyTasKTKo/1aKI+ITAKxJ+9dA77vFymG5bejfnDAG5H\nDSIl1pPKyVHV+4NOKv4q3z1CMe6nQlEqzVymCwwTcitI/a9AASkHgSknyzfB\nBsAwiWdM47sfw9INAuUmqBEW+XpQcHHEn4zzwMwPtlOmMz/4G2u+mgP2TpaF\nfkS2hYOjiDmMWXyN3k66vl7XQihesz/FV19F0jPbYpEOJZfVsgA294Lv0Lkk\niV/YpjdB3upiTLLuUqnAhY3aUvRNLTEtknsXfBGZH/TrP5DDYFwh0PYPfNnh\nbxgjxn8Z3MG8VjEz/IHQw1C59JVOGYB5+SFthkRGaqN3ldZCrHgHzdd2fDV3\nEyMe2mKrP6nc04J8OIlUgavuMPCt6JY+Mzg8dRiJCM3skVyHsW0IOLd1QPKQ\nbqDhjFPgB9qSI+2QeW1AEYwyPSoYavtUJVQm8W9IBMtHhL1IJqtgiiJN/QeX\noRTUEHhy+sl1PA21QVEinzolFyK1iso51W0pcNQ8yHXgyBwn1qKiAeMy1ciW\nOx74MGEDKL1xljtZxXbU0OCV1MCNhW/K4BcntVeVhr2601j3o5BCLOloAHR1\nQ3RYufiZlvbucituKxvvguDh8RsDCe/fCeOuRoVp9vtIDAKGkiBcN9jnr6cs\nvU2E\r\n=j/GG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"34baabab8643e8f0754844760de8a481c9d67971","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","fast-glob":"^3.2.5","node-fetch":"^2.6.1","react-query":"^3.18.1","magic-string":"^0.25.7","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.0","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.6.14","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.7.1_1638462980469_0.8806130120229718","host":"s3://npm-registry-packages"}},"0.8.0":{"name":"@shopify/hydrogen","version":"0.8.0","license":"MIT","_id":"@shopify/hydrogen@0.8.0","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"18a16e75bdac9cd7c647ab9cef58385c4159a168","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.8.0.tgz","fileCount":585,"integrity":"sha512-dAYzqDfflWOKTSz0H9RgKhp6rAcr7+zZ7RvuRmXSqZa5XRDkChoIXPE828W6ppOqSYCTU8Q/9+FwG0YrPE50bQ==","signatures":[{"sig":"MEUCICeEXoWIsjeDMam5/X/2yWiBtCXze1Yv6ztRK3xUjifmAiEAufYOkKy7S/mzjzK5iyD4ywolHOpsf5TZ5CJfBN9bEmI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1438881,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhr+TZCRA9TVsSAnZWagAAJY8P/RKvDK4UlLsQ0V7MUv3w\nj+9SwBcXU64lds45QT6VxuTqvyXjD1/THd7oglUqKF71rk8X2ETOHlvXCjBf\nrxfSpHOXU839LEFJEfQ3wrf1mlxmEL7fxPindlv5e1OI7ufI5CQ3CnwqVVL7\nH0Yf9Vwni4NFhCBHxuASvAhFn/h/haDRVLctzXBWrfFiWkNc+H1bHS57J/Xn\n4uFDskNXNUS4jbv7aKv8W2fvVlomw2eanzJ3Z7lhysaL6YTVwPIrrgOzMGCq\nLP8bYHxbFBASVbKTg9OrSg9GfTN9sdvuXrpsx7Amb4Ujgmao+oHiQYcgK/G8\nslxFYyvx5ftktZCrynuSIh0Q1lqk/vkPOPspx0mSt1wFvug/qU6IzxzFemA2\njhvzZfR8/JeJdjOUPwZ6TEoLlk//eosN0hZI082XY99Z/y/DKyXFsdQk9a7x\nEi24+0yhW3zpF44ZTGUvaUoXcqrlG6rcOxSBCb9LPtKOjqB7evOF/p3YxsCm\n2aEvg0Q05aE0+aLs7uWdLgKzwfa1Amw9C1i380QVZlIUfddBq+MI4gf68E6h\n4VwKSJC17FH/WpN4XfhKF+VwXZdLMIn92VdNaGbmJjJ0QXSmotha3IAF+67Z\nEnhz9GT6Cbj4A7G6KZBLsGyW5DXJOVzUE1Zg9l6643fPDXN6PAPOKAQNUkNE\nvzwB\r\n=4jDl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"c07762e2d18d0b0fc5ee76aa688752dcc29e7d07","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v12.22.7+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"12.22.7","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","fast-glob":"^3.2.5","node-fetch":"^2.6.1","magic-string":"^0.25.7","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","tailwindcss":"^2.1.1","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.0","react":"^18","react-dom":"^18","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.8.0_1638917336914_0.5244099195527274","host":"s3://npm-registry-packages"}},"0.8.1":{"name":"@shopify/hydrogen","version":"0.8.1","license":"MIT","_id":"@shopify/hydrogen@0.8.1","maintainers":[{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"37ba6fb7e26f1844ad7128b14575391613e82808","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.8.1.tgz","fileCount":603,"integrity":"sha512-HC03e6E01shy36daUhk9CgXK4yQZKRYSaOPdjBicIDKtDYMDCbgo/F58liEbtB5/YvJICPcz16p7Kzhijm963g==","signatures":[{"sig":"MEUCIQDGfjKdvIB/vyRw9nCOvYBj/qJ7Mv+73Yq9veK+l5UgRQIgH6tCIe/zLsIZ5VqtWIWMlbcb5fWyC/cO+2+ENKW65rE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1463383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1MBwCRA9TVsSAnZWagAADLwQAILwokiIkkvR3YVeQQnv\nbp6m8ezG1n3L3UGuDC6tkEFZvXDvQZXczaP5cYWH0yVyDECKOjBkbJNjNJf/\nSpjnzGvxgYWwUabulFjEE0U0QHmwaF5jDNXIYvF/a/q4t+iRmB3fYsnSd0/+\noRNMwGyMjGcWBlRrYJLTqJ2KJ1ZxywDxp17KvWW8izAOeBkYsU3+ngviNukK\n4mKaQjiGtam4Q53jeH6ajfyGP3o6D8R6g0GwQTD3ibbfBPPkoTwmqtEvJEti\nZQb6sJCktfSQHTWSldJF8rG1obD8sRCD3Q4SlgPhG91DSLZFp6wTIFNcxCLI\ntw5R5QNAkJIkieUbBDgW1tXJ8v1I5isMqYQx9Cmyk9TNSAfXmBEN6ug9fPw1\nnEKJS6OTrCKcHx6tzDncLrun6G1oIg6XM6/RFISCziK5qqt90WPvV8q+vd/g\nKf+Bq6M+NeWnsU9iuELQvLiBj6lnP+6E84u4LlbAzk4zVN6PV616+W0tS97d\n4/FhO4ne9tXaba4M4/UrgnPUsW89iamj7dvePSnzmLuD4ySgVQvx9XUEk5M4\ngvCsI6szojfRRNyWP5K/TO1+Euc7IA9QEtrBrBw4iaBv74BLG3ASeFoc5VpF\ngd9otj0uMsz3MM7/BW44uavHIkEzyCMLFlahuUqPGg8lVc0kGaAPH98PvXN0\nygI7\r\n=dsVM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"e16175bc14ef3e449baeba1c7bc31eae9c6bbe0f","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.9.1+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.9.1","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.1","magic-string":"^0.25.7","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.0","react":"0.0.0-experimental-0cc724c77-20211125","react-dom":"0.0.0-experimental-0cc724c77-20211125","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.8.1_1641332848301_0.5694829108183568","host":"s3://npm-registry-packages"}},"0.8.2":{"name":"@shopify/hydrogen","version":"0.8.2","license":"MIT","_id":"@shopify/hydrogen@0.8.2","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6a07cfa13ef37ba56e729e8533f6434118095ada","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.8.2.tgz","fileCount":595,"integrity":"sha512-IS6rFtQAvCKQgvdNhf7XYYLJJqdhPNSXpNdGzBbv3j40reEjlwvkGzkVUms+ReTSih+J9tne9cUZGHICEqgSHQ==","signatures":[{"sig":"MEUCIQCyTvb0yyxC7duFP5EQKsO9SWsU1rWDgeqpxrwGTd9XvgIgPbqsFzHh4jFempnWWlLVnbVE7DQPM7btZ/3tH8XUz/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453570,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2FyaCRA9TVsSAnZWagAAAY4P+wUvSE6WpwERBMKFFMVr\n0qyJ0cHA9nM2fZ+m8qk7e8B/oGTRhVeee4t7udspNjtFpHUDl1nq6a15BcbC\nePjhJ3Oj3HsupPnx7YqML39eJSD4IHraFHtb7AcB7y/M+BkqEbIWaw5gmjou\nBkFexS4RW4oM7cvIETCDC+BY4ACjr/T8VKbG5Nc9KUF7k/v/CnieC57L1YS3\nCpzTCyjwDtknScw56bLSpb7oPxdII4WEllSkAxIWhx2WkbuMkYrCWsjJc1CW\nDwKffJr+/uW381qyjMMglS8/8TDuLg+sniiiTduzmojGTyleRX3QhuklOhEs\njMLYfsiF3+cCqWnk3zNkgG3bVxDKLlvN0NuRlHAU13atxXOHAiQUSmCak6dl\nh8ePXxLUFXfhrMJHymW7o2nJCN1VhKMK5xmAtMwoXkrHKzWBzBOoYi/CzBaM\nRCrRwqPtNIsxQ/IoCrQMvWu7dNPOiPVYlsD4LdnlVg0VhQhKaZuIhPvWJfEV\n4RjJqsyO8UvAW0m0Jtw4pJI2kDofE1n3KXSD2nxHVMRPnxsl/lJKqJdCvj/3\nZoMDnxCNoQ9uTlN1NKod/zBH+G12iCr5senlnMcXnqNNTp4bECT+1KhtU+xS\nSOa6S7tcMYUCAspt/TsLJ05SWaFWzKe0XrRksQM1qV/c9RcJtgyz7SMVDlz4\nerBX\r\n=wAXt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"587f117221ab94a06165e69602658c4e561f5723","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.9.1+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.9.1","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.1","magic-string":"^0.25.7","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.0","react":"0.0.0-experimental-0cc724c77-20211125","react-dom":"0.0.0-experimental-0cc724c77-20211125","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.8.2_1641569434158_0.9563986803349522","host":"s3://npm-registry-packages"}},"0.8.3":{"name":"@shopify/hydrogen","version":"0.8.3","license":"MIT","_id":"@shopify/hydrogen@0.8.3","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"144e51490f38137a7be9a2638137a421d17cf488","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.8.3.tgz","fileCount":595,"integrity":"sha512-LCm32lhcrQ6k+WS8+o9s4NwUd4gFAcp1O9hVyxojGXqFUB1B1iO44upyJfVOg4MkzNlZobpRyx8d7JLwwgYlJw==","signatures":[{"sig":"MEUCIF9mXwfuZcIWUhv+dyYoTibz/gCHz58fA7vKevmUeLQiAiEAy/ZNZVp9qmaf/hxqriNVl/vUH8/Ipc/iqsboz0x7EDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4KlxCRA9TVsSAnZWagAAEf4P/2CA+2ynHhMcUoSpK6On\nHM38R3gadm5SZVhXo9atGWdvBRvuIxA+Rw5kpgdgO6Q63eZZL+bifQBW3N+U\nhrWeF4J1S79NTj7sI95ZyvdFDsJPDaDAXcJAEehwSosHmDVGmFjy+JqjlZbk\nBzqTTB/y39N1ohmbDgMN2WqP8zihk0TU6bwYjhsXAdB6mVjbCF6cjCvW5W4T\nUIOZX1ZQsbX2+oRsRNSTCRi8MjSj4LTsnyP/Qh5M7O0Td4BYhCACUHh/obWF\neZ3Z6ez2oIo9mxxOuR7T9kgT8eGbyVmYQi1k2dWduwslpt4TcQipRmQSnbge\n7cqY2pNeZKAk23TnFL8VV91uLmS6eJLeUPTaU+P5TsE3ZE46F0TS3d0rUvxJ\nupae5tZx5ZpaRuSuOvpelzUnrdffI/NcEgtoRg84fDs3zCw+qxXh+HKkSo7O\n52nJsTVS/zEuvpiSzV2wGHPTAs4xGKuBJtMFGQq+DgoP3X3zMgs/5EV7E06W\nd3NCfEgXarn922GyBimqdRy/sEIRp7fMRBqFP3g84qTUQ5ZvDeBvR/9tifWh\nCxmWDxEDFyBKnkuCDg9C1hmLPdWFqCQmL+omwe/krxmwFUDgt/CmWBdwFwRi\nMs514qMvcRF6I/d1BLySsoKD2mMbY/xfWTRdZbvZF0kvzD0Z6dn2b4dJI13q\nHBWr\r\n=9kBi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","gitHead":"9c591cfc4bc149a6b808aaec68366cbad06fdb79","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.1","magic-string":"^0.25.7","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.0","react":"0.0.0-experimental-0cc724c77-20211125","react-dom":"0.0.0-experimental-0cc724c77-20211125","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.8.3_1642113393358_0.2935942604460895","host":"s3://npm-registry-packages"}},"0.9.0":{"name":"@shopify/hydrogen","version":"0.9.0","license":"MIT","_id":"@shopify/hydrogen@0.9.0","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a1932f9d9b652719d1326879d7b106caeb90ef0a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.9.0.tgz","fileCount":615,"integrity":"sha512-hpWOBSkI6uytcwEJ4xKHs8yw57GAWkn3w5j6s5cx1UD0KStJbcc3QEirxXQ0HWm1n8i9S2j+uCSTYCLBDLnezg==","signatures":[{"sig":"MEQCIApS0iZ+oiWL1Mz7dbQD3gbppcxMCGZCINoAtVEUdQuUAiBKmdESSmcXWHUVD/ae08LPLBKOZDY8/Q2inL+FVt2J6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1483886,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6YHPCRA9TVsSAnZWagAA4MYP/jnTIB8IbXrrHiZ9KDOO\nTCILioSEsMR1dcyx4REJTpoGgw5Tgsj2pUSJLmTw1UdPupAT1PzQ9wcjV2CZ\nveRMh6YlWzjVFhP2XBPPMdGy2oMBolq1RHmp76PHiukjfYxJRWblPOsoPH1W\nSOAdsE6VKXQXhqrgVXSQCAwhI7Ex2WTz8zKunpkUthik0A56udkoESviWzY8\n/z4Jkq6ksDOPrQiRXib6jF0MU8gWkrHWgBNXonG3IfPhWP7FbiIbHvAyBCc/\nAiD24NuzmUExWIgYDR9kiGYHMiu4NOi1PhJf/dD2ih/SupaqR2TrDAtp4E4W\nTXkB1k3q7N0KoNKOyHnBV/SHJnV8rli2YPmACd/yAAaIZHAkcUx7CaZOD3va\ncmmvSe/z/+ym4LXrpD+0OQa2NwtOoaJCs2OvjWA1T17ZzLGJMmKMGAbPLO+V\nfQ4pPESMKRprU8AVyQ+VT5TARyTUj0uWqJMXGGlrKAy1hZf1oxNJuFj9QGX8\nakOUcQ90SzsznjFdexIJwGoyB5tM5vmYma7nEhQQJwq8LwyXenblNRStM6E2\nIEqpHt7P8LkzPbbBjPnRqLxmQbDnq1zXm3fIK0J9vdTJN1vnU+MVUgq8SDcj\nZHI48+MISnmbTkNJjJRLRyc1ADtK0IkBJZfTq1h9FHnXiSbVIK1xP5Ckpque\nd/XC\r\n=quCI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=16.5.0"},"gitHead":"f51d131c7434250488a817695d8c34f87200057a","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"undici":"^4.12.2","connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.1","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","abort-controller":"^3.0.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.0","react":"0.0.0-experimental-0cc724c77-20211125","react-dom":"0.0.0-experimental-0cc724c77-20211125","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.9.0_1642693071486_0.4589498953051152","host":"s3://npm-registry-packages"}},"0.9.1":{"name":"@shopify/hydrogen","version":"0.9.1","license":"MIT","_id":"@shopify/hydrogen@0.9.1","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8bb653bf96da0137db26e6d04fe6fe9e51f798e7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.9.1.tgz","fileCount":615,"integrity":"sha512-qcAolooUhUHYJjLO3KJFvV0L5+K5JTZ5PtprNx3LG5iR7ES7l6IiywzAcvy6HQLwZCgrlDq8EqNG/O5dqAH/VQ==","signatures":[{"sig":"MEUCIErg2rqRjwo3JYdkmrbAH5lNNLQPPO/97LWunGWLZ7YgAiEA9T0cpJMD1kFq11KMvtZFMa+sTvPuWMUwxPZXrk2qAdM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1483209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6bUqCRA9TVsSAnZWagAA1t0P/i3IA6ZkCvf63m2M9TTV\nHXx8RzQ+Wd/qshaWykCPf2w8yRHnq1kYuutgAjWN/jVetKvBVFGtGKMn28GK\nxBU29cmQzEfpe+2UEescb6exrGgOywAOZUH9tqHjA3THVfQ0ruTO5SbcTsXs\nEsEHOS4nZvigBNy9sgJq7HnoZ8afuPxfhsZildSiifGWk3OHBHgtwWGgVx/D\nLS9P4C2MUo3kUgGLv1mXQq+mHzSqHoVW7Lu3CKETv9oRkgLkv39Uz8aY5Mh2\nW36KQOMoADLMam64weV1YDcC2cPeYtwnTbz5zatsAm33e75WJ3/bXoJwkYrw\n1xwuaHnOpieiga1PseM0t4qUY/wDAmO9ZiR3p/1t3FaLrpiyngclKwljGLsl\n7BYQkFY8aGWrks5xo73WdItsiNmD6vB8j6QCRsewljp4fxQ6KuLG8rLSXUBQ\n+Fgv0HrLgxtkS2oIZQSY85YtF5XIneAjnhC8NOtsMTq27HshJiAldWip3mPP\nlGK4sLlPsIS7MjKIVtIMRur3+27LHuuhkiTlKgCbWeDXIOfPuUe/L2fpyHvt\nSz+g61Wg1geMxI4EhZ5v6jWF8E6rknu4r4n6yURHjD8TvPP+klBoEX7005QZ\nUDM5O5FM1TwVXTc/mUh9bAqGZNry5oj6KwCPr46V/49gHFfeC5lOJFUqGHtf\n/JXq\r\n=QhJN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"b500ea200e5128e6a11f290e28921da7d2139d5a","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../dev/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cp *.[jt]s *.json ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","html-dom-parser":"^1.0.1","abort-controller":"^3.0.0","html-react-parser":"^1.2.6","react-ssr-prepass":"^1.4.0","react-helmet-async":"^1.0.9","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^15.12.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.0","react":"0.0.0-experimental-0cc724c77-20211125","react-dom":"0.0.0-experimental-0cc724c77-20211125","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.9.1_1642706218480_0.977115348590583","host":"s3://npm-registry-packages"}},"0.10.0-experimental.0":{"name":"@shopify/hydrogen","version":"0.10.0-experimental.0","license":"MIT","_id":"@shopify/hydrogen@0.10.0-experimental.0","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"19d8c05fb22145e8f6535b047c854f8261a2e8b4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.10.0-experimental.0.tgz","fileCount":530,"integrity":"sha512-3iXAjVTE6uicLi0IwdnyMxj8MAGGXqD5HggojtRt9+BhC3KH9fSWdXUh2szYACC/mp0LO3DpNyFTZuAtgBz8GA==","signatures":[{"sig":"MEYCIQC2J0/we2NImC61keilHB7Q6944XCsubYb3+pidFrzRVAIhANcyy3Qy5R6lQ4DH3cUopAnQ4yqW9YFK0Zc/k1Pai8va","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1410409,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6xZICRA9TVsSAnZWagAA3+8P/0L3FrauHZlM5mOg/HZu\nCiteDU9d/T4bsRmTFRibCLDEkIkaazFL9bHrijfBhasCAzV2z1iYz1r3bDD6\nkwK1tK6LCp6LDKliUSxMqDeDOkUEfO1Z+EtHG57T0xGTF5h9grMIJTIWOM8g\nvVQTAl7mVFtbo+ZOlNtmcPeIFJ3ar+A6/Pxg29ITs51chkF/eSMlPkXnIEUN\nL2zfwx2z9JKpC0ERA5Liacysh+j7/EkmqHKImJFc0Bk54Dp8Kfl7rfVevIHG\nFJKo7BHcZtAr1VAxOW3xtKeWYfr/Kbx7YuO9mo5TwNTbtCHJZxRjwUuA4qMw\nHN6HRrWthhuMATD7X3r0DFUf6vXDABbEHkwUKU1+NGy4NS4bfLCOWE2TCn/J\nsDdyedB0rgfeJSFiayAfRM8IN/CbUyCWwUR0clZBKkxRkQDDQcS72uibfo86\niV+zTj9cP6p9TUTlRQmep6UDCuzDzSJ0CI7JOCU2wkrIMaHxkAALCnRW/LfE\nC5cCdt5HnzstSiByAy/XWpnxoGfyD9/95yz3V3aRIo3q4IrdtpvcYZ1n3FXD\nAp7DSDabdtouKpB/VYLycT5TwYKMxoF7MLC/olIW/IWj5Gm/bH7yYcD90PMT\nTEHorv1Mv5/lmVHbgqJE02C/u24uoXbITHkEuPwkkFg9qPHKqh8rxsZR+XXH\niNed\r\n=KnwI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"1e76002047bd338a332ac2678c0c66f0e3d8011e","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../../examples/template-hydrogen-default/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.2","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.1","react":"0.0.0-experimental-0cc724c77-20211125","react-dom":"0.0.0-experimental-0cc724c77-20211125","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.10.0-experimental.0_1642796616534_0.26463702621075025","host":"s3://npm-registry-packages"}},"0.10.0-experimental.1":{"name":"@shopify/hydrogen","version":"0.10.0-experimental.1","license":"MIT","_id":"@shopify/hydrogen@0.10.0-experimental.1","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"95928cf15a4405b41590241a10cf145700ed7c0e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.10.0-experimental.1.tgz","fileCount":550,"integrity":"sha512-9fD8QYVU9oBv1989eJli13TtZN4bBz/uK59UmZUmCh0TXp+21UrbsuV6wWxI9QTq0VpG3e7jRddTkF8PDWfNsA==","signatures":[{"sig":"MEQCIEMWa3YS7mFHjMCAgIH5mE96m9xBzfZZSy8wkKnDou9DAiAm3nGSHN0kWnlBK10UppO+aLh/4ZQdmMpdxh4ssciqxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1615509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6xkbCRA9TVsSAnZWagAA8HgP/3lZK8OtYeOa9AOZcQ1o\n6F7QcYM9+EFB+C3ixj/I/xlL6IsVuk1cjmHgYKOrDcj9LP9KIWT3aWjlIE8a\ndr2NveuczdiVXhxZJSS3/X/HxW4nQhn/Xg4LGyw5dlscy9/8yoHiM2deCbkc\napGHDy7X512aYRsrNK+tgFVVZvcLb4oM33i9e5UudnaOw40ikeGo+spyKHMS\nFGnsNeRFkMiwNeskjmC+8GZqCRsqhFh/xOZ6bTlCBaFaX7dAHoIEMldw/zw3\nygBFwKdyRT4aahXxL7jhzbYt7nM8gt/uuqATMivuDbR1KrBveYdfoJx7Lcl5\nDU5aSrm9r59cCFAZuttNMapCv8wmUgCSRx1oFc5aMycYhTbH2pwyk2vCmbI6\nwTweisxMb9L7tZhIRN8mhBVKVq+XKy7LUYSnFCpC+yA+mL5vpWnwcdDGDuld\n7mMZzR2m/allz3LCagNWGCV6ws5y14RCKQ1BtmbvUc8xvH3MgjHWIP6t8Nhe\nzly9hmftLFKGYOYsmBPwUsi49/FTil1zzqUJuO7oX2LgZ13CI+OCPgzkKYqb\nXRsLyfZFW5TwFUc28ZofbetYKVVJ8eKeJbOni3e86GqsTtkCskdiFoxsnchR\nloih4EpluKsd81kutzAmehl6mcUGhBOBvWk3CfTUzNPFR/lhgW3ioPQPgLoT\nD34P\r\n=x5ma\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"68a73366aa6466e6641e8f3aeb44d0ef7dba7eea","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../../examples/template-hydrogen-default/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.2","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.1","react":"0.0.0-experimental-0cc724c77-20211125","react-dom":"0.0.0-experimental-0cc724c77-20211125","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.10.0-experimental.1_1642797338777_0.6080739016369348","host":"s3://npm-registry-packages"}},"0.10.0-experimental.3":{"name":"@shopify/hydrogen","version":"0.10.0-experimental.3","license":"MIT","_id":"@shopify/hydrogen@0.10.0-experimental.3","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9206d8c95cecad9f9deaf87445731ea0d25dcfb3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.10.0-experimental.3.tgz","fileCount":550,"integrity":"sha512-FKenmNlveylynuhj3SHgUczt559oNWvViAUCrCPOV+YRlDb2Q9UrwGNCFbaemkStVr4xEcKti7owjnVuChNOKg==","signatures":[{"sig":"MEQCIBfO0ycG5Ae7XfgkG1wawQell3cc8p/w794lVQV+5AvFAiAw1N58SmuBeHmv67hNiN9ZsYBJfeeZuQNE39gcypLPVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1616618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7shWCRA9TVsSAnZWagAANPQP/Rka/oFQrkh18kUvyQiT\n/oAX+RHHB+4oaWu6dy7z9eKpyb/CbzWd870QUm18318NCZuLlvVVik2V6TLl\nRy2mQ6qdEJR/U6sizdgY9t9AT23oSEA5Svhbc2nLDB1q9h94YPR4GSHqT7jK\nQFI8ykE25TDNePkk+XXXvLzALX2ho4tLaaYC1Zd4CB7+DATmfmFA/EfaRPqw\n0uftX+ia+A/AbW1ss7BKjYiwicBdKyB0x9LdEFEOD6EwftPcjf7NpzDca0YB\nsdVNEzKkcawQyS2UZaT2E3CQBf/TDOH0iHawkN2NZhBhEdJbrQ3qelsyCPeV\nwa4NGTgohPefyvzFXHwR+krctZcOlCHD4e+8/Gs3k9CF1uknfC6x1QMF4KGy\nH4c1n8rhi1tZ9XKzpQzAH95vwjTXKFVTS5+ifbbDvVcok8Qj6V4+3TFeqoy7\nKLqmzLG0Yp6xdtW61Slfy5c9ZzqaRZJvjh2wtrTd+kdJgxJE4MPcua9x6GG3\nQ0a9foGDlRnu/IYEy1glk38wF2J7R+iRRKfM1W5f9NVuWdK7HzODvtWp68a4\nnoH7F0mtltufRUV3b1tA6FR4JzmpOvAZex3TLw6Q/4hMl/MGuv9wnP20+6cb\n0H421OJX1nb+q9QrDUxT1GEgSTzZF643yYRJKlx3pb/dEgrMZufI1F2/IXWP\nmRgu\r\n=2Rkm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"75e15045a0e36a76e495617c5fe169dc8cb63efc","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../../examples/template-hydrogen-default/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.2","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.1","react":"0.0.0-experimental-0cc724c77-20211125","react-dom":"0.0.0-experimental-0cc724c77-20211125","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.10.0-experimental.3_1643038806319_0.8448846326557367","host":"s3://npm-registry-packages"}},"0.10.0-experimental.4":{"name":"@shopify/hydrogen","version":"0.10.0-experimental.4","license":"MIT","_id":"@shopify/hydrogen@0.10.0-experimental.4","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ee3555f08502450d75c1e5fc27fb7520507128fd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.10.0-experimental.4.tgz","fileCount":550,"integrity":"sha512-LVLp6kW7OSVifHrP3gkgsEwLWFN5aA0SJTbghTeoIZvqMdaAn0o5cFh6XUAb/C6b8lVZm1nb//MR8quCQtstwQ==","signatures":[{"sig":"MEUCIQCE1tbQnRYf6IZurIDg7d/hQB5e7xYrCkNSLFwy1/ckqQIgI9qExibF7WcKliT5aKDzD5Axj3EMiU2XB1YCViJO5I8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1616594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7wAKCRA9TVsSAnZWagAAobAP/3nG6udrl1qGAF+mOEQt\nWIPhYZD2VYzuU/CnHtbMjShRsyJJLovpV/F0vjjCUDz5h1/GAewc+DuLk5Zu\nfxEvc2bs4apR7tCcl6gyffLm6AIn942NkeJ7tCBMa3f9GRjYT2sboFU/vtfr\nT2c479MAP55GO1QlmfXCwDDlQv6yz1jta57NbWEV+Il+nIFXu3KBwhUwFZKs\nuwreA9rQ/S0Tc/ykmA+D2ODwVjhLsaRE0xM2xrwd2SWt4A0C3d0UGjYipvh2\n9dTWcjSYRYbll8jYqj5O9+AwnABTTUeaUq8152qfdSqwBss+2urey5sWv5VE\nZgWrcxbR98WAdJlBTU0QjJCSw/7OlIeQLPGbvXh1AliPq4gHM3Bw32tbnKgz\nAjMUMJ9hf5klGi3rCOF29QbYFXxqzLMKvCjtlxkIQlQyL4jlj13VT8Ny6TWI\n7PLdXCEv9+ZRx/t69VOAkyXEUwK2LDmvUsE4TeuIZpZ9TSaPcMrsMrH/eL0t\np+0FgpkvPocODrCwAcGdYXMzrayFqRYFqp7Vcce7yO46sZbs9UrlEg7IaBt5\n7CUI4g971hf4Vw1EsJocyalq8fiQ+HG9r+BlCc5x2JgQBzcT11vYsIAVMFf1\nMrocj+v1kDkFI50TM9HQvZllxJYbaXN/AaqBsq9k7KGHFbTlalrE9ud2gIGr\nf/k1\r\n=65Zn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"995506f9e8c03232280498492798666fc737fe0e","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../../examples/template-hydrogen-default/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.2","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.1","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.10.0-experimental.4_1643053066420_0.46938451990817254","host":"s3://npm-registry-packages"}},"0.10.0":{"name":"@shopify/hydrogen","version":"0.10.0","license":"MIT","_id":"@shopify/hydrogen@0.10.0","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2b8f41cfa1d74aff1098f8657d813a0b15cfdd96","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.10.0.tgz","fileCount":548,"integrity":"sha512-3a2xXYTUZmrdHgq6T31NhovYTfxfhRvj3+GLG61/asvAnvCZFDM3cQnsBQfyEEXs9PM+DkjRijx0UmKewG6qFQ==","signatures":[{"sig":"MEYCIQDwiom6X+SUCvKJc3M48FqWwrnMWiudysWQvTRzOX/OvQIhAP0phBz+kJN/Ar8Ar9E6x+iSTUneAsQyejukbnk0wXqt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1617355,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8EacCRA9TVsSAnZWagAApzgP/0Bs6krmmx8iSZyKtXf0\nWEI7u4yqE6G8G8mYfJvop+huhf70q0F/48sQ5orB7Ykf8OBYmu3n93nESMz7\npUVpfpLlP/mddjPhW/7qP/qpU61PE87Q4Br49uI/h9J+5YPhnYCaUVOYnFcD\nLNsqv9nGOjNY4g/cJQNiKQpw+lv7c/3oh4HZctGLn9YfDJcmD4tnw5KPb1a6\nDtTEXHJrHF20cSAk5GVM3/Krcm4c8V+Jwjcy9tBQsXJa+1FFFlsFl0myb5bN\nOkSxjGp0nd+u9zoASPvNtmQ0GxqD9RcEF/JlZ7pi33cBIXICiZ9/iQPeoebo\ntYyQ9XI3hLVOdFDiDAcw2kgVQEUoJ5OESkNy5Q5oU8AbGfaSiWc1GdWZvQQl\nsEHwgi8xxoIf2k1aHShx99nthvu+OnTrkZWdKW2xC8vFC4dqU6tCBQOL6fZc\nBmHg4c6VoajiLfXk77Veu0LIf6wPopbrsUMiKbK6O/e11USUtFc9fTFxo/R4\ngBvnYdWi72Weon1NIMBFE+ZpJIthWgR9rn9jIasw0SNGyUt6PUg/XcDPzakQ\noUr8fUMNvPpT4QvJ/+g7xvZFAs42+DBwqS/s8WDjUmlOVm7+QXxXuGJAuCmB\n0+12qtdjnw+geYqtgxJ44EqCWCZpZ3E5dSvf+AlJGBmUZ0c0tTD7HkOXdnpi\nEig5\r\n=0Gzq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"8f631fe81ea52ddbab9086f660b415820a03a8f0","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../../examples/template-hydrogen-default/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.2","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.1","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.10.0_1643136668032_0.8033297419031635","host":"s3://npm-registry-packages"}},"0.10.1":{"name":"@shopify/hydrogen","version":"0.10.1","license":"MIT","_id":"@shopify/hydrogen@0.10.1","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4c34b1a29167cb54d862ad61c2b89696bec50354","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.10.1.tgz","fileCount":548,"integrity":"sha512-nSCEjQCe3aqhDw7zAs06GeJSn8i9JDP2jv/n7HJK6TBvS3V9c3/miNy+gAM2/8eUrRqTdqlS6jy0k5Z2ZJ2jag==","signatures":[{"sig":"MEYCIQDXOGAQagD0h5VnZzP5uTpvA2vw7b3udT3z04MUrqxthQIhAKa9CRsu1qBNWSoqlDW3vLEVHdHFDyc8GRLgC3ujBEfo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1617335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8YNWCRA9TVsSAnZWagAA7c8QAJ5RlUp+kEHKp4mreW99\nFC/+5m44iOMdLsououPivFT0dSHq+Kd1DvcgXlaQ5IhK1BBI1v0jos/TSo2f\nXBIlisvrOWg42Prkzg+LSCdqRJYVgJHI2HYSgWPcNvT+pc1ETtD4LQru+dxC\n5WmE6+x0F3tFrlZBVC76JAWCP4G+PO+sXflC7a9VFr7agBxNpRoQ4kx7tpeZ\nF7V7w47mTmA8pED7xPyQaQSxgMc9uNw5wkRTwUDqDxU/GHYRpz2oXjQ+S/J0\nVY3fefl44SAafkS6V+ZiYrvIxXcPKnTFxWkgWjgnPUpLg1zNcKM8Nf5OPitL\nqaLiQPcZb7hTzWhmueHye0IhZUKiTmhMbzYxBomK/yaXPxxu5HxDt9HlnglL\n362zZb1SP1OQwDwzKAt9Oj9F+sEdptlVGXANNRrRwsWLatcpZiMFrisQOS8p\nDS5gC6WnYBOuOyiUh2vMLf2elC23fcBPyhZj+ArKgXM8/g8mQAhjycL+AOFD\nqd4msRvhSr8l3rGITWyrdEhFVqBK+AEHVlqiNSg3BWn2ZFJcthT2Tt3NGZM7\nYkvBCeQAj0fX/sBRlv/VhU0J5PgV+/wi9QMgpkWITQRQl/UvG+XqQcKDdX/B\nqRHcsSsIDcda1FAmviVhRofmbd+Ngv3+yNKzC8mcZuKOoMTrnfSQpDOMWitZ\nK9Er\r\n=7pAb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"5a46e93854662d30884ea40aff96838e451ecc1e","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../../examples/template-hydrogen-default/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.2","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.1","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.10.1_1643217749831_0.4762763123465723","host":"s3://npm-registry-packages"}},"0.11.0-experimental.0":{"name":"@shopify/hydrogen","version":"0.11.0-experimental.0","license":"MIT","_id":"@shopify/hydrogen@0.11.0-experimental.0","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7f0494038ae11acd4a0ab6c8b342f5917db4e001","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.11.0-experimental.0.tgz","fileCount":578,"integrity":"sha512-NFxs8HrMQV3M/PpV+b3fZcj59LWyMU53wvHELa40hWx++S6Jf3RmmEyc3XMjTOT1P4J+kISCuvP7/ZRotJ834w==","signatures":[{"sig":"MEQCID05hAtufh8t1fHAooex8ZI+8GkwtYK7FEqZNF4NFoMaAiBTnCZZo+i1iJjzmjTKRn7dy0diLt/Ran90938JfSt5/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1655014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAoIGCRA9TVsSAnZWagAAboIP/2UWEabzXV8DBoOApzcA\noGyeva4s7y8UrjJVH7F24R70LJUcIkmMBDGbcTt/OMgbyUbXVokvvtKxxuGA\nf1X8cU4xRfg5ugyVFqN4l7SAcWu123sfLIUmfRo5W8bJIxg4MyJG/UE7Wq4m\nIRRokftsIGeAI8D4W/KZMvtA2GbB39xYhcykdqogkIsqTUJBuKbn/ZS+eMjj\nRdGa7VW3v2NhrOdZEUQ6kWPFBEIbWVKNhQTOLoffNv8BG4f8UOWTWP58TCtt\n/QbqlZHHYDm7Ww7wIBKgTJk+J9A1wYco2tUZv3VWl/QoRzJeoiKMNTHmA8M3\ncBYb3ol1n+wQXmdO3Jig/aXULzCVLGOBSO/LiqTzu/lC1f+Jk+nqNkGTVkMv\nDF24FwyBWREBXMY3dR1OFe+LCmBAw0hrYXLDOvgxvA2INZrPrphZIR25Q72Y\nE0BHvzSuCi1apaW0g4D2aj9H0d328y3FYescRey6NcDiy+V4MacrO+5NB/h/\nw5KmDtBz4LYLH/L6xzXj7mdhEV47lBrRzzbY2V87Om3cWwAxi4GkIVb7iHS7\nHSYLG746cHZYxQkTOqNnjKyac9Sg7UKwNDzqh1mS4SXiCMMKuPFU4Q5crAHP\nN8ReP+3CJseDUYFItX65dxoWgKljI63qG0ZjiuD61CavlALafMCWr7V5P3yq\nv3xn\r\n=wspH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"a4c933b236d5abb2658481cd24c757a25bd90910","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../../examples/template-hydrogen-default/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.2","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@types/react-router-dom":"^5.1.7","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.7.1","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","react-router-dom":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.11.0-experimental.0_1644331526694_0.3173375051692702","host":"s3://npm-registry-packages"}},"0.11.0-experimental.1":{"name":"@shopify/hydrogen","version":"0.11.0-experimental.1","license":"MIT","_id":"@shopify/hydrogen@0.11.0-experimental.1","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"821735bf5a487be6f25e9aba1153863b04d5997f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.11.0-experimental.1.tgz","fileCount":584,"integrity":"sha512-+V5eUvw/YIxrlsYU1vZkLI9qizKvKa5S5Hjf2cjTdDJJUROBePWlySM2lk6EB+aeoCTHlz7dDjvDbpeMuTCa9w==","signatures":[{"sig":"MEUCIAfpkpTQMTbrAT8+Hat3yrjAL7BoZbGyVw51rrccNnA8AiEApecdj7xMg9nAn8y5nEqb00lmOJf1Dq3KmN6YhzvIf9Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1658866,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC+tkCRA9TVsSAnZWagAAY+wQAI8LsAcUrq9PTR4hORfj\n98TreQDwckfOL5VNKCrYMQbj7kAhGUe2iKzUrAbuj7vIAIr0i3SQV6m8MF3b\nyoUR2A/sK8eQKGmBcth09lkGvQlN19Gw0jnPBK+k6XDwQcSDzPrYdAdPsv36\nUm3bR1ZkfLBmrumZpRwrt574jE42Dkz9Me7aWYzLZXigltAhZ3N+8JOWuy2p\nxm6XgDchY30PSVZbOkJD6ibPEdNfXOrlPpp1IidV1JKWcgi2iJEFTXsjHYNc\n6NnPYd4F9taNRYIKCpFH5I7yr9upuoKpudePyKWpO6tigOgfiyMp5WSOvKXr\ngC2eMVwWwsYTPdvmFOU5+Ni726e66gHxGyEp1s9GA0Eg3leMUPq5k114oLcc\nqeDKS1jE0dtYy7Tmf0kFytdhjKH2P1RbZO3uwYgzqa2XlEnZ60uYtMl54juN\nu2ip9S4Jozo05OHKTSVx/3wW+saTklTSOkfdMjwtEVBfE5aJi0bHV1jy8LeJ\n47rC/A3d+kHubw8BNstmiCaQf6FOZOC3urIAnPiSQ/McTOG3vtoNtrRLYRHm\nwlZ8be8Cwr7e5pJAsBCf+nBpA4/sAjsMFAnKAxjGJ8CorLwBnQb0sY8GJCoy\nHwFp2bAmYZz8ueXoNnZdp0cp8gamX5yMSPHrC7bnLUSg2UVyghne9L4k2Vik\nfOsd\r\n=feU/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"8ea40b5e119883ca380406edc123d9cb10ca8650","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" \"dev-worker {@}/worker\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node build-worker && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","predev":"rimraf ./dist ../../examples/template-hydrogen-default/node_modules/@shopify/hydrogen ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-worker":"tsc -w --incremental --p tsconfig.worker.json","build-esnext":"tsc --p tsconfig.build.json","build-worker":"tsc --p tsconfig.worker.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","history":"^5.2.0","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.2","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.11.0-experimental.1_1644948323884_0.9038198392125756","host":"s3://npm-registry-packages"}},"0.11.0-experimental.2":{"name":"@shopify/hydrogen","version":"0.11.0-experimental.2","license":"MIT","_id":"@shopify/hydrogen@0.11.0-experimental.2","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c31f5f3278e5c5f02cee43d376f751edaba327f6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.11.0-experimental.2.tgz","fileCount":567,"integrity":"sha512-TwZxRUlqPYQ2Kz2GiJ3SAKWxaZK9n3JkC9TdMwbkTdvsgiO/UpEPVLD8O3PvND1nQAJ/6G3Mn/gZuQpL/yhyLQ==","signatures":[{"sig":"MEUCIFhWf9bM2Ii4r30WKBBu1fLwN+Lo5vdxgBSdc7qKyNCkAiEAzvJ6Hu+3jQ67zr6h32bc5/MGhcu5+eVQkzOmqGBIoXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1400389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFV8GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmRBAAlt9PYDzGKjsNkmlFS2US6SI3hiH00ANaHmLhZ/c5wEYO0Krg\r\n3KZXR5p0V0jhqcqCuZWaUKsQdZwFWCIiFrs6jOFRBxY+kpfZ0NpHVnk69g2v\r\n4gJuPxfSLhknek+N6q/G28AfqjVZkmpdufkSPlAjvfNXnF0m3byreID6CClK\r\nKXp/n7XewWuF9MYB7za8BnwUlTNnBDJ+CqUCshXSE7LT1ZW1/RdqRKE23jex\r\nKb7tKFQBywHn/1w7wnQ1dCwfqW5xSW/9fm5F2QzL4P+MJHe89gjSDyFa6uhD\r\n7F5alOOtcaANOsO1WIkqd8w770onO+sznE1PswHQ5YEL/df7kqX7wXeL+Llg\r\nGHkIRzi1LF6zDIfhN2cXz3LjuiuoonbGN13v3GkywxvXUvTSBu8YBtwBEBN6\r\nkzNYP5I0K9xJVcx2HYAewJZsL71ENZD/ODmzBzXz0ZDAMByyN+tUe8oCJvMd\r\nDsL/OMuNLjIh/5uCd3V2bT/q2rpds06P4yo1IovOfhFshN7o2DL6P92VXDYa\r\nO0V9lTeGilmj8+iPN9f3z3T5nQZCdxXXvQT9Ja7eZuucfY9p7AbP6+HDdrk1\r\nQI/t2FEJZc7FfdesfbBiE0RUeMXHs2loS5N1A1Ba8DtBbcgO0MdZ70FJXCTr\r\n9CBcIb+LypZtd94g7NM9u8jCjfwWUZOat6E=\r\n=OJYC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"c8d99830b2523de936ee6403bdc17b866b508b97","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","history":"^5.2.0","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.11.0-experimental.2_1645567750149_0.22583008500778234","host":"s3://npm-registry-packages"}},"0.11.0":{"name":"@shopify/hydrogen","version":"0.11.0","license":"MIT","_id":"@shopify/hydrogen@0.11.0","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d85eff40fd7896109235402193d70a8c69186bc3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.11.0.tgz","fileCount":572,"integrity":"sha512-kHaBe25MtilJZVB+Yx+tMUJPfjVIDe39G9dsfWBeFCcjCyY8d2nkRQGHMu5GjqqRTHJdyWwJ8duq2TV6MZ3ZxA==","signatures":[{"sig":"MEUCIQCEucRh1cXA8BCxz2szbsuUHcTyeaC0lWfsoxi/OEWf6AIga0fUBZJYSwz91WQsZ7epiJuRlNlDLwRA7Rx6nLW4Llo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1420899,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiF8HqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmosChAAgK2w6ixlkrfBkQ+Q51RNAiKIMog1xgJkGTspv8A2ew0aSrqm\r\na9DXiiOncpRpG/fRKWY79F/1w9KsMOeHeXREwTJIdTAfLZAqazXnejGE8/dF\r\n9Ao21z8w/xNObbFRNQPiF63xxg4cv9iCKsVzRyq1M52eUeEuCA1CJea7bnv9\r\nx87LR9g4W6pXXdxa8YuDUUspF+q7Qsj2mqn/qioTEaxknmh9H6opFNPoZ7pv\r\n9n5O0VgdCVdLid6LP5L8oibUsn0hJRpPAgXkl95MO8uDLRdhkih7E5yGYBRe\r\n3SW0d8IaDwTndd7sKpgCV0AJ0imuW6KB2pxAcPar6cWaM/Frf5Fu9euYMMh9\r\nMH2/DMEeDSF2pY/FZnTwMc6YcknOui8TaTg+7VQj04sPa/TIthjj/4hM7K22\r\nOcYeNfVEAZX+xQ/OmPDBLeT/Mi9QwnUf3TdY/IskflnjjDauzk/nSuvU1u5c\r\n5XwcWt8D25sJRuI5+kOUJ19dAI2MKE7FqWe5dVO0dj9vnwxBPVNK89rRi4M8\r\npAIr8UHLp5DOEMqnOsQqqkSxLQsbq0UEG8fnkd+Lo39SI6uByK9zgLI+LRPD\r\nFr7VHF6B97qk7pV2RC+p/xBMADAFDYtvslfEtaIIn3XnOhpn3iNeHcwbq3Xm\r\nHhtzkY7SaiDAEFdc75iYK2kij6TOuT/5Vzc=\r\n=4dld\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"gitHead":"57d5e40c2193780639d765aa777cb8670bfbca40","scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"lerna/4.0.0/node@v16.13.2+x64 (linux)","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","history":"^5.2.0","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.11.0_1645724138557_0.8162460920654635","host":"s3://npm-registry-packages"}},"0.11.1-experimental.0":{"name":"@shopify/hydrogen","version":"0.11.1-experimental.0","license":"MIT","_id":"@shopify/hydrogen@0.11.1-experimental.0","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"889a7831b6945c0118af4aa6777b6248e019decf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.11.1-experimental.0.tgz","fileCount":572,"integrity":"sha512-jIrEuo2xKPWlvrETqJ/PmtDVyZcuIcw0Le2cNFwYSfuM4c72gE0v5u/AgBL9qrztgruuC4iqG1a3jcaVOo0ZyQ==","signatures":[{"sig":"MEQCIGtB4g6EKC3CcxrFFxZvi9lRvEATaYIPdUStiIMu3qXJAiBNeptQFLMurUA1OeTabR76LpXuQNZLW+j77vhyGQWksg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1438308,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHSr4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+1g//ZGKocTWYkAbpgd2z1FJl3Pb9TlRQBu0E5/FHMOnGNu3hJPaZ\r\nPBdsYks88SX6OAu6ispWWBUQNsG42+wVcTuN0YiwJVm8C/fQGy1PTB1c46in\r\nI/z7vQwB1RZjTVyBKgsTSVZGbQ91bAeqXOEi9AXHXNiECAK4p6VHydlZNlM0\r\nmjK8KItsWcW7TTJpKO4WOKXziOLc/H1BYpVEwXMJmFQg+6d/loOQpEJijtTL\r\nMCdbaeOFodhkJNXFaFizJpyO6+57emvjbRB2vlzgk2E/7pm/Cx8I8en7F5YL\r\nrXj40TVBHwmM16iD1buWXx+GaQLUX9fbSC4PoV9O/StDrTF2S0+oWbDe7hM9\r\nYFtb5ecRY1z8Jtr5vPHsvio4kL7e7jcjLzn9leXy/17eKcXX6zXlhXpsuP7w\r\nd7TpFbvt0vj98bJLp61VGgoeRfexETFPHWI/Zm+bJTjUkxjkYURUYQtEAoqh\r\nldFeERdbytVBplik6jTBeACbloHnA2VAdyLmHdExj5pGA4/Z8LcLaviFwD0o\r\nPRRaRvJocT9zEazB1SD8SABPblwSjwQDC6MTLWhpWX0CdkFQs3neVH5c/FCm\r\neq7XjPTVx9nSSjJ3+2tiEvEllqzie/fggroMX/iw1mHEZBC77ANbaN9VAAwK\r\nq/XlEYTGpPRFmK2MHL6LCKk0BQYGCJ1uMLQ=\r\n=0+12\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","history":"^5.2.0","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.11.1-experimental.0_1646078712116_0.8491825356082017","host":"s3://npm-registry-packages"}},"0.11.1-experimental.1":{"name":"@shopify/hydrogen","version":"0.11.1-experimental.1","license":"MIT","_id":"@shopify/hydrogen@0.11.1-experimental.1","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9babc3857a7a26f0c85b5ae9bfcf344176069749","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.11.1-experimental.1.tgz","fileCount":572,"integrity":"sha512-IljCle6B6RKM3TFYf8FjZlUOXYgQnfmhkixSF3H+TSvg/9QbLnXUnw8y2I7WBxz8nuGmAwUJfBJNP7Nu69WqTA==","signatures":[{"sig":"MEYCIQDTwq6RC/8HNtvzW7suIpdGLQ37fQ8lxmLAsJ1HLvO2FAIhAOuCUb6snuRMEmUegtqyunFFCqidygQreVIzB7whA5sn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1438494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHTVaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmqQ/+IIOWGRMt494KBVRPRhj1RPvWAsRFdfQX5648UVm1b+LpABxT\r\nq22lCD1JlD7kn2oLZvFRL5IG6oMX3IL9T9CC1DSCEQNJPaGSPnwrzpHBQ5nZ\r\nLer8a2CzlgupEaXdFgDerMvMwP8QuvOoXPA/ALZXaomC+LPQMUx7psMNjD5E\r\nzjdJ+D3Iil5yvR0/FRJ9LRb3k2xj2RYJFCobwClQokxNZJGYdlYwPDDnS78m\r\n5+swPq8BaBpGgfF7sdCh6c4fJZyKm1njYSavxtAtGel/zgiPCoqWRBRglqb6\r\n3XYBtzKPa0bcydWIpJMJiZZN/HPFNxHvtcLXZDk8BYIhFck6g6FDt0iCe2ac\r\nVxFfJdMO7WtXN+1Fz8R5c1MrMshFRY+xa3XxUCO/TX/JiwT3OkL9kbyinvPi\r\nnnmFX61Ox6LEaLssJkiRKdl7sFCjCvnekx0CApj3iZqIgkvdAKawLw50OpdE\r\nh5cn7SNH1P14LhdC2WX9Hg7lixeDbrDqLngamtpZJZV1Q6GnCtqmyYUCjPcc\r\nd5643i1wR+pSE0VMI1kxx+nGqz9vJdMfUC1od9b8vdmQjkV8p0b8K9Re3zpM\r\nV8CcT0eyO/1JTwq/guJrlGv3CYHiHYQR0yfiKG9vk+eOyEgyH8rsVzxdZrKa\r\nWn9jKWeiJdIgQ8gVmH/vZhLRm7Hut4ggaHo=\r\n=qTVx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","history":"^5.2.0","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.11.1-experimental.1_1646081370440_0.8738217712286562","host":"s3://npm-registry-packages"}},"0.11.1":{"name":"@shopify/hydrogen","version":"0.11.1","license":"MIT","_id":"@shopify/hydrogen@0.11.1","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"495aff5095530780f0f565a46eeb90328034f070","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.11.1.tgz","fileCount":572,"integrity":"sha512-yVoTzPrMge00v8AzWqDAsU0/ck4kupRPuMY6fm6OtqJHst8y9Os9/zRx07Rd8xx28pVD9PZMW66ODEBmudYdmQ==","signatures":[{"sig":"MEQCIH9iV93nEnymc+B/B+Z88HGUvssQRnlW0ULPVTvJdx/YAiBhuZLLP2OOYmH1gmXkT9EZxGolch/LM738egZtlTDwLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1443221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHncGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7mw/+MEmCyN69lGoK8JN72C+k5OpvoNQBBjZwBE0SYrEWwlZf/q6h\r\nyYVO9GPKPzXGj6I0WTE60F/TTlxHRJiKJ4IZW30yDB1iA0wHDjyngUC73oOB\r\nrvpuKBTM8ADdUMHg9Co3wbPxwpdtyxFwDqrmZa+gAqdzLH7GdMNwvxXXDSe9\r\nZrfryFDJCZFt+gfrjmZSDqmKyg6tsk13zAj3srUieOphFQYbOMRZqjU8gKm1\r\nK1Cm3PFREZdVRWaQVAPNukAETIDNYSvUNpiTpu5qTixsWUtZ38viFghMCho6\r\nRnbXShszVRhQ2iGtDcfeyv9vAPhO94fTsLa/KHehqKL0rOx758SaH3tcrw8e\r\nn6bL9WH1pjLA7Qi1yQTJwD9DZr0tt72qDNSKLNi2OvFxtDOk9QN8UBq6MEfv\r\npZiHgM4usQPfsGeaz27XVNugzjo7QEon/t1fT8/YsqPLKsSxwID7YE3qXJ+g\r\nQjWF9DcQlgtAzTX7nyGD9Ni992SsPKMSaeIaFC64CgKxfEdiQgQPxRc5WQ31\r\n43AVqtXyq9lPqhKwx8NLKlgRvJXCokmOf+gxGungHUNOUQcl/VLvHZQK9KiJ\r\n69JAIC8QLx5snkrdpk9bPrXzbQbOmhiFU6fUe7FL13JTufTCPkHjqmVv9OJd\r\nBTVIWkyHvxxRrJnLxi7n99IoIn6WzfEGv4A=\r\n=RiGK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.0.1","history":"^5.2.0","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/cli":"^1.21.4","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"^1.22.0","@graphql-codegen/introspection":"1.18.2","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^1.18.1","@graphql-codegen/typed-document-node":"^1.18.5","@graphql-codegen/typescript-operations":"^1.17.16","@graphql-codegen/graphql-modules-preset":"^1.2.5","@graphql-codegen/typescript-react-apollo":"2.2.4","@graphql-codegen/near-operation-file-preset":"^1.18.0","@graphql-codegen/typescript-graphql-files-modules":"1.18.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.11.1_1646163718125_0.3395682568611771","host":"s3://npm-registry-packages"}},"0.12.0":{"name":"@shopify/hydrogen","version":"0.12.0","license":"MIT","_id":"@shopify/hydrogen@0.12.0","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"495ca04e4abce206066d76e77c27baacdd9d9743","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.12.0.tgz","fileCount":582,"integrity":"sha512-Kz8R318FcP6GrzD7zD9jdU+DK1sP6OS7MusTvGBbpykBG8chd6+5fbvsZqQxkzmlKFZNEnM0y35pc0pPIhk9Nw==","signatures":[{"sig":"MEUCIGOQKw+W4cJFHuQsODlcJ/6ClVGbnFpTBmal+JMZvpYkAiEAmn8LDQDyy379yMWW18ML/uxxpAQNWVOzboN8V7XOLDk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1497425,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJ4zEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/SQ/8DUEEeq24fJtCgG4+7PG3fqYdls7KCY2JYkghD5m2pWyV8zCJ\r\njkmC0Nsf5c3tOQjNb2aK/kx7ALjDq7GQ7sDdHtEHk8NAdDeUOzztc4afokwC\r\n4IBZEQg54S4AifUYpspgEHJea3MOafBFECbq4FDl7krISdE/HkpNsOt0PEQ1\r\n+KwHFgFvKoe1+/jfmDuy8j8/Nnh27C85ehSwk/9gAcaMJFudoVYlp/Diwfgb\r\ncbQ9AsgxJhGrwN/hIUbebN38RnaF03QURxgfdN5l+awP7s4+/n0VmlDl6Svu\r\n/cTMFfUmTIAkozgevDIbQWi4/CB+9gn3vGwbmskx6fxAI4qZVx3L9NTt/1ch\r\nx67C8OxmLPODw7lpiopLQS58GPnpFqTXlG2zoZXx/pcCffA4uRfN/RfEObMK\r\nejb5ETAbS3Y+uYL0pl0j2KbUH2q+MVgUFgqzr9NW8QgKv9pdjKXMpTJxBUno\r\nqIryxQ7FORjVMMenq8xF70uxqRi9GN8LkRHKfytRBcR5sbx3VMuAq59RNq7k\r\noKGnvy6aCEZBH5wMC6t1CGSVG83dGBSQA60ETsDjt+6xfS/s7+u+r9In9i7Y\r\n4wax52m1VXNgWDq9SQ88G78KvB01LIbeT5QtSoxRuoxxCUYsnrg4e0YEfA/J\r\noFwokFdjRkpfWmOEt5bDEf2qoB+ui+i4X9s=\r\n=KyrE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.2.0","kolorist":"^1.5.1","fast-glob":"^3.2.5","node-fetch":"^2.6.7","body-parser":"^1.19.1","magic-string":"^0.25.7","path-to-regexp":"^6.2.0","es-module-lexer":"^0.9.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","isomorphic-dompurify":"^0.13.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.13.16","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.12.0_1646759108378_0.30175485388250123","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220314172608":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220314172608","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220314172608","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"74760595f53785d1aa166efb0f1b975e1dfb0f45","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220314172608.tgz","fileCount":578,"integrity":"sha512-u9HVc/Fpiqg+UkuFAN7r5ioy+M9sikXO1hECgNJJx3PFD1Ad/ys3CpYAvOEqFDw92ia+Tc841QIMDrZdaAHgbg==","signatures":[{"sig":"MEQCIERZ1A0M6pU5SHzb45mCITWd3TPYZw/yZC12k+ZFb3x/AiBsUX7hpouw0yxFzOIaZtvOafARt8Uup9EnM9BYOo+qnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1537740,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiL3rYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUXQ/7BmatuxoXhwreTPLsx4LosS5Xn3GQA2nlaez7uoK4rMPImCuG\r\nwD/Z000iq8IpKczDoL7OWStPlxmk4CATrG99iRtYgoiINbVn8BzoClori4jg\r\nksd6PJycBsCOLkjk+khhNjBoivfwdSfS3JHANuEU91Vz6JWR5imKQvm/hVN8\r\nWz97mU+o4PB5xaBPoJLH4wvydQTMiilR08iqXPxkFvaREwpTufJvnO4fGLen\r\nkOgGw/wYtCDyfNc1p/Wat3/8+9ZquyTasYE3xEsEZQD3BaD0hT3NNcKrIxXY\r\ndWXG2Br49gIHfN+PdSTpGSDyRPEd1tmhlokuQxW/x6h7wAwVElMNNhXGOuz5\r\naFtYB85tEUcAnEdDDSs2XWutw5b83hO4Y0Kt9VDLBp8+gOLagS9+DpDMCWGa\r\nV8Nx7GI08NfSyL6TnWFpX97TJV4euI2dcb4L9MV2bpIhJzZxrhp6gEzSlcDM\r\nMVhcGxHN+iEjBipsQIMXvexi/f9Qk94oSNteup8QZm2g3mASsvsgNPwlbGVH\r\nySrmpaceyAex4DEXiXq/+HoIulCem2UYFothLVNAsJJmhMluf8eEpt5mfQXD\r\nBnYE523bq7omeIhoe8JQYpWXX0GcRaHEz58JRrFSiEgc/w6YySln2pSsSFAX\r\nunNI00A4wsB6qj2XrbYovfdlFhihsLFuXiM=\r\n=KxGB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220314172608_1647278808000_0.5068943608759149","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220317024016":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220317024016","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220317024016","maintainers":[{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"feb5bc578eaf05a91f4de9998d48c41930c29d3b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220317024016.tgz","fileCount":578,"integrity":"sha512-eb68FJbFdc22zQc14qQ0TE+wGelFdu3iYb488dkwQrQLi8aH2e0mzQxZ+6E5vzCii/hRK8Y+VUVgsd+AO5I3Yw==","signatures":[{"sig":"MEUCIQCjkQXWYlGXX2Cd6rnA+sVbHA0fCnhgCO6TQ877VqfvNgIgTxkU5fG4eyEtWpwVN7dtfqojNK90wKRqKBPfdkQ+vYE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1543487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMp+0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5HA/9FMvuKQ2xBZIKKukWgCrZcKl1EjTOp5l+DulKRb2ybg8wICjH\r\nH5EigsqoPPjkC0HOpJq+DWSjk/2YzICZDnS1PIWljjhVLM3q6zkcEtbLEWal\r\nTwUwi+WnvgtKzziyxAD5WHEOMLWXFfHhvJmLrYj23MRNgyDvXCL5ZyNgAZlA\r\nVd9XMJ6WzSaDI2w+J4Q3TcUDzaRpOdiERcKmLdDqFo3/rhVelErPC3u/ij9h\r\nhXSjb4Rhw7VW/XuCt6xGkDD8E3VfG53Jg64vsmk4E/nN/QiLq/TrEHfVQy9E\r\nOZI6+DaU7wdCKohMZAwMWI4b02VprbR9vvF6MrytL5Y3ApscqAizrSnOlS7N\r\nEbH057Lskx5MsGRYEbvmg11EUN5uszlB4WH9pVfYzqbmkEhRQov5t04sREIN\r\nCovY1vAHHabwFrcdF9xtXGSyUkw9bzh0ESaUAH6Q1QhmMKH9NVu+ZhiFyOpe\r\nkC0hjFJ/wLuCttSmv7pLnANAuZemSwJNCk5uiRzDBmXsrgPemYedObZWC7bX\r\n+XjZvSi/mnVnyfC9jviiBGTqdHGxw5nYhKi/elbGMnRlc1yMSKmUtogKKQEf\r\nLwHCR0yIPPxSQ4GKeYqc81x74YISfleP7S9vHuI1OkGdCKRdC3kVkynG8v1F\r\neu+JQ9zV+kM5AFPyw0kPjSXfoSF/FOYgsL8=\r\n=aiTs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-529dc3ce8-20220124","react-dom":"0.0.0-experimental-529dc3ce8-20220124","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220317024016_1647484852508_0.1536797958191718","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220322162431":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220322162431","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220322162431","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"42d83702755c4e209faf13fe7024583206fdb0ee","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220322162431.tgz","fileCount":566,"integrity":"sha512-dQ2IISrQNmxJlV8EEl/3mhLU54bl3oZ1ubw8DwrFiek9IwXNYD00Iys4AXg/gnw5Zz+iGdYQTDEj2l1cdED1aA==","signatures":[{"sig":"MEUCIE6mxJVhfdjrx4upvD5HNdq4ClV1wB4d+0Z16qKY+VojAiEAwqmk9vF98tkmS+kMfjtxRMTqK0rqiq3QcSFJo4aXkg8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1576711,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOfhkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHag/8C7smSeosAWhGZ8xVS3mOXuD57S8VuAj3AVDZlxFd8967jgqg\r\nejhS+MiJPXeDp7M05Sw3lQLsQI27kFh1lOVbgavZ5IW66dHXlaEHMFab+vqM\r\nTjMFnpLYtgkjFh+YPTsxgz+yGMDGntG5G4yWTUuFfFNZT+gVKijyA8CI5ORZ\r\neNGL0DU5tZrMsE3j05Zzn94yXMUJ2CyZl2aUUlmAftSeEDSaZiJvpAxSVt0V\r\nFCXbGsx/+g/tfB0OmpHZsMBpXnCclBBXlfln1edvxGCie0iSpvUetexGRMS2\r\nrS1Zd1JqCWqsQBVXOYYrNlY9tPWgo9wt3s14bGoQ6MuV92k8ve6oMEOToe/o\r\nobi0xGmWUW9gb7IJR9M/eQ0novTC6hqq6EQ+NxgiQX5QhoxqyghYBSo/EeVh\r\nnoPIwsqyD01F+o3nOrtIbywA7ZfVGW0F16KzPGUXgv1bPwuD+E9F3DWlySDN\r\nJXd/z0SIGf9jsR6drMEu9ajrXzkWAzG9qNPAFMDsrqxdNqFqxeEeE8zZHk+Q\r\ni0qqudYVlgLf6SHDuVQu1djXnOvWWTvMpVf4+bnPt2AxWm7T5WTr95v40qDK\r\nbJJeje8kBCrznpodGo3ahNWpUL0YY/by6nS/ABKNlR1XomA4kPhWFz0U4Zuy\r\ntC+FZuPRyFPdesq2h8yjp+ZfKvuBaAcZJfg=\r\n=7JNe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220322162431_1647966308589_0.8155261983275013","host":"s3://npm-registry-packages"}},"0.13.0":{"name":"@shopify/hydrogen","version":"0.13.0","license":"MIT","_id":"@shopify/hydrogen@0.13.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"755480c9d723f99b30c2f15f976415ec8e6fe653","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.13.0.tgz","fileCount":566,"integrity":"sha512-3xDzLTym45TkLkTY3DIPW/EFFfgBIt0QxSP+UFMj41AYum0cvggDIe65te4vfwUR5iolaZ4IP60qF25h7Q1axQ==","signatures":[{"sig":"MEYCIQCEHinWijt8eSE3I3O30xraVfomVNgpyHp/8KUTbsrlNwIhAO7tH/em8Jqzqav56/Qtvi1rW17dcLZhwyX1AGaC0wr1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575759,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOhBIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYsw/+NrUWW3anzLFqk6REV/W3wmWskn1OkJy6jtaIXSn8c8g36rG8\r\nA4wqeUUYDvr+XL5f01NdPT8AVVEbkpmG3O8dqrvcu6W0qgpjWfA2EWSRcUcu\r\nHkI+cBorwm+PsTV8BfyihRdB6GBPjZAXq8FR9YaKndliYjDDxq3yIddY5owD\r\ncVfYzBN8yupSdAySMsJQzSgILRopO0oVYgMFZWqwuRxUFxDJFUU6JfS7ePB0\r\nIOOKyMgMFJ5bIcXSQfj0SmY49uCrtLbT45uDVvqdGCLEQCG5ATiQWmuOyaFC\r\n0Qq/oK0uU9gq2feOzBl81DG01Bx5SFrnrvesv7YyQIqrCe83DV3v//zgV9ZQ\r\ncv86Zx5dyVKNuKQ9j3M616mNs+ocBFLUFHG25TcHBTxohZGqfeImVyQCxVLl\r\nlCy/wkHJhAPjIPWzywqeY3EoOOdJfY3anOWDs14yUsSdbAhQXglf6/aw8W0P\r\ncWuOSwdsSDz46awE0+B3gs8RWzGERynXvokhTW9F7c8iW74tqChvbM8CO6rD\r\nVQUTsPVgYmVz7UCAfvEe7uxTmvURsX5rB471jC4JUTYf0XtAz7cmlU6s9eYL\r\nyJMZoTETb0IHRgDvnIbljiGHIe1BUcqwrSBrYCuUflcOWwHx7VdL2BguuSwn\r\n/ekTJ2wZy0f9Uv7LhBiwus7xeMGrN2WLQFs=\r\n=mF8C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.13.0_1647972424696_0.4898852569882959","host":"s3://npm-registry-packages"}},"0.13.1":{"name":"@shopify/hydrogen","version":"0.13.1","license":"MIT","_id":"@shopify/hydrogen@0.13.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5627543ba92ec15b83787a4cc036dabd7c5c11c6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.13.1.tgz","fileCount":566,"integrity":"sha512-5W08GFJ+2OyeexBhrFvG2ArV1ZzD0c5jKlidMm4r0rGcYxAyS0a2zuzOFPWA1GnOpw7kEQaadngrP4zRzL7aBg==","signatures":[{"sig":"MEYCIQDC5jCgKKGCGQ/aOrO+AxqBq570rhkZ6W5+dhj6CN58KAIhAPJSYp+LCjdbHNlT042utPpr+UKOLhdXINpmZnidRENV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1581538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQxiwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqS6Q/8DVxM9+DHPbJ8ues28yiQfcwUMbvyUYdzXiE/z40yqAHc1x7x\r\nvoiadPBHwWJhWY1JgblDFvvH/6sxiFOKae0uh6ZKqFMA4TaLkBL/U3VdQiSI\r\n2PIbnrDWdfBsJD7bqLVs409/VGnqXxtJIzHDXTEhjhZWTnYDLVh5ULUK5bxw\r\nWvOEB+fc6uIbXT/YAjan7AvZ6/cZGzhjCqTQ0UZYdPoKp/BOe950swuZSTQj\r\nVzQmnmci6ah0HfoMxSCHIfdgPpjqLahp/3Ek2YUv3y3ZbVsRbvrzhpvYdA8y\r\nGtSYQrzuolwL9LsM6+7NxTw+MkNDB+UD5cqGtESH6B3NsN21NSPel9aAirHY\r\nojdRptw6zgUtpsaCLeBSeXWXbTiB0J/niai7G7R3bEYI9Tzj8TOQ1u/KaTxP\r\nXAZ2Wu43I/IOQNlgUDMp34A+KDkP+LAuKZXz8AGkpG3oYTPwoVU9Ap+Uo49p\r\n6LCMMY58WoWVIM8wK9Cqq+DcrQhcIGC3rzrpHg7YztJrQUDcXdPawC0LNzjh\r\nahH/W5wUxd2TKesKFocmE36ej2IEGWlCz8Gs+mNK4Xy6Q5VpRYt9y8Ts7x6q\r\nKjZnypSs3CPGQvpZPZ+Am8ymwgIL7iGanC0oQaerlCn4LFcHuZ9gtU+vzkC2\r\n3qAViEyKW5XkI3/RPqkWVpjCwo8pqHke/8k=\r\n=vOBT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.13.1_1648564400271_0.5676560609407362","host":"s3://npm-registry-packages"}},"0.13.2":{"name":"@shopify/hydrogen","version":"0.13.2","license":"MIT","_id":"@shopify/hydrogen@0.13.2","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"1c7da3f51e813fb8b339376c690ccfb136ae26e3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.13.2.tgz","fileCount":566,"integrity":"sha512-/4KHtvuopKdC2zq3tJm6edIUh8wz4qoWsGZNU6T/TLpkiHmAwT/gT2b36IEKx2itQZIbP4mIvt3WGRPLzhsY2Q==","signatures":[{"sig":"MEUCIQDeuIrW9S5Ukfg2rZDG1929N+Y1NjQu522ENunbiPFr0wIgbGVQ88EArGfvqCvFY6vxdo3X4/4wqdD+ckOOAW9RRug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1581852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQ124ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrdPw//cdIF2cz5PtRtASkqmWvXHm4TuiZrSlNAkncTgDgnHbRPbjV3\r\nl6popa2iO1OPgOkuJ3Z+9pLsdoKF/4QagBEX2hI9VuKTe/XAjKH1afFGDQn1\r\nY9hOkqLZvxOhOTZqKoS8EfFWz+w4M34oz8+11BnjCtal/DV4LrSPDhwUFnSR\r\njNaSjvseYU9fz/UWUHLvRSpQImAKb7QgPcs/OT2N8aitPjo+PVmS0dqy6Zwh\r\nd5Ihpwek4eW2HYtrVmUhEr9wJu2FVS3JJkBIGiWzD8Q03zSR8wN+H5Ix4meW\r\nb0m29hRbyWgqHWBOetXhYbqF1aLW0ChdebBO4m5ArUKQ4+PnEqeuCwRZ+QsU\r\n6AqLLTbYJY9JQu2vUny35jwyVb5eetux3uFQZLwiMHVvKKqS2uMp0Kw7SPXL\r\nApZ2DNcRgcETxl/UQ7JAchM6KuyPgsCfQPqPo/OPiWg7BBDa3mKmcr1kJ2N0\r\ntKHtDNik0M3v4IC7LQrRwr2dhBd/FL+7k3Mn+m4vJz9S6WbUj3qjACwn2byx\r\n+xLdM4j3APQvlYLtGsDWcK14GOSOGUns9DuTAkeK9g/6STdXbbDw7VG6/uLJ\r\n0MuDVyzLkVckE+dpuYJQRLq5JlamcRucuNPwPHeMu8l8xcEB/mzMkm8twGKo\r\nbyGrrle2CavVNYETii+Ue98DycJ7gtmNnEY=\r\n=qmSO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.13.2_1648582071886_0.8668274701092538","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220405135908":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220405135908","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220405135908","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a9ac7ea8cc0702c2f45ee343aac6f9f5f5a572c4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220405135908.tgz","fileCount":566,"integrity":"sha512-FZKrDgaz98/gHBQKeprk3UtKpxsMhgF/SVoqHUHpM7+n2IRMpKhamNjupginfY/PedZg4gm56wOyQPzv6xLZbQ==","signatures":[{"sig":"MEQCIFpA7RF2wstQ5xiDLJO5bNR2bNv6TGDhKt/AKEknT2EJAiAz/Bf32yzn4yWDs1wZh6bobk8ssaHYlUsQThaKAq8VjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1601369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTEtRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrewg/9HkioDNbO5pF3tDBOYHaDzyVaBOUSmTxtgMm28L4rRw5jLMDi\r\nN+oyPfcj0c7B995k0QKL74RjK5+uMqhB8DzvNiiXwJOrAP3eAusLV6e/G2pt\r\njzBsuNfGm7JyxGL0kUOkk/GeKYIaUhbmzjTKSKOvfu9ZRL5aBbf9BRYysp/B\r\nz6b+Y/N61bKBsL4Wvflq40v2RiR7gst6BRl4EvsVa4a43RlAt8xuiTZjDa2K\r\nuNHzA9ZndqC1r5gTWnAgBANDUtqbHNdPSb/Z6f+M6AG3Y7ltYPv1M1G2/MdE\r\nm4y3QfINlYlXAVy0QJcolU3DlvwywYJmEIpr5NLqv5OdocWsyLUvqDAQG7ku\r\nhlhQGSQ8zRihQMql32i2pTqm2t2OgMK70fpriBncVD6qO13ujVSwk36q/H2X\r\nKYL4WFHn/LfdryZ10njN+aHXDq1dA1X4ejgF8sNiZlS3YgTTMNWCfX9Uit7e\r\nLUSZugmBV3O8kzEErge06Zk9RtqJXZwTDZnCGJft1nyCTHBt442QWYkjszmZ\r\nWNVTPCH4TBRiIfR1okOH1QuCnwGDVF2yvTucsTsSZYNsuQ+vQFrJRMhOUY7v\r\nP9QjNFXLNvkdDqSxhuzFaQmN9arbl8e2y3xm5Ad3FO+UpB7b9CAw/5PMN+Px\r\nT/6zZWQ74TC/TP0bxznegPPHtB6UYdm2BA4=\r\n=IlkM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=16.13"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"undici":"^5.0.0","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220405135908_1649167185062_0.5085787677819327","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220405151808":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220405151808","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220405151808","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"617a84ed7e021b1de8cb09c2785f74c3e349615a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220405151808.tgz","fileCount":564,"integrity":"sha512-k7d5UzOxOyM/c6f0K2g3SlNV3+NUyIIGyzGiCfiNmA8ccaH9zp1Pwmm+7CuzU40DswMC8ygJ9KESi3IGHnC6DQ==","signatures":[{"sig":"MEYCIQCP5ysRYD7cD1aV2x0OckvgE7zXvMYWjwoRCscEE+jqFwIhAOowopWfUjpAy9Q3NvXtLWQVNDkyBN4t9DJGxP7wL/hM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1603717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTF3WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXIA/5ACK0sCGMqvBZ8MKRPFKDVjLc7sx9yt8Ygk8Jbq52TKkV8AL/\r\nqQVd3buiCMScR4u0hEQpmwuHFhPHAjjXQRVc4IhI0bdwrMgu99tJ0UXUapJY\r\nNpcNbQTd8fGUNTXTcF5PrDHgGJ9zPYOYWl26xWXVekRfBfRiJDixHoDjWiCF\r\n8rl98D01E9V0tO6WaJCmqcmvGQyv1RGtfVVRHPGWIwlo0ELhsrnfue6x+NnV\r\nZjqQYgpsKq6Qnvex+hSJI3qvQXJWhoTXkmyHlWCyPjbJ9Sj5yAcMhrVqWhgd\r\npMjv4SZyULEjYGxAb78jlgmx8qmAV4XUfubg4X00nQ76gvFd45OJiofaxb1q\r\ncYbXha97ukO4+bT7DgerdHbI4ax46lgJii/0VDFPgP6BHVVsgxKlBzcJ2G4j\r\nmQZteNM3W3yLXeDoGJmdhhTCY7rdb4f3zFF1YGzPo7md/T5ll8uZbmPheEvI\r\ncIQFABT1QPcz+72i4lg/XTGGFpLABmA1TaMLAjz2OEaOvWRDe3ApjxBM/svz\r\n4PcXvYzpN1i2MQU3fovnKcOc/ZbgEoRZn56EIB/avDGpOmzGnCN20DZPgBmA\r\ny/dH5Uo86sRRAsVMsI6nk6CGfpKfs6NvynZQxKStUWsz+e7gFLWDlYHHxIGI\r\ng6FLxFv2jyqOyD4IyGRy7JktQKENt55MBdw=\r\n=dl/Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.1.1","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.8.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220405151808_1649171926163_0.520275607456907","host":"s3://npm-registry-packages"}},"0.14.0":{"name":"@shopify/hydrogen","version":"0.14.0","license":"MIT","_id":"@shopify/hydrogen@0.14.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0402e5ce160581c433b215cde29b8da5c398c287","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.14.0.tgz","fileCount":564,"integrity":"sha512-7l4EG8UtVs0wWbHHKLV4mx35N3xETpezxSot94h+/wPrGVdPBeOIzrs98SjA+AwtiLGoUSvRH/PGSYGANqsq/w==","signatures":[{"sig":"MEUCIQDS55+VuXzRUPe1Q+IiDzy36cg3L7x2NQWLR09NeDRh6wIgepTWT5Ru4iaXPxHuo1V1LOmp6o2H6QFkpwjG7HuGgtk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1603903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTJqxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrf5w//SYsLCX5xsPQflHX8M1u5vGQQAVcf7lJEaDKrZBvCgwZxhma0\r\nsro+XxB0xIPc+m03ioyZ5w2cSVL6gD4cbK2EBiFYR21iYaL/R3CYxEpd2ENI\r\nBdZTeWUGt2KqAIFH2RrSJgT8kprBs3Eb/JoCUC8I3oomd7bcRJcm2B9PozUR\r\nAtv0bwPKvkI8jZGK01a0DgQuyo0PzA5wh6RIBEEV/04F5JJ+EFbROdcLT6E2\r\nLeQmpKcDsb+DqJpVf15ucQoWCLbMhDqyCA3vkC+1PO7P51H/h87b+I8NbyDK\r\ni4rg0LErnkRUqD6e6Gi5Iirul7WVgwCLtMZfwzDOAuCRrfMFHisWnbff1gfX\r\nOcmyzG3Bq28xjKwHSVAaJJu7F/bQ4tkmYp0GV2G9dNSEuRoTjuXcJ5tN17J9\r\nM4976ya7zQpAgQe1+SCt2p9F1OKNu9ptQCReTLm6FRvv8HZ/e5cNEYZhXux4\r\nt1CBcyCKJIEbwapJsm6myeb3uYosyqDfT/L5QYAnn3bvLUMSldNiYMjd/A57\r\nCRzAANewiuhnsOl837tApZPg4/ZIFcjyDnkTFP0Lv3bmqUAbQ9FwY35sDqqO\r\nFJapIONMduBjvy0z0SgJErIPvK26KJCeIhXXQvIenHyGFWxx76TKIR4b/Noj\r\nU24GiMhNJjI6otfXZk6f6E6rzZ24l6b3B2k=\r\n=vh0I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.14.0_1649187505237_0.7270529018502847","host":"s3://npm-registry-packages"}},"0.15.0":{"name":"@shopify/hydrogen","version":"0.15.0","license":"MIT","_id":"@shopify/hydrogen@0.15.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e6505c80b08f0e02a8922095ee15918f6b0335f5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.15.0.tgz","fileCount":640,"integrity":"sha512-qU+BZb/R5XNjNf3c+/1AIE1nNR8r7iaOkrK2vKg07jmnqObP3U/1IfUg8RUs4JaVYd9ou1r4sWa1CpbvGiiWHQ==","signatures":[{"sig":"MEQCIB4VoecgzpbkKpNqLZUUO5gQXdUSy7uxo35+ZM7y8GiaAiAMtDWCcV8zSKxXi54DizZZzLal79QhRcqmnzTUzznJ/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1681095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVvFvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJ8g//TODBIJeXzLR5kUlQ3YVMkI08Njgsu3ex6oJkFlCT3bqakZp0\r\n6jWBEDBL9eg6a8HBc68qjwIGdwbzyBEy8hwJS8FKqTLrla1/FoTQ/pklyD5J\r\nTzzTI3M6u/8pO0QQQ9jxSuG2XTGiu/dct4T6lOyb86zGGdTux/FbzI881uBv\r\nUouHpeQWBE5jWFwMS1ZxpCdQuC1gqFjWpwjRgnP5pfTxWqdeXSOL5Vrzo38Y\r\nxoZcxFPn8bvVatmSWmShyeLctKBslB8plq19h3ORNKNuc5DDbo1xHs1kBnUo\r\niF36oNxNLFsHJsRcKhXFMzSoSEq7RA8bhn9aoEWjzDGAmkVSa+RjWyrjmJO9\r\nqvm/XQa+P7K2MtDD3lZ1gr+lTQ2czzn6Oq/JeMUfWU5IXwL6fHqhvPqyEyKA\r\nxs5K8Fz1BmUbFYyugIVOYndjlAZQLr1bQW50RC58ftnJH0DU/6zCYH9Onfbo\r\n3iVxWQUrmtKQPNa0WoqFuIwhyQmIyuSZYO2afZl15JAGOQZdednFIDvt+y2R\r\nXZNhFk4sF407F73MpOynVxqPwd80uqgde52wm5/VQu98SzeUu0MGrOmr00P/\r\nM/I30yXkkXOPItixexcxqADRsyyP2OxDie07CtuwbfZofHrGIV+p3Wf3aJRY\r\nJaD5hXcjPFp3PSWaUJC6OEBfXwt2acb6Zy0=\r\n=KrTP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.15.0_1649865071728_0.06233853127475131","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220418154217":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220418154217","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220418154217","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"dcdf33deacc2fd2fcd4868438768bb3d78efaada","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220418154217.tgz","fileCount":644,"integrity":"sha512-vBkmj0f/7FydqY3wkwK3qkaYg1Z4PX4RwD+PMyZ2qN7XuvlMhQ4CA4QAR4MNsNotMsdYq5g971+JQaJeLQ9e7g==","signatures":[{"sig":"MEUCIQCrBOuk46EYDPBomYzcapJ3KADQkyJnXju+Hvwrp12DawIgcrCtEDc+IlOC0vBCKZPe/VOoXA2KEotRGvOqexc3IOk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1688711,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXYb/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+whAAkvEVwcVd8UXEC50kQpJAePQR3aVMj0guwC0zzW27oxJ2jum4\r\nW4460tc8mHmbARtf70aEhU5FxuqlpTmHaz+I13APSOyzMdVh4Po7H7F7Eww/\r\nz3yABAVangMP0jojnn0ldB7LdQffe+sV0rKwGPordDVjEhMq6+8dX8gVXgXg\r\ngzKLWTh/+rSkmfTlvpLYI6Z5IGFD48SaQhR2uL/462fAeZUgkYU+w4j9+OzR\r\nCm8jh3wzWpf6WsLdJeRa2CO6dbayDZGJegTKaWM9EulsfHsRpKxJJGa4XUPy\r\nVTycLFuUrbypHCUXU6OOir0ninN8gsjvx9J2dWYE2I9qVW/HpAqFJhp7dlyD\r\nmVYKDyVl+9Xm6CoGm1Q1YDcyf0vE+Xtw5lEHlDdX8iyBwPtguhRlRjBVCWCF\r\ngpu5fDDMvjkQIXPUy34vbOzDC/Pilj4CtcMQD+q/IGxjsN/DEH5KPvUKo9Ay\r\nQgrfZUoJkPFa6PgX4J2cni9gyMgRjeGUAZwhzy1iQFo+2mI/H+BnPTT7Wmok\r\ntA7vc8sc41NeirwrC3mRM1XO4x7yA1BQj84qUApwZ9Bn0zK0dTG91CHKlhMk\r\nw4NK/gxgWFCBHienNIFPj1z3eypQzXfp2Qdhpb9zuCsQ9+HB/YBgEwXyOmYZ\r\nmDL5D19uru+Ko2RxyzgctMdJHeH/9sT8KlA=\r\n=Bi8/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=16.13"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"undici":"^5.0.0","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220418154217_1650296575320_0.8118984177646158","host":"s3://npm-registry-packages"}},"0.16.0":{"name":"@shopify/hydrogen","version":"0.16.0","license":"MIT","_id":"@shopify/hydrogen@0.16.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6243ed0dec72a49d77075d4701f89e015b7fceaa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.16.0.tgz","fileCount":644,"integrity":"sha512-NUuk5DzBq103RP9sHkx/dZOPuR2+geedEt16gLPP8IOqrDlHkbGougBT0ZX9yWH6ydFYc5JfNzHszJtyJ3tlFA==","signatures":[{"sig":"MEYCIQCKT0bBvm96YYVVJVnd2+yd+/H9QM9klO4b6h84CJ5SLQIhAN4lQYowEWV6TGnLEtxREqcmpyY3rm/g20sIcOzYg0VH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1685878,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXviiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLZw/5AAPMbr6P3+52eQV3nq/aOWR7KCPAs0qxblzocI7LmCMZxOyX\r\nV/N9+9kDSXTKaKyK8Sdke4lPwEX9gx9xE4zukUPbcg4LBkcpIaoPn/akEqoE\r\n+ZpRJdCWrqIR/VmHFzYCUqp0RnMrH1bPgwIfihjI5i4BMoVupWvA44q078rO\r\naWLNu2lPFUEktbQHzxXRqalvV6lSgFHekRjSa/XcAde5hHFnCzpqM9s/bYbK\r\ncMDPBFOb/ieIF9AxZdIQCKVGVa6YytE50p86DGu+3BJQgOhFNoHoaTgt0T2U\r\n1zLoayP4MhXR7OaNVrrBJtspP7qsPKUHIVlDkfRO3vq/ZjOx7PL401lfVZJp\r\ngTyVClOQYxjbDLpBGCLccH4W8MatPjETqfX2pZmmLcuosjIXX7HdDviVY5jt\r\nwzTHg0kDEqCyhEYsUZWNs5G+o5+fMa2nLrFU5g5QY/JG9sfJT8uNwMMeOPms\r\n3hxGUAhnmcs+bEpWYIMBb6IY6sexgnvUl+idMudbQ0a3nCXxVUXzA4jLLopR\r\nbxXaWcgozfQLtMKavx7YgpFKqmBzdIykTWW3AiP5uV8L8XjvhjAAYTtZC8pZ\r\nNn0qAwda4a4rFJBQR91W9tyO1tMwmmV4SpHV6P2tk/E+OLRs7qjKWrf2J4cS\r\nhxcwQaovAqG7y9igftdYHt9I446f2lWIcBE=\r\n=BHEo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.16.0_1650391201631_0.3923266826407932","host":"s3://npm-registry-packages"}},"0.16.1":{"name":"@shopify/hydrogen","version":"0.16.1","license":"MIT","_id":"@shopify/hydrogen@0.16.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2a962970de34e0f309f4f0960977008a3de96328","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.16.1.tgz","fileCount":644,"integrity":"sha512-i7HHGePELpWsc27xFdFn1E4/uuMjFzgY5QtCmWz+k6so9wl4i2lE4ZMSNKxO2XR9pEFKNZgHjHXyM3t4ecamig==","signatures":[{"sig":"MEUCIQDYdPUy6LBXyogrTD6zF188nlA7sMFkLTZfF3g03BIhxQIgb2vwyEA49kqhoEn+S9uFC721xaBI0ubBL8s7yEGpJYQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1686395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYCEJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSVQ/+IcEt8ImlPjcfI3v749i8tKzpY6g4IloXZOLzl1joTgcIoFsk\r\nXQWr1MDPhZP8eEe+93vkqhqtvalOJDtVQv7cdGNhbGpIkXWt0/cHryhCB5ec\r\nowGJsKLMFYQZ9IppmyMTA+CrEIc54GucqBO0DEcyzI8nzsvvxtq1k6PbBTf+\r\nu/G1y6SKQBTwXiNvTBJCb8KNnI68ZJMjAH8UjYcY9jD0IRmW8rWYqYB7Jnsn\r\nTIFQ5JGiu/H0VnYvtsaqvur29sOLubKIvrAeXc1UA34yN8dP4vNLbfwYHI4H\r\nKvW0bS1ymcftK7oO6uTLhRUimxEQY4npnpUkT5NlzigJvMn7tdj4/g+tjUN4\r\nqs4SHWGslbHmzYyhJCQ03ftfGevziBuZZqCdUufZI8y/Zd46QfWey4mEB5R0\r\n+3YXEo2oRk3ZMFQb1vhwuf6JX4oHFs0Mmk+AAzrGRNjZa4n8GMVcrQ7emlgz\r\nJa+HJ74Cg0C31DmS/h+yNqF6367CTJpLSv7KQWWiJZXzAEeISqo96Svi3cOi\r\nL/gZcoeSz1Ke/H/vXtQQMPRR62OYimoPFfeySdF/wvKerXqCVfS8M/8RxKUC\r\nkq3iUR9kmjgMCbhRLHFqFdV2G+GegTxYdEQU2nSpT1ugYTD3oDnBBjp3jyaU\r\nqNhm4K0gL50r8Rye/VkeKmm41NEU4mCX7lk=\r\n=3gA0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.16.1_1650467081339_0.7069318018879791","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220422191137":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220422191137","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220422191137","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ac921fa3bd45b8e9d0933a00ca3dfba2401536dc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220422191137.tgz","fileCount":664,"integrity":"sha512-Kfy1HADuCcnuRnh8769Ud84zsvMqh1FuT7jhz9zSbV6HfPtAlGHr0+02SuKuuXQ3vH/l4UrAjmvOgVrUq8nZWQ==","signatures":[{"sig":"MEYCIQCzAYrj75mAl0waR0WVTumPVH2n6Y5MpPVUIyeNutlq+AIhANBW2GYB+9re5Gh/SueCeBd+tw0qSzD6dx6yAHVyhO6x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1729406,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYv4NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcGA/+LzkyIKQFlhATB2m81kEqRFQBf7kuAcXE8XCZkwPKgHAYocoa\r\nHSnjblqvOEvJmCWAGePDXAZT79rXu0CDSL9NheeR3fQ+l/n+JH+96LYzVznm\r\n+mtawky/Tnjknq1Y2EejnYPew9wfwungFahAngOxfmcYKhC9jiWjPbAytw06\r\nGCdZs7315S1nkvCV2pgldsyQwGZBf+sEuESqQSSawWdgL31yArx9lTWdGfV0\r\n2O5zoppGYFnTqS0EOVbPOa3s1Y9PPTld+qCy7TJkyie7FBzLIzl6OsOPaT/p\r\nUal8CfgEscSgeNa7VlGoJJYb1Xrhy/UHCvKLUEGOMN2T9bvxKR2py3Qrwa4i\r\n1TTdddLf2KvSrdMLwRYl3neGUTjnjuaUCvrAOxl8gpm0gFzvwhTHeXsjXwUE\r\ncXrN576Zu0uXi10ik11JjiOymOAL5r4fEGp9q7n+kRElkY+vzGmKOW302F8T\r\nK2ZmEAgdICyelRW74mOsEjMVNaPvtEF/f81vc3/Dv6iKWaiGuM8GSiZwVBbD\r\nzNafVzVN7P48CcQ1pcdaQuQ1BJ3eZcgP0UqaY7bsq72UPjWShssK1AJlPVKW\r\nUvZUC91JlX92VpOQNzrR3Hd2zmZfXk7YbWsIvkanaObypff5J6RLwXnz6ZSi\r\n5rol8mvpQcwRnHFMCnlwWtWmJn6KbsnjcnE=\r\n=h9DM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220422191137_1650654732752_0.6082749609011022","host":"s3://npm-registry-packages"}},"0.17.0":{"name":"@shopify/hydrogen","version":"0.17.0","license":"MIT","_id":"@shopify/hydrogen@0.17.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9f9d3705d5b37c6675e8b1d239d9f6631fb2dce1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.17.0.tgz","fileCount":664,"integrity":"sha512-kYol2eUO6G3IbJwDW16M6Z5JfZhaeCsknlGzKzKT1pRutPiuas3vS9S7RhlHqffe2E7+/GcrRrJl3s04TOPu5w==","signatures":[{"sig":"MEQCIB0bXdkicmfgLtMNF/yihNzB6LHNChsB1mBCX9WGjpIhAiAiAziAV/O8tm6UimlkmwiYTrcfIFBVUv48rag0BD2D3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1729742,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaFJ7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoI7Q//b7zkfZOgr2B+kznUpvQUtATGIHSO2945Kf7awLrHorR/gK8d\r\nYn7sFrfkBBlHCCXCKEZiIReNy0zfBIR0Sh3FnmGQmq6SLYQeVzDWjJJKeVyJ\r\nWgMJxpDbsHzFfgMpymF0kwIZdeQ36Au7Bwmek0HhIynl58RKKD8Wnc9J+DZN\r\nacPQ9ecCXLpSW1FDyNWWU0KUQl/FP7v04OSKpyMi3ZdOhnJ+0KNzK1jZ1FRq\r\n7ntnIgb9KxxxeUpE7QDacCeIrbESkviNpqqu6aFZOqpGBIP5RxvlED+VXKn8\r\njnJAZjjRKi01JahWBB1FZ04XGf72zPZb9j9wAfh5B85V9kfp7aQE20kqXKbj\r\nFahLxVuzVaxUJNUnsoBF3pE/JEfbn/iX9bsLE393NcKFh9+foV48sbMKyD+0\r\ncVy4JGsr0nJhkOgBej03lQYWsYktljS8G4kUYgyFLF2m3yD3R1x2HkVcGhxP\r\nBx9NTYXXAItoAVTQn0Fd2qJuf/PZB8VU+kCHBoFb3NoeFMiaUAD7z/Q1x9Tq\r\nR2YHz6j1ncGCgwpXYUdebRdJcSTFAtEC4EgNk7GnJRe7Khr6x8SeQXCWRUSM\r\n/QGQj/Xxzn5UwJFpVgq/cH93UximsNmHB4I0n6xew5tkeaEZRI34dEkFAiIb\r\nrFFauPqb/IXbdlgHyy6LY3GBzvDHVaLHyHc=\r\n=pwhK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.17.0_1651004026932_0.9964268369501756","host":"s3://npm-registry-packages"}},"0.17.1":{"name":"@shopify/hydrogen","version":"0.17.1","license":"MIT","_id":"@shopify/hydrogen@0.17.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"405bfd3f54c528887d774f952a66a29166716efc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.17.1.tgz","fileCount":664,"integrity":"sha512-ZioGscxM+o48HNrKXssrGAZe1PIzsJ4/ImGhyQLGZlHuygKqYNftq4U7mzWwlyJuHLa+FYLWMT+vl7ArtNRIFQ==","signatures":[{"sig":"MEUCIQD8gKgXG/8eOJMVGlOxznPQHi0RFfdjVkIOu5w0eW6c7gIgQnwN1fYSkK/1r3sZTUahAKIPpIPo+yAc4SUs+RtgnI8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1729969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaqz3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrehw//eYeT+/b62vMigNVRi7KySwFl2QBcv0iPEOHIz3YQw3mMIYG6\r\nHyHQP7tKjWftHIA2W24JGb9pEnDSvPBcRjY7KfTKHkKLmS+87vz9wyr7kdGl\r\nD4LtMYnRMUwIAxb/4nQvdpGKMYZp/e8TZ9DUxddofQeuPpfBMLY4UrYjmfZ9\r\nFsttTn1rj/LRe6C6XEbK8oxn+qyejGmV283E83zWDTGdE8A4DDHIKPqoFHwp\r\nMvF8susFo/YLQSaGlSeh4Pu7C6cXVkr509Er7M5wcyanKYv5/MB4xDcO2wjy\r\npsFMjDFIdwWJ0hol3JT5Z70ZfNVPyKcz8iewwgTax8CRQAivkxpJsoncxENb\r\n7zvEugImJptPDdgRMHni1jQGfhetiTqRK0HsN2OJSWKMBb9R8+bo1QFaKfd6\r\ng9yusjkyYgEoHtixeITpUTp2QCGQz50lq7tzrcuRSRq9l6WCIVs6kdmZmFx+\r\ni3IfdOrS8CLr3A63Do+g1Sd7pE7w+HKpwseEhc3BItgkFqROBIzOyOHsj7Xs\r\noLkhR61ZsChBcAKvRejTtVSeuNSVKGcAosobneVqRuBseIyd4Jwr2nJ9ehC4\r\nrdjJ8/ti5nXl8NVraE7Rjw72LiKhUp0FQIjo3eLHDd1BKLHBdiKheEZeOeWH\r\nQDq0MnUlBdC7b5wwPpRs/OyYHiw0L++rhqM=\r\n=B32U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.19.1","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.17.1_1651158263131_0.7210593788658617","host":"s3://npm-registry-packages"}},"0.17.2":{"name":"@shopify/hydrogen","version":"0.17.2","license":"MIT","_id":"@shopify/hydrogen@0.17.2","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"551a6659bb68f5c3744a21bd9f5c7bd5c847af83","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.17.2.tgz","fileCount":664,"integrity":"sha512-PaN6dg+t6akJoZHv6twHHiy8Gcv9RIgXc39fCJZavmz9LSmNhhe8POQQfrzWq6+l1X/tAujCYLT4d/UNOMbKUw==","signatures":[{"sig":"MEUCIBcGntccGV2mTLJzUsQFF7vINu1TeL4BYIEqWCOIw4y/AiEA3fy3Fo7mw9V/Bxg+/Pu19nOOACYjIGJSmIWN7DzTQds=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1732269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJictSRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVJA//cZq+tCF0g1LDVZUS4Q9mI8U0AjlDvjZxnEwMwd1B/Ssm4n11\r\nqaGyxOC0dvH9wWU8oANJ+aPLmP5Aut11+E9tv2+FycYKmeYmX1uMt0ZaSfYn\r\nz5iHLSnmV6PAHhltGkQ3q5T9K7FGhvF4SWbKP0DcPEuavvQ263XZjE/UiVXt\r\nDkKx4ZQ5DxyRDRDzM5gcWQRobRxXVcRQByQXHWhW3x4Z1A/a2x3h6TiBS7G4\r\nzLVZc78co6npxRlJxysUZ6zAu1OoVdZkdmThXLtlPJrj6qgQ/u4eUs4crHrP\r\nR/oUiZVIgdaT0ipPJuu+uDj3B6L3gREw5h4dnA+NrlBC3nqkIeVQEdF/DMa1\r\nDjbkxWpDVT0e4ciC/O8VyW1KjIKBulmPtFbrWGyStibOeBQTV/pIRE/qasgb\r\n0NNNWCcfhWGHzQ06SXc9nM3nC0zdepDjYpzDWGayd+In8XT/rRrLalFJ8TS3\r\nl89qClul1270XDuXX3pBT/wR1F0SlbNSpqGNyVCMhSoYp/XkiK/eNBbPumjz\r\nWjv9okzNqF5WlLavCuuBcio5uZ5Pin/eUxUgnos9uFGZhkF25/iXa7AHw4NG\r\nqHaVMJaFvwY+EPrpS35XZHn7Rd0X3idNg+YsGcW/dOgNiPA3uBIVE5uFOC5j\r\nEMLo/7hMQ/lxZJz2SDurLNpZ3fmYtCnzUIw=\r\n=Fat9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.16","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.17.2_1651692689171_0.548074698076418","host":"s3://npm-registry-packages"}},"0.17.3":{"name":"@shopify/hydrogen","version":"0.17.3","license":"MIT","_id":"@shopify/hydrogen@0.17.3","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"33cb07287bdeeca3beb890b66868e1ce294d6844","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.17.3.tgz","fileCount":668,"integrity":"sha512-hxvopln3ohyNr68rrdEi2h1n9XsNJmdrWyqpcVFCRQB18tJHhy+7V1LTFdZYpqE9XTu8llLyf4AruaW3riQWxA==","signatures":[{"sig":"MEQCIE1MGCX+VR/jgR1iv1iv2khvh9+F4RlWTSRG75P2cvibAiBQLrryw64GhEvkA141h/++osJ4+3i50H2XH+uL5XFtVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1735528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidSIUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXGQ//YuYziiok2rpSjYjrV3UjOE0ePL8Ty+8df7BL88v2V/2IS7T6\r\nUXyeZp8k3Hv4EgRbruP3w7OpMIj5Xd+KWvbZIcaNKowBsZJFbd6dUnv4UiOn\r\nVju37mmKSZPWPTyH/FRGwvm/MEWRcoahTlP9b5v2BcjRX3NLJInpImco3bWK\r\n9lLBZIpRPeXxK5RzBkgEXXbgCSFFmWZM4SLAqDqntK+NACwlO6shZBY43PYG\r\nLQWftLJGpzwMYCUVB4jhTY80ocqnu8N43gi54KYBMMEI5KJTyuGEwICIktoD\r\nAW5uZj4BXXwS0t/yIKWaYyyqjEHmMah1n0oCPSm10ZRgTTIoASXNk2RU3g5Z\r\nEJnyO9CC+qDXxSsD4Uu0Ske3+2tPOdGw2/1t6BxNgghMb6sh0hlSZsqGHA2L\r\nfbeYTRXKNUaXchDwswYi0xbTihEZpSqk5CaOKDGyk9iUzp02h1m72A8pqCHo\r\nswkPgSl96E6FF2NURwQFA8H+wYjBHFPjpuDjWlZbq+MhebrqwVWVbgAtLLNu\r\nthoOkQO3zVntASqJsheefbzKsGqn77hMBOuVCICsFParsABgfVg97CoOnqYe\r\nxspBAGhq2Afu+iubI84qWMYpKfmP7uqNWUFn4bDEHheS3FMeWJfwN5QxLLB4\r\n2thNS+s/CCVIgwbocWIL6t3r9q3heuylaBE=\r\n=HuC9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.19.2","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.17.3_1651843604708_0.02909145076492181","host":"s3://npm-registry-packages"}},"0.18.0":{"name":"@shopify/hydrogen","version":"0.18.0","license":"MIT","_id":"@shopify/hydrogen@0.18.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"392e287af1c8ad609ef145d3b86ac136e433f844","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.18.0.tgz","fileCount":681,"integrity":"sha512-k9cDYladeVJnhvmU8sdOzLe7ZY1cRHMr9he+Aj92rMtss9RCYe+K8ssXai/iNDzY4b2f3rcboWLqnrWmCL/2rw==","signatures":[{"sig":"MEQCIFr9ktuOFbsfo/uG8/L873qMvSAD5CeHcY3+iIlfXgWQAiAocVcMV14NyQcJQZl2PotW6EfAx50d8GoRvDPsUUUiXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1764451,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieuAXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbIQ//URy4KsDLCNurK1V1oONpsQK930aALw31SyB14azt2l1WziJo\r\nQ3hxgjaHTCTq1QkJIm1N16crjJPetUt5SpcJ5lS/xHMBtxCkktrdFfkXZJxj\r\nBgHPnd443eg54SCmvpkCiLZH/Uh+owvAVk34YwU6giRzaFS+4PoA2RNmAyMd\r\nbrRlEX16Ml/G6tuTACeL1HoVxUsR0QyugUy/2y0z3aA0o7VwZ/CEGYtoWHPF\r\n4PBo98O2fTrAKHwYANoDs+45/GOrfWtL5vt4goZ7RctwI46kwbxVCqfMbrak\r\nz9vctU7nhj4DVCAD7HYa+RcYPJvSmlmWzvCuy2cfPibOgjxzsmDz17t0vqKR\r\nGbb/jgTlH8+2U0tsRjtFeMXaVD4r1MSYr+xcpppNZuvta/towAc2MDrfIAlo\r\nhejz9Nn5kBb7lHxNODEaoYrHIVAa4UB08stIPCD8SzwGFza8OGIrcF8DYDJ+\r\nW2kYu/p37AQqfDi4iLge9wmzNFe2Fdx/0k69wV/4nMSpUYiwDfTZcVb8BZFx\r\nvUXx3JkehJh3zylUq2WEoKroFGO8B6SvqlYIwC59B59uqArYsF9o+TIkVtpE\r\ng7F4jSLsbGRn5tzdi0pBBHU2u1BYulKKaJOTY54ph1/VifyHL4xohEi+SJYw\r\nO8jm6Y1GsswSr3J/bZ2WaQpNXOLqgPsCKZM=\r\n=tqFo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.18.0_1652219927376_0.17479186513162182","host":"s3://npm-registry-packages"}},"0.19.0":{"name":"@shopify/hydrogen","version":"0.19.0","license":"MIT","_id":"@shopify/hydrogen@0.19.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ec99db92898876929f69c21ac27ac16ed89db950","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.19.0.tgz","fileCount":683,"integrity":"sha512-xInzMhpaBp7AdW+HQ76e+r1rDCDMi/F0fyDysBfzXTMSM8UHH+uvxzBylAa+yNw1SXNANQxjIlAvLKOF4/urmw==","signatures":[{"sig":"MEUCIQDkliCkc5SwsWc5AhzfTahI3zXoZ9twJjlWXGF4W4XU/QIgLQi4fgah/VLGJFyS/rD2sw4TImeBH9mNk66suR7WSk0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1763966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifwzGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNFRAAjZ/KISYfpv0+E7xZQhGxFq0Ks2nyi5Sq+0CIRnJ4IiSw3m5j\r\nBrAEn3nvrEbe/Qx7cf015fZdr6MCNg/08cjuMVv8ECZdPJSxNvh6dqYXy9Wy\r\nGvZJHYIiaAW8y93FAucur4QgRNMuq/DJT3P7Eb9j3n7L90gVy3pi7Bkdn8km\r\n5+KMpgq0fljqKbnnVXIIXFM61A7Ggw+aiXAq3a/mEHUxqUbCycNyIZaZE7ht\r\nz3vGmqeUpLqALJMu1dtYVelfIZmNdx/K2nrWpri3G7rUiD22Z6B0Iur25kZ/\r\nipCC6ULFH4z8nnzdODUTRK15CGnKaiHxUC2sfDjvfYHCXp8JylaEKZVHcPl7\r\nULjeWd+6mUBub4/D1hGFLofqlGkauChy66N5y0KhdXOb8k8uQtBdk2xXZaPR\r\n4xofWfijCWQ/YqgapWkDufF900uXbrx4+w2RggqYbQeQgKY6UX2wj8pdfm8s\r\nYccnOL81fbWYecZiCOAfGEC46QuCp4lkX8ytidfyNIDu5SSzzdQ8F9JWSTpp\r\ncYzsKo81YvdomQLF6Sk+IR1Hyp3SmybPXOlZ3YEAYhMSTp0cH5Cnrpuu5pOp\r\no05CKZm4/cgi2q6lWxpckZN528wgjsFsAmMcYfor/tt31AYlhha06xsc62Mu\r\nl2yVahzUThmIc75ezdqTZ9/KFI2NY74jVk8=\r\n=Im9i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.19.0_1652493510151_0.4224472348716626","host":"s3://npm-registry-packages"}},"0.20.0":{"name":"@shopify/hydrogen","version":"0.20.0","license":"MIT","_id":"@shopify/hydrogen@0.20.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"faf7a5ac8500b18249437256e4f9ed85383d298e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.20.0.tgz","fileCount":692,"integrity":"sha512-Mc5F44GbR2FTvjEK0klBGEZGUZ7egqOWznm4o2P/NfUovLn3JBDlWP3oNdHqHegs/mGabXqtfeHP8+A3rkiNZw==","signatures":[{"sig":"MEUCIHUhukNVK1RSg68VaRgAJdYmcXeQxg0FGFnZfxU6cyJnAiEAj5V7HCVpBO0v9Gw/ORDMe++pai0GnxQ2+bWHfgJTO4Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1769612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihHVIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoBxAAoHQLgaX9l63LSuHL0sazsapEyo/wnbPPj84UVEoUf4sEgLjL\r\nLCWJzqvp1UaJSTJbzLMd3yO1IuLa4p3E+JNNrTSrWp9Xoz5XA7rrTIJQ2n0m\r\nWMgUbdHsyDd4a/Vi6+Ilbi1RPgcfHlqUw5X4MfZ5kvn4f7d/lBVWH630D2Zz\r\nLx2XOE3yxM0Qp80iQJnHu0h06eWujXAMkRAwioIThZZIZ5sOPQrizyXHMWT4\r\nXDzN4vTgCY7TMerpsSjUU0tOtWel0qGOhu2jBZO2/Bc1KgOYDo/nYbkaf+il\r\nelwCBSdQZm+Sy7NV9bkFQVYYD109lEJgMfpxUJPmBY5XZL+IPQ/RGpmdWGEM\r\nhojimCNI5wZjNOGTsfsxkbGZI+ubGzOKulR9MsIDyiD18fjjgWaNVSek4ADo\r\nPZov4WQHn/YwS/4yr7ANjRxcipFZ73sHyiL6RWm3BYkGj7J1HYnXeHK9gP0i\r\nWswTA3dX4g5IVhQJ7jl8W7xXakqJ1ZSdpVMc/VE0anJa/QIxxqI1AU86cpIa\r\n+7BT8ie77a8L2188aG2uH/WQ7eYz2mUGBh6VCjdWLyLYKEXBSO1+tWDN925c\r\nu/NhFQGNV7/Xgr1qO4Nqo9G9zkHG62iTIfwcLCsMd7LnH2ZwEKiYNYp+YjKh\r\ntJQt1kqVKFx/MVxzwKZgNnMlIBrDFeIj9tk=\r\n=KUSn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"0.0.0-experimental-2bf7c02f0-20220314","react-dom":"0.0.0-experimental-2bf7c02f0-20220314","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.20.0_1652847944271_0.11610602630321587","host":"s3://npm-registry-packages"}},"0.21.0":{"name":"@shopify/hydrogen","version":"0.21.0","license":"MIT","_id":"@shopify/hydrogen@0.21.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d7b11b2e818fe7968e9a174a20043ce8e1434a57","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.21.0.tgz","fileCount":688,"integrity":"sha512-R8C23OitrDAg5eVtiwgeP4f8DH0lzf95hUorFIQTCFq90qYYfCjC1cI9JnYfH4Ei3AhxGIAiN7XIuRMBz+iZVg==","signatures":[{"sig":"MEYCIQCDlsew18wmydRzeiB94LmiKexwyFjOl81yOgcbphbG8QIhAL2hOBhTxwZDdPE/0p/svbODHiUgnSRnxuIGN97FQ29d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1783929,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijTiQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoj9w/+P+lA8O7fvQwBQBbI1yWHEbkm5daf2ctNoEYR7QXxaiNM2x2Y\r\noCGp6xcdJDdhLbDgM2/iPcO6pfeTv7vxbmjcBuHKSM0UU4C34Q0HQtpbxTlQ\r\ncVXj8C0xSmB7sFrludC+ahQ1Ony8ITzDlt9oy6oFtfPgFPneYTxgCHD4p8Kj\r\nhcithRKThq6f2g+44zy8k/rdBSRAnmKbSajmUsiJe8BzzxrqLy8EFB4Jag/z\r\nNito/tBrJ8ddqOZo8vt6qc1AYShemParxeTkfcCHXz08JedMcI2LUHqQ27bF\r\nvmAGs3RCeUQQWuWWkrWT04QNB9rbjx775GhMxKsIqECHF1f9kQRc6kiJ/KcJ\r\nfkb9NVQgfPrnAuTXADBVnat+InXL5uVC0jo7xTwSXMAkcNFnXuJ/aA86ZEuH\r\nk6sMtyvAuSFpRUH4EWP5R6X5gEfHmvgkfs53+DuqgV9rUnrAekSRNGEybGmJ\r\nh8DPvGU3+NG7L0LQkQYqSrRnuSre0fMZhGDZ7E5YVms04OQvjVBeHw17/TY0\r\nM94Ex5G9HoF+Ab80mY3Xs9UCMQQ0afJ8No8h6hirQAg41DfIldxsYMKPd8oz\r\nO9M3bht3O4L60MW/ItptkubU57mEnzLBgP5vEYqZtsZ33VALid+0CI4b8JVJ\r\nkmaPapHqtQyRxlxSl/r1hTPLf09eUsI8Hx0=\r\n=7XpS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.1.0","react-dom":"^18.1.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.21.0_1653422224247_0.783107872300352","host":"s3://npm-registry-packages"}},"0.0.0-experimental-20220526194818":{"name":"@shopify/hydrogen","version":"0.0.0-experimental-20220526194818","license":"MIT","_id":"@shopify/hydrogen@0.0.0-experimental-20220526194818","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2fa40f800275e8b05c92216bbebb00b86954ab65","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-experimental-20220526194818.tgz","fileCount":692,"integrity":"sha512-Lm+ghSSf30vsIGP2yyOUSNG1+Tceea9igUTYpVc0wNi9bXr0AHIzh6auonFpPkotgkDoZpp4vbQ0Gbwojt52Sg==","signatures":[{"sig":"MEUCIHBUvdYaiyTc8Wbj2f0d++fTmoHcneM72epuU0Le4nubAiEAuU6WMDfTdCyjNO2LLXLzdt1DZ+xe9S8wIvkK90D1zdQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1787351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij9mgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+jQ//W03KX4cfFV6hbxcSR5H8zTRww9dWs7G2+mSqN0mg3SqQUki8\r\n0xrca1hg2inl7huZb9nncAMfMshtR6qY87u6Sa3d0Hp2AgQFEqe3bKdVxah1\r\nl2lfIoRCrjYNr/ZYqhGem5/Mx97QTucc2vN4mDJOv7MOUIkZOnLFLMIiqzwd\r\nCp733bpfi7JVVSt3a+JVwKeWMvvAp6CLLsPwLQegbMQSQtCbDknWIHGGVUSH\r\n2NU0Zp/pkKgHtRGQqvu4DcZquv2G3Fm0NYoq6mV4eURHu3rlU/hONq6oUmXU\r\n9x6lJxakIYXIG1MffO9Ygg8+m4ZnVf3CrY5CxxcMUbh+nps6wBHVyLHJhO5i\r\nCEcEu/m7LE3/3xRQ/fjL9I7lJdaCXcXOrnVGJuzBxdH4YSdBFjzKySfe60Mu\r\n4NRbinkgRtLCeYFXscJuGisKbGJoX6M47OYxFNTeVWP+EaozchMuZFiFNsj8\r\n2Qn59myfHWRHWtxDJ/WWptSF8xU4wZ3IYs94wHiVRkIIRzG/+nDVWRwknRpR\r\n5eLIoK4wUFkt37J5KktNVX8bQZBhiDXVIqrG181DAAQYuHRW7H8yjwZkGXny\r\nyw/bupM/v/KD7IkpfKR7jThuGMX9OTyoXCAzAnqxDgpmh9p+4ooWejVQxxUX\r\n66AM8xcfBFd8e9XB8ec+wXV/yEhD0HQJDXo=\r\n=xrWz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","graphql-tag":"^2.12.6","npm-run-all":"^4.1.5","@types/react":"^17.0.3","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^17.0.3","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.1.0","react-dom":"^18.1.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-experimental-20220526194818_1653594528396_0.4344967096932226","host":"s3://npm-registry-packages"}},"0.22.0":{"name":"@shopify/hydrogen","version":"0.22.0","license":"MIT","_id":"@shopify/hydrogen@0.22.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"78cfd5e12506d0829a02c2d84ea21b53ebd865f8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.22.0.tgz","fileCount":694,"integrity":"sha512-xYbr96Kdc0CIn+DTNzdUz1KGOS8vLXcM7kRZ1HWUaxLpJaTYV/Mt9YNbEsRrLOOgNLnW7DqNWxorjP8UnmHrWA==","signatures":[{"sig":"MEUCIQCu0hXNNXblqh3gMFmonIiUNvXdr5IiUX9CDp69N2MxywIgasfVfs2cVbaZujLSaiVDbKX5k1qOQG2/2KEG61C2jOg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1796954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiloMOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrPhAAhI4B/WSJbGe5aECvLhwQMMJydETW3UQBjfxJf2wDmKpzP2n7\r\nXRfy4ElT2Gqvbi8e5CtydCO9ast05vrAzajy/yEQQj49mXH1sQ4h+3g6HKgd\r\nxoU/GV/bjaJv4ms24pbbbuPLdhij8AVNHnUsDbjgFXOiZhjVRSAGI0iOzZI1\r\n/LlrvqDLGxYZlQAtIf6BjI+/GY70KdFCdQWHwtZszczLNA8GWjhg+eE5xPOa\r\npD/Fl0a7i5YLHs9vEUXL0KvI2P/pRp9R7+p5Hxp25OF+oS51W8mlxvUjxoGS\r\n5JwJfaBAT8IsziKrgsbbY27w/rpNojTnDQpt/fYKNNqqvvk64Ww4PbclpdnS\r\nEcSB3J5N5plQinPOUGeyiAYhwkoU/BJ85hG3m0tv4woqiNGKvdwR/g5IzbF4\r\n0nR3ga12vOZML9HPVhHagsIlFd45bDOljpyMsWZuaWec12apWyFhe8TOBDOM\r\nBlUIHei/ffJA/iU8ZKXWOhVK7FzZ2gpa0NLgeTRE3Lc4BYoHgICOTQsflgek\r\nBLP2/NJh4NIMu/rr1p90hatYVWckeTwBjdVnXOjDkYz8GBNQJv+N6/FEpfRr\r\n9lXD9qYIAoWOn/7U+MzsTBrJqIIV/5ihyWm7Ya2WMumzNfBasvv4m1s1hn4B\r\nKJfPkO0rPVEhEZt2ZRSIO9TQHkBZhLMQPR0=\r\n=03yo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","graphql-tag":"^2.12.6","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.1.0","react-dom":"^18.1.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.22.0_1654031118713_0.4645843596811503","host":"s3://npm-registry-packages"}},"0.22.1":{"name":"@shopify/hydrogen","version":"0.22.1","license":"MIT","_id":"@shopify/hydrogen@0.22.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9d395fdec652b98f739aefa3af4aed3102e5fb23","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.22.1.tgz","fileCount":694,"integrity":"sha512-MmUbC4reRX2grCDabXea4DgBsk8p5lGR5Y7nUyzW+CYYzJgm30gHiE6RLMqFjWX1IEllOMTBBfI0sm7Mea80tg==","signatures":[{"sig":"MEYCIQCwcpS9m/hUx6c9Vp3KZzUlLPaW+E3pgH7GIVfTWV6FKwIhAJUxZU1zEFsZ3P017iQHESt9lD01rrLw1MAlcUruVdDY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1797248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilooYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoimg/+KKFQhsNHlmaeE2+Sv5hqwZw3ZkdE/TLbBD7z4yUUaKbWlz9L\r\nIzn+Gs5pJh7ioBa1E4YBzpFCvxC+Ux0IYqM0gC4dtI+5VVQitWO/vPbOTwJ4\r\n9oQIrr3H5KpWKOKX4TijT+SOQjoYR0AdNIucXr+YmGYiXBpd4GXyU153WR59\r\nZaa2oMpL6A8TTQ7K3lTb63OCOhEB+3EpZiUe6RDwku811z8x71WAdc/hAEDD\r\n4pLH20IHuICcZUer5JcFv2VcrLLlKaf0PPvx4RD3sx/mMi64ojUimWxg2Kkj\r\n1xxRXo00PxV4PP54UAenuVbJyiRrWD5LOgNQCmVEazjfTczsYlo3XxN4nlwl\r\nlGxIsmiJw5WO6Q/eWhO/y1YHC7n2QDc7/LNSOefCbTZdF+UzDpOFtWp9s8Bp\r\nFo10AmMGR5lREkbmsqLQyDbpX72R9o1fVRQOXrATDjAeFIvyQrJLhCSLZQhV\r\nRQ9R/fIvLKXxPjbAr8NigeGdZCtpqy7DYBmmn8a69GkrkEiHxXKsN4iiuGWm\r\nHpBSKqwRSrbj7WxBD/p5uU9YS5ExQWj/2St4JjWWnZNWlLjFhMT0kUdCLfyt\r\n02cyIM1X8w5EgkBw8kJe2l8jSDhksiQzPsSnJzpqwk29Kr5ZcjUTgn5+eCt4\r\nFReYQaq8e6Y8p0Sezh4bhpR6StLQ8xocu7U=\r\n=eJhM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","graphql-tag":"^2.12.6","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.1.0","react-dom":"^18.1.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.22.1_1654032920049_0.27389430616877397","host":"s3://npm-registry-packages"}},"0.23.0":{"name":"@shopify/hydrogen","version":"0.23.0","license":"MIT","_id":"@shopify/hydrogen@0.23.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"427d98b5afafef797d69f46fe90a029496f149fd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.23.0.tgz","fileCount":950,"integrity":"sha512-aajblIQdW0TbDoTVwdvVNuRmmUQ6DkurwSmQWTrHwszpQXMlFYGV8DPOAkTzIjaTqxYIt5ILYv8tV8qKiac9Tw==","signatures":[{"sig":"MEUCIQCQxnzm1eU7eSvHaLnVwxEVPa6cycieoiMcyhsvg8pWOwIgHjgkypHf1enoH5S0U0oBMtbFXEYT+DK+JaJD1inTP8g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2140652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJin8TjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXlQ//R43CfsEBQfQnE99W7Y9JeyiIsraGEw9gF2H0YLmmCB0PRc8z\r\n3lfYtt3er612OBze5EToXw2/TbwQzbfzvHpZ3j9dzErYC0vyI3uRlWG6HMup\r\n/3R8Flyg2+gs/97mVrvuAc+/ofuRF7oOHtfNAYlaIY9dnPgThLegmrjYb+h9\r\nMB7NE6LwqLAz3RLP+jmI0I6jzwYLBnj6LbdjtqVf2fTf/Ax+4YxsQtR0qmZ0\r\newT929qwoTOpi+NS7Vl3bCjerO61KOnyyTcbTC+J+v8fs5KxOskf8aaPLypf\r\njP12yRV0K4/jTRY3d1x/6BGutHmdvdKKHUjTZu24ehN75au8nyuQLZiYyGe/\r\nPTqS7WZcAvqBBB3tLeej2zlXtlXEXlEGgxUkCxhPvDl0ky5GY1B1rueqw1vo\r\n4mfnPaZd2aO9wc4Rx0zTpYZB7EmrQBtAeYr2jLc+bqRb5nYHdF7NxCCayaam\r\nT5qCZFoORlNC0L5tkdVAA30nYbxWtsRXX1/tWoUdnzYU40KOnqWPfAnhwa8c\r\nkKmsRBhb8Zkpf8gvlyWcsDIwx/c9jJPMm5ThRT376JyF/xpNTEsX94QN8OQw\r\nDMsjqsNEG21fRRhK5n9o1WYDYzPb0uwO0pdN7PG4lM1aHGpBXDjOptdYB4r1\r\nOQB1PhZUoL4IrhdxOj9+bQknaVi8eR4pYrI=\r\n=ynGU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","graphql-tag":"^2.12.6","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.1.0","react-dom":"^18.1.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.23.0_1654637794780_0.5485562575835781","host":"s3://npm-registry-packages"}},"0.24.0":{"name":"@shopify/hydrogen","version":"0.24.0","license":"MIT","_id":"@shopify/hydrogen@0.24.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0e0d8b2beab15c15ca0a6ed525fb1a7cafc40ff4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.24.0.tgz","fileCount":952,"integrity":"sha512-pREwnsIILEJFTFtKKqqaBnNQzXGRBn0v0RzpveZCkuFfaYKA234TweuSIP4JCHTRLOpBrl6YPcWbBf33r6Y5JQ==","signatures":[{"sig":"MEUCICcEEr2GEZhvYw8oEuwdMwtqq5UZUt0o+0uP56XGZETHAiEAkxjiPLduhiygj1nXPU7CZNxfOWNv5QRreeQQ/0JEano=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2132098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiooOjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUCQ//Xy55RsoEXWPP5xQz+lDPhaDwCqIUtgOXeuftoRjeftNeZZ1e\r\nmRpGecLI7pvZQUhkV9CUA+ZBBBCChqQmCrLTY1rYIcyEyqNiw7tZItoKWZK9\r\ni8df7SdjPiRJkehx6KojV08EP6DzxwKbFWMmDmGWZikAZW5FxOIgfnNumDyk\r\nN0RnTfVtS9AOQZoKtlZN2/q0e5XqiDhWl2OqBy44K4PIMv476xo8YaFhsIFG\r\nL/A5q6R/FMWosJCbPw/Nan8R8OgxYGUafPGgI1ektlVeRV9qXjTaEe/Cb8QQ\r\n6UvibgO1SsX0Ivx0vyeVYBntcp5aDFkGePHQJPiGEhSG5GaSgdYdwHdPMHQ4\r\nYPGfTenn81N843Mi9XLWDoZIDFjmjBBrqxeid28v3jwoYCIPnvOYX6UwDKHs\r\nkyFEau37A4xP16sB9DDThS2IR7f+ojkkXgNu0WHPmyfrbLPR2VD+Sx1Tjgow\r\nNtLp4oHtmV54ELf7GzfDQ5wkEoyDA0/bayKPTIIPr+S4BeIo5KQfHojs5wpZ\r\nBUhE1D6M42RP0KVjdi2ZMFgyGYPCQqPFR5HNke5TQOOOur6vsuS3MOEKYJu/\r\nFUe+QkyF745LSCT4opLxHlMhNQH8m3+FnfSbo0HbaMklgcHxdOImThLRANpK\r\nqZNpBUnTBiyZ+wpVKZm4QCKMUzNEbG1k0Gg=\r\n=x9yb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"scripts":{"dev":"run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn build-copy","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-copy":"cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-copy":"cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.build.json","dev-graphql":"graphql-codegen --config codegen.yml --watch","build-esnext":"tsc --p tsconfig.build.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","graphql-tag":"^2.12.6","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"3.1.1","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.1.0","react-dom":"^18.1.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.24.0_1654817698750_0.177950161275648","host":"s3://npm-registry-packages"}},"0.25.0":{"name":"@shopify/hydrogen","version":"0.25.0","license":"MIT","_id":"@shopify/hydrogen@0.25.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d247137956f381222310713edb1d1ab5f09dc90a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.25.0.tgz","fileCount":581,"integrity":"sha512-HS/UAFH9n7RDLtuDaP5qzKx/4reDpZsfjlV8zml1DBx6vz7K4dkAVWA792mXE2lr8KlOHC0anIMNJM3r4ThpAg==","signatures":[{"sig":"MEUCIQD068WvgTY0d22v+UMIoxtKBfmhzzacy8ayrT5s60gJGgIgdnLalJS56+WZYbRdI9tRnn/miPhQRPHxYTBI/jyMwSk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1362949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqlVYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrbfA/+LvwX7otf1nx2BcKUovYdWFHat5C8DoF0ahere1y+g6B6ymsg\r\nHwqAMSXekwR1VtYjJiy1mTKSI4ObkhJzgpt9gp2Jfm4mz4oqOYvPPThUkv+k\r\nyMhenHw/4o/83zOIuU+b2H5ijNY2/AfEHXTYoEmBhGctpb3zmePp3S+fQMtR\r\nruox9aomsXtB5rxpvULz92EHGnKKnJCYhFMR93tEzjd8JuHrYTE6cC9LF1rZ\r\n5xpTnw2OMPLjfUpYzGeqpreHdcNHD7TEpMIrCtUHn1aTBsZsMtFUllaj84i+\r\nMU2eUlCkTWd3736yxBIyXZ8xPXlq1Qimqoecdync3qnf4fW4xyqbtn3Jd2uj\r\nAhKWSUBO4ZTLlbNZALC9sWAda5hoWWj8PrGs9WQenRJCM7phFHGPJNy6sIkB\r\nchjzgEQAM+whrP6nqyMbe4vpExnL4pEOTwX3iW8vIw1rrFAK9VP1EupiBPgk\r\nYePr/HcmXd/NXIGowXNAjuwdiXYMy372ZIfofsg7tFtrTOtnN0CwnBAqNgMI\r\n75wCejCBe/vdjf95hKwEBHxmIvSVqnSnuMx3rWMrWEzD8/xn3ScwUS1QfZmL\r\nfpGB0Sh1o8p2/xDZgmtAkOLZwb97zpzFdx9BpZ0tXzsdQy+FDluTiSCPiSxw\r\nKq7ZvVaAqxyUHzbom/ttQj+b0pijGBrkncc=\r\n=bf23\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./vendor/*":"./vendor/*","./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","graphql-tag":"^2.12.6","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.25.0_1655330135988_0.8296068499422147","host":"s3://npm-registry-packages"}},"0.25.1":{"name":"@shopify/hydrogen","version":"0.25.1","license":"MIT","_id":"@shopify/hydrogen@0.25.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"bb8e207c11a80e0b03d5d5d3d59bf51e04c9cf0d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.25.1.tgz","fileCount":581,"integrity":"sha512-Y2rz231i255XrQ0bBESlw4Sp2zqZERaLcvr6iycFh73MEN6VCqPTWTbzUy9MPxhLpQtOFUC5YCz08nMLYpw8YA==","signatures":[{"sig":"MEQCICjiUybh4wd4nMI382IL9NbsggW9lU9zXMzDVNOUA7d4AiBy+Zw9MAAiOsS8jyUeaJmHtIV7DUwmaAqKve6mWfJosg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1362960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqyjdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6Sg/8DDv+gpYoLSD+S1TtUkzo/VXZfk9gistVIABCyScCpnvnONeq\r\n9pJh8zN6LWhH59estqn0/n4DytWTGckVV4GpPd0ItdM4vOCi1LBcL2laNR+/\r\n7Ge5bOz+7gJIuVoywBYBLmdb570kNcZZiQ7BGFbdToh32S+3b9h8nG30u/b2\r\nGQ2tws/cNzMNLvUrvn9QVXNQM/wKLVmqJS5DROPYHtKDeuT3zRNq+VDLNd2j\r\nRDbr5XaKNpijsHpu+k6XEAhI9dYOx472XSQKFRWRl9P5YT4xRoNFU24qSX3j\r\noujkE5plsR043om/40pWRS1jopUxzhojmbSr7uFvsgsG0tm60+YN9CehIyub\r\nddvQEfHKsRe1zW7AyL1FMnk4iGb/uVpQQdhaGnwYN9YtxiqtrJ6MYmviAa09\r\n+vU0juzI3rMHGuBPapsKxenjT8E01DowaYt6LpmuEOrI9fewjiHg9y3m5yLE\r\ncddWNotS/rDLTunUpr3flYv4M3oNbeeY2fBj1zgmZ6DHRFlZ1rG8VW+C/DkH\r\nze+Ft26EtILmle0F06Cq+YtkRa/nRwekizVTQ5cdlsCXBENi/TJUhWGImzL8\r\nYLRHQ5raSHBXFgkfu97LN3Bsi7bGdplce1f5wbB/DBEL/LbtDx3Ta0et2FTu\r\nyQVoG2lv9z0DfgU1X5LpTkvBwpEGBS9DStk=\r\n=pahl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./vendor/*":"./vendor/*","./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","graphql-tag":"^2.12.6","magic-string":"^0.26.1","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.25.1_1655384284649_0.6759441644667277","host":"s3://npm-registry-packages"}},"0.26.0":{"name":"@shopify/hydrogen","version":"0.26.0","license":"MIT","_id":"@shopify/hydrogen@0.26.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4eb5b9462ca54a4a19cc2027eef4bde08ff56819","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.26.0.tgz","fileCount":583,"integrity":"sha512-tKmnk0w1no1UYl05Sm6/wi51sijKjjBUPhecXXvMEFG5aWYPRn9QPBarc1ExuhWxy2OTBsCZGBfi+usBkeostg==","signatures":[{"sig":"MEUCIQC/XGOKWXBUwzGjyD0dq4vwQB4+yIEOTQmVX6VXojRmPgIgXHEioOZbK/sI4hyrIDjqTh/fbrZCKqPGmVfMTCNGfX0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1385130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisN3PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSmBAAgMCCRA6M9WaUYp9BqN1+1cS1M37zW/b5YsnDqziLCn8lVe0Z\r\nT/cv1WPp+k8OjFuWYphlKpW6F/mFbQP6141SWU0AAmLw+KsRWEpvKb5iTU02\r\nlB44H+U/UGZVcnNydTYzIBtPaZOd9lznU5Qo6udCN9sThAxkCoDDyCeXNqJ3\r\nIUxeDpU60oxNqBEgyCqo12VAqJuUIAvYvFR2Z7tE9p+VT+dBXS6yxpZbL2cc\r\noU9oia/tfEr4gM/3wvCP109d52gU+yhryvDGCSELL2RrtmZTuNBzjH1WdEEU\r\n98+k6Erv5KPnQPDCMdc5HGDdmIKFQorau2MFZULr5jIM20qhZstCy5M6RY92\r\n1ddRy5iH6q4KKB6rSegB7AEJ2qlEEMhtPfmePy36ZcJH4gqjLFCMeIp/uzT7\r\nY6niF3E/WgEpGAOUOARkay2W/HBMIr8WBq8kyDaO9VtM7GUJDX46wputQb1D\r\nwjQe06KLfKTaZpw5HFIgPmVhVHdCOW6JoT94yFnLSY9B6rfJkI2r24ZgYE9C\r\ndm9kYraC68eZ9reeAALhiJOPfeEP4sU3leQWq0fd98j9cYhNjiKvyihVXs/H\r\nWmxltPnw8jEyfkL7QSSyb5M+bxpsHWr09Vh3g/5B/i+OaIAHR4pZeI46hIaJ\r\nFy99p4s7tWDrjdWtL9HRZiq5SfTADeehrVQ=\r\n=o1Bp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.26.0_1655758287037_0.011262400071621714","host":"s3://npm-registry-packages"}},"0.26.1":{"name":"@shopify/hydrogen","version":"0.26.1","license":"MIT","_id":"@shopify/hydrogen@0.26.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"079dc9d7a7c7f67b04d4124756490ceb141ebe93","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.26.1.tgz","fileCount":583,"integrity":"sha512-eC26PCKZxKjGjLDCvsath5uXnGmqd/XcgtNzOBRZBO+/WPoYHFw7/fnTi5cqpTgkFWFSTTtxe00XBm4h4dcVbw==","signatures":[{"sig":"MEYCIQCXy8OetfaOpPR+s48Y9cQ7ty/grkeQ/Hd73HMuFWlZlwIhAJm5zRh/j2CtJGKSsn5kGhv4CKMcvWmRspA2lk/PNJnq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1389984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisf4eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDMA//aEtefhENReL8irCb50OTopxV+/szJ2xA1f3xP3K2IsWrEC2i\r\ndfyt95TLXtLVemC0njR4AA8489OkW9pMcW0OeJsKjuHmqD6OSglFWITy5heB\r\nXELmDZF+ahAT59NM5EzeZT6Q2PU/WDgUGTxRjqa16AhYAyrQnjimF6A3q6k+\r\neq7B7PMVdHRyCC94pB1EYktYvRH3avTgJVimqlrQ8rit3vudAxNpqeODyF8K\r\nKSDj6FQ/ft6i6kTveMCZYaSYbdA/5ktflTFp1viWj9iQ56SaUl2r5QTyRGwW\r\nZjAheZvhQ+d5OVMf+58WSSKqkNln6jfVQDTCsoPK4XQgFap//4Pgm6ESy3tL\r\nlzJPUuwMAbMdmtgGkeuoPWYv98aEHzprZwDj5HZnbzCu1xk8jqQsFZBSC/2v\r\nFIhejendsQ8VpipRrdOlYFmm4haQqdSqZyqsOnzGCY8NcP+e2rD00xWaXFzd\r\nfep0lDUMwsAmONozYxfFLTeOe/mISvDqLqiqgly8f09bSQTFaDg88ttI+2LU\r\nE4KbPGTexqVj9eMS6KAW8eXWxLaC39raKfp2xCV1faU1H4G7pJoZcOEDh8oI\r\nIfNVQlqnBvZuX4imC06t/hQUAeOBAYAR94GN0el3epkz9ru/0QD71sJ+Kqyt\r\nLx4j+2HfLuDQsf7b/JzrMtkEuJtjNmQq9qM=\r\n=LJyZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.26.1_1655832094687_0.9989037949140369","host":"s3://npm-registry-packages"}},"0.27.0":{"name":"@shopify/hydrogen","version":"0.27.0","license":"MIT","_id":"@shopify/hydrogen@0.27.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b8dd22d88c7f6d955f7e653bd39022090423396a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.27.0.tgz","fileCount":583,"integrity":"sha512-m29i6/c/HN6y7spJ1xbyrA1dwSxmfejvbGom/9Vl4eLhe0M+y3JT49jPGzAkS0o+ehn7MzId9t19H5hm7NZ4ig==","signatures":[{"sig":"MEQCIHSRiSHpo6IUWDiKKCbAm4jmPY0TcA3czYZO7AWwdcIeAiBkwHg8i7b/MS9C2Qv5Fc53GCi8taK8Mos0sQ2fRwJh8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1392695,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisi1tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtnQ/7ByujNOCvRnk2KVvbv1MxEnEuR88KKkv/um7Wl0WuZK/KTsdh\r\nkSQD5SGvHJOtZ9WPidMhdD7pHTuPjpitD1SqDDpgwpE7A4SHLeRM1aiLCjJz\r\nxQ5qSTLOv/kwue0rJI+NOMHbxXpMkJ57/l3MciT1JRMDTkqYMG/8IlwNn+Ey\r\nprOlX7tG6rk3tabwO4/gKz+zQ3y8cG2Acm9gCjeTDhJCRI+hFAwvnZW/hwni\r\nhiEqvRrkrnrP7EfybqWIQ//6Y8L1k6TtGmI8azRG5JRH2HmFulz09VnXzl+O\r\nevxWVijHevr4FzOFnEGUDHKmKEW4ZvQuvll2kmDiESIpne6pIR4cYW2qHtWT\r\nibW0ftgyvy3et0/lpmow6Lg8FmRhCnLhDAw/+7rCPE6AV+f4Kxb+we/bS5Im\r\nVf+EGcH2bpOC5Yup5lJV01TC6GBvOA6YOKBKAJFgPlsvYPL/BW+gbjQmimn8\r\nvpNq7sJyJRgiZOEqEMG49aA60mToEmX7PE18ydnj3TpiOT7isCucSJgF3ebZ\r\nUmDLwzEewRmUwNb63Q1CVFPhGcQGfb68uGYXheLZWB/2XcvXbkqmZ34ypJ6a\r\nUbdnBpuf1Rkt2AlrYXB0AourNqyOYdaNecJpIeDTV0WEmmoYn2rcQafLDYPm\r\nUqMr9U8VqiZrocU3mIYPMVUlfUyn7HfrNbE=\r\n=hqJT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.27.0_1655844205480_0.4001290859234463","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@shopify/hydrogen","version":"1.0.0","license":"MIT","_id":"@shopify/hydrogen@1.0.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"05413124dd3b856e3b560a788fddfd06326133d6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.0.tgz","fileCount":583,"integrity":"sha512-IMeXt9N+iIZFTLS3irlwm/7ydAL2W4g3G+MnhMLd8gVQ58Kv1FeQGuKwrXpBLfO979mfCEB8wnG8SiK4Ug7i6Q==","signatures":[{"sig":"MEUCIQDlcgZyDWLv+veQ6uSKwP9dLHPSc7dXIxzh5Q7KOjURwgIgUo5kHS6UjhI6IUhlLyzVAN2W1W+4W8xJ9bcDMKgtpqQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1393046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiskFaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjrxAAoM03OA9sJ5EvVyqWNLdF6/lIDzFPRDNalSHPcaG7CHj6v/rl\r\nbB9WAqkjhoGXqCuWA+FoqUN67+RwRlAACmwtJPGLJ00QQEdOUJdrO7Wdu4L1\r\ncp1Zo2q9ml0wET280udqDlnoXiIFRWBnPmUNIgdwniz0BsH3UZ6jtWNRIsPP\r\nvjYmQHhdT4ncFV024pRH7fm6HZZ3Hq10PA+DdDe9vdqDBGfVz7js1qQw0exf\r\nrzXFfAwzpz/lhvOdeooA5XCVXSGNyQI4jVJq5CMbZzytSZUMuqzoQ6Xk7/K4\r\n+MoGSysMxelGg1gCtQu+4fOZLbKjoWjYmj71OYbBytvZHBZ5liJYbn2zNjBF\r\ngid1hwCgs9lJVGGzxA/fcE+mVM6Ct6chmGqr4WEi8CcgnUE4GKHZrNu/HhA/\r\nKA69/u+dUisQBgeX//qUnE4oxIgHbM5oKiiLcO6PoPffaqGQh5+2ZUKeeahc\r\nx1XgJce4cQF8l4q5fYiOh05PNPEjYG1kVp8mcadmxzMKwJP8rZMBLRGqrpC5\r\nNc4vDf/qPWahHYNuGED09tIJvrMhMXXbvk/u3NeWxZczECeiFDFvNJqY3XMq\r\nNQsIk8LT8RIesEwkKqRig0UrVbtKZ0mPHTNr85XoPQV2CxmxRij9BD8rdViG\r\nYce+OqBXkDM7F3grkQAxNLeUdqjbeRRCPH0=\r\n=W74z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.0_1655849305996_0.3191636435911731","host":"s3://npm-registry-packages"}},"0.27.1":{"name":"@shopify/hydrogen","version":"0.27.1","license":"MIT","_id":"@shopify/hydrogen@0.27.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6ec7a34274906445fc3e9e1003248755c12d1afd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.27.1.tgz","fileCount":583,"integrity":"sha512-Mydiuhdj2kj3MkxeWy2y1B4nYHn/Vcc0K8J2Tywg/EpFLyUhbGb9u4lk4IzCll0pt5QAo3nx78s5EkZ8Lx6ipg==","signatures":[{"sig":"MEUCIA+T+xR/0b+IpdklHS7pu5u3dMSaf9Qk+xC0dhzvV4JgAiEAht4Nmd4Usb56YjygaOECCfj384yzLdb/mlV0GsDjZ+M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1393002,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitHVxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJkQ/9GGTNVNuIbeepaC1OuCgqwI9frVpmzeCofs4fz953BwIzAPa9\r\nGdWFxFwr25Rvg3bcVa2HPW0qGPBD90Q02k7nY2iBVAyQ+JNKb3BCJjf2YeWz\r\n8H3E/3Qw3M4VL5k99DSX0/b4me1m6YwEo1Ed/jZUYeIT4w+onjBC2MzWF5XO\r\nBnp0CsrdIRM9xnX1sflWcNLkXwtxsJHWP9c6en8YFXnJAGbGz/Pe4lRwmFyA\r\ns+DOP+TV3yv510RS5SIeFIZrHZOVdZrC5Wu8mkYa7SZaFsEt2rnFKAfZ0uAx\r\nWudRKCK2K7QfdPGiPde+GcF9xkJwxpC1Ij7GHeLF3WSmIjk8tZqc0nTYM7ol\r\ns0XWYJJk1/lwiqyib8BCDOI9Z0dyI6fn1RO9MTiBBpbGnGNWz7PTwkIeI1/x\r\nARIK7IBRVNEGyUWD27xh8c+PfZYwRNmkM8G26QjraSxWwfKGhgbGcpI67XIq\r\nNlppx3HbMVucjj5PxVYSjLgy7cu7c3lk9NlCPrkLExNGa+HtyzPGHsVmnXbJ\r\nzcHyW8f2byQQSr7s8sATfYtQTD3h97g8B1kNxZ6soMNHdh+1qrsHYTqBy/7K\r\nWunmjZXv+W1c+hmx9yhOCyN4N3tbyUVfrbYOWegh+ONPxW/SN5jVfoXDdlrV\r\nqkORQ43D2Wq5Q9/GQt8uT7jEdoQOid2FZqc=\r\n=fqxn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.27.1_1655993713574_0.38666497524531773","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@shopify/hydrogen","version":"1.0.1","license":"MIT","_id":"@shopify/hydrogen@1.0.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f176eb824fd80e1cb17b873e10f702b22e3cfee6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.1.tgz","fileCount":583,"integrity":"sha512-Vi+APpM9h0FhgtuNSHQBwI6bx6Y0b4DPpfuuXA2hpLmQDGrgX3M8yKxz9tmHle8J1gK4vrss6mZDrUVUtCAAcQ==","signatures":[{"sig":"MEUCIAY/boBu9gpAM3OxmvpHQo6PYbZ3HN0LmpYKKumvL+QuAiEAkP1aATZsqOQyOd5KS48BghH0npy/68PnleqgpCkHtEE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1394500,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitHjaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRjQ/+KafFloe13B2VwpsdweMGV6tOZ1kuAtbt8fHtEkPQOQTHprk8\r\n82OkVOoi9dg5RLdL1T50nenQ0tlEuYgBJKaiEPVu6gA15P8UP2fdok7vCaJH\r\nHdSRL2qY46c8xf3IkJlIg8ppaCdw2A6fKc+uDB8f8z8SyAWYroP/ouxwk92Q\r\nIRJsl8yzHtRiAds2W87njl7ueXvp2PFhn3pXroCLkkGBLmbCopMPCNpZM2tS\r\nbvwJ9t+NP99qzg5JLCT+3Ur2iItkNHBpcbb8v+4hTzICghSOhsDSo1h6QYAB\r\nSFoqslujmRPrh1npI3bqlycCBOGhm4dH8asUYiSJYpDwFZIhSFOIH6P5QSV8\r\nAnE3ErkHt5jeK8J0YLES2m3DRDnoIbH02w+XDAFhsLibPNAJuVCmW5xaiNXO\r\nPhx0mZc3QzqcabCIWFGfLPmGHIRPJGPXl1kQhTOWWmVutGlAl6gZjOuRv2Nm\r\nWI6MqaetPEGGJuWo15EBMDl0XITCY1NwBw961QXN8FGfB7jNpCsGz6f819Ft\r\nH72nH4oJkdsfihx5xSrmU4Y+Ou1PVIGey237Hgh/hR7QpjVuuePSX2YjqkMR\r\n5Z4rdiazo2tF8/en6Ba7AOtf3ZwW4eSFLad7OC2urB2oh1C8p6hW/+ytUnbw\r\n8CuQ88OSxaO38S19Yapb5cYiruLs/Dmboe0=\r\n=hGMu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.1_1655994585868_0.4415668082460662","host":"s3://npm-registry-packages"}},"0.27.2":{"name":"@shopify/hydrogen","version":"0.27.2","license":"MIT","_id":"@shopify/hydrogen@0.27.2","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"fd6478b8e5ac5d99451bb041e3e4f741599463c1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.27.2.tgz","fileCount":583,"integrity":"sha512-q2VZynMQOnvN59+TjOewW4R9Ggpm01LkB7oBb3ot7ETDeHVPvzNtx5PEpmLvE97oOOYAAXLurUXLYXi5+UDIsw==","signatures":[{"sig":"MEUCIQCKtHikNpFzwA9NDuzaIxU4AApsJiBHeXzFeYXa7fLIuAIgMza4hDAZJRlj1cfS/w879hdvXHMohg69PexN2bPIYog=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1393240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitHrHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoctg//RTpPwsRclL9eq+/CERByeMAYenHMXtLK+MucaIAMakAoIORq\r\nehlTsHo3xZHq5kGv89xxMsFLfbk2IeUCGXWur5UhNlcQOS1P3KQsWubmISVm\r\nVHLdi4fRhc+Q/N0YwDXJ1OHYFqLQ4T13z/iBH2OyseTWzKt5tXdKk+//DO1F\r\nCmzIaVa4r1f5PnW8wnKsyF27Tq9v6m32X5VUTPM7yYm+doPhkz+W4U8nraSz\r\nC7tY6TpXjCMehsMvMN/FRPFnAT8REBiYmSV7LVVOBxOPA/tyYfd/O90VjmDq\r\nNosfFw4bj/iC28LS9JGnCRhvO0JoErcYT5yhiBzSdgJjYC/52WqBkudOYzpL\r\nkgkhPjzcUFqQuCfW6SDxEce8j+NO5w93YfHZkSHOHF95hVQCBV5U27OEyLn3\r\nqVobbpIEfmee4R18OfmkA6LwdXSNwfyrhKzLEFNBpcULWQe/ISGbUwjTqb5k\r\nlWQ1CKywNoZwxX5qY09i2f5eZX6FCSPIs5pXeZYgAIlPt6e71wM3VlxmqaB7\r\nQw2ZcLfXgFyjvdPX5cQDflMODYR5t4hNdorE4I1KUNmgoAtCK3PrDnJX3DMD\r\nxTPtkKWUpDA5J7/lcv3nVTKh1xBPa0EkyN3GGhcYDcYuLLyZ7qoiEMwIToIl\r\n6/E/Lfr8f5XNkyFqFA83bIiRIB8mwogX36Q=\r\n=0BgU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"6.14.17","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.13.2","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.2.3","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.27.2_1655995079226_0.10693534630142043","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@shopify/hydrogen","version":"1.0.2","license":"MIT","_id":"@shopify/hydrogen@1.0.2","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"1564ad896049a668a8f9274ad3bb9cf001c4c74f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.0.2.tgz","fileCount":580,"integrity":"sha512-dT+RJyfp7vca4Gv10noRnWTkmHMOYwcGI57QxJ3ReN1D2XbbkSadrgAYlu0EFpJdjCvVrEr6e4Qzbtx5pJOY/g==","signatures":[{"sig":"MEUCIHwIDg5WzS6mnh6ns+l7SH2xn5K2FRFWIOHBSH4PERxXAiEAi9i/MEjfIxLidvS7hBkqwT+9aHvRwveRCPMRJ1UPoXw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1272740,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiteZnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCkQ//Xyo5WZnyxm5CsWISy4qV3rP9HxwV/VVVI/z+vyxs+Q207mLT\r\njyojl/PUAuhPND2wzoWP0r9ImtbZuQW2WBuotnz8Zdk83x+RQ8qRDVyrbSAo\r\n9LtFR+1R4XHdBqIk1Zoy8cg8bkUH+rwkseuk5TH0HG3huv9b4g2HrkpkmT+L\r\nqLe5DXtm1NnVzF64PCo8u+Inio7eyY7KJN9K85pduk0gVYwMYIHwxdPm2WrJ\r\niZF4es4dANwFEtsq5tne1eVIY1c3TQNeIr75Th9et4b3eWWmMXNU2DWHVzNC\r\nX8TIaV5/AY/Z4ldKzBQxsebciXWko3UxPM7otN6zomeUoymmkm92dhcvzQ+8\r\nzEId9fhD1MsbLm2kXv2/GETincOw1P9ZuOp8XhV60v+JNXAz91x2GjRwSgT5\r\nv8Mi2ZFEBq2FrUsbupaUdcvgL+jWGizdUBvmJLPaDZz2EBfEgQfSu12wWEyL\r\nKPBJhAUGJ0eoD1JOJZoESDP/yaQVuYXYXgcX9r2NU83XlsPiu1gsKxqo5fJB\r\nOSDf7499J/xOhkurnHpWNcBme1FFtbvyEMbuwkm8LRWbVo+rDzyISUafWdfB\r\n4JOVv+UfRlK0VB9lBlbTek0jMMocoAHC1kTt/0fPIMKMqFvxeb2yy72hWQe2\r\n1ANU2h1RLw/YJCLg5DoH7XY6DENDPVvP/ds=\r\n=IKEr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"f98a5b40857221d56bfe2a3c7f6a08135f635820","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.11.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.15.1","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.0.2_1656088167035_0.001928339549533753","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@shopify/hydrogen","version":"1.1.0","license":"MIT","_id":"@shopify/hydrogen@1.1.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2b3606c1cc394a0645ee2d81749115b85d625ec2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.1.0.tgz","fileCount":584,"integrity":"sha512-ZWl+sDM85VdNXDJAH94ceWIscPRGyZWhASQy6+waCKufp788i6Jceihxlzp5AoBuDqwwcEL8FdF0zn28WuZRgA==","signatures":[{"sig":"MEYCIQDoc5zMIgbgM0bDXFgmB71QkSLVKT30SMjWoM/cNhSePgIhAOIg5ql0SgUvQWBQxtaEUmjPSDIGFYbjeSOMngEIfMR7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1280004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizzX0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1Gg//WeDzpmYwBdxHUgLlJ53pJiO9SHiP0n9JYJY6uF9wPG/Q8HWc\r\nZSGkhVwLebDmYnP6OCAAfZwozZcTGVjLpoRUO3onqRkGWtzM+kx4A4uvsl5G\r\nhtiyxR5XVWKBHufOi6IfpVnxaPyzIzaq9fFwISovwPDziJ1b9+lC1mhHR89K\r\nUPr2jQr6uP/y9Bh1jcMnLP/wxsIvrr+M5jCz5PQXT1XqU2TLbN/WS32CK5av\r\niur9cBdOeM7jLMRkrNAOanVQXyRogcdPW3w7QUHS99aM0RTC/IcX7VLfF7Vn\r\naekdXQRtZQloVO/vUwRJ4SZS6gT8843AgJU4oGPqCwxlxc5kbnfJB2NGtfVX\r\nBWdnsOX96t9Ea/bJzI7QDh8EVzMc8V0gHugOemsL9ZoCo7iRdIdc4Pc2ukJn\r\n49ud+GjxEAQOG6vzXiSu/tK4e6H08Cau8ZI2excXSe2ty8YHRJ3tlmB5TkMt\r\nxtIJavDKVvL/gq4nyVNj5Pxwbk7k4JgxdUIsrfMUrZI7Ce1ilF4Rx521Xvip\r\nhGMUD+v6emOfEQ9E6P7ubZ74rnDJtui0aOH5DQLCYDpfG6Khd8PIh4HawAGd\r\nTTtbP3bcWq4eXl4H+yOno/Hc7qTBCKUzGtW2tXzD24hzsNGNu+NWeohs3hem\r\nOjwIDK7AcUxIBfqSujDl1W4XSGySLUsf1D0=\r\n=f1qI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"9e9a841000dfad13f6954a2623174c1af74ac3dc","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.11.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","@rollup/plugin-graphql":"^1.0.0","@types/set-cookie-parser":"^2.4.2","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.1.0_1657746932517_0.7779892714493888","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220725220140":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220725220140","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220725220140","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6e00293d1ce1d855bf8a2228e5979279677f506f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220725220140.tgz","fileCount":600,"integrity":"sha512-sdtAntYNN4VgKpH9qG0NJpLu0fu9HYQqNsPtvjJ/OgtvWCH6cF6WtYhtCufjiwQzGhk22TqvJSiOgCfN8c+SCA==","signatures":[{"sig":"MEQCIDT5dB91VWvqels+Rl5F8YmnBVopvZCG0LgjGT1Wj8uuAiATqYw6nGpwhhGK/w6+WuUtitHgWAAJQb3NuOiWoZymzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1310169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3xUWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpIQ//S04F+ZJpRvMeN+rLpKS2FHPDUnFLItodwW478PV7FsqLAKMa\r\nYIOjBCx8jENpQP5dKt16SWpxPIQKaxs8deQF4G78vAMDAOwBaZHGJz4tThh5\r\nSqxtXxQzVbTtD9GeGAeVbJ4Q5PLvPXPjsgxOjn/ju87GSvBAaPgPuNp6YjzI\r\nDin2oVbPJWuoicQtKI7nzvSPrkg6KCOOPtNEFecAsNmx5RTrQ145/HSisqEE\r\nfoJi7Hr5XOX9vzQS9RXelTYhk1qia47J9wNdfA8/O0vMCk2dfC8z4tmB2muX\r\nSoBnVgH0DWMKMTAh3YU1l+Ou9vidML2R6/XaCO2mokXrCrniag5APWJOSnCX\r\ntxWKcFoySLXurXzRH1R6pDUa4g9Hf/RLwPOe6UFbgw+IU4pjaGOREFT+9UdD\r\nuhgdshJLTVDLsAVHzlzQLk8lh8A90DrMFuSbp256aUxc/aCeBlxbLjClI2KB\r\nLbTxU1+ZZ6Khpwcwu3S1xC7GqEUnkkitdvMSphxLlkuL+L3BXhpa9q+YjZ53\r\nPbtc5mzeOYPeAnpEWPaVP0m/CBhFG8eF8HzPAqOeiSURvG/Kknm6bhOyCUtR\r\ncRfOvlveF35/2YudL0OTBXhFPbmUdb1yub52Yfz5SNsAhs8oJ2A6RJEZV4N5\r\n5VFoiM8p4k7S8FBGS5vZcxcBWklajb+eFAE=\r\n=kaQ1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"bd5a31daa00c7279169e395a6761202648a4cde6","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.11.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.18.0","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.3","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.4","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220725220140_1658787094664_0.06970587058617106","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"@shopify/hydrogen","version":"1.2.0","license":"MIT","_id":"@shopify/hydrogen@1.2.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ae4859dcc826cbcdfe93e1501d272de9a879e4c6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.2.0.tgz","fileCount":600,"integrity":"sha512-Bf7z3raYWQqhxlzF6nzh+Wido2LRxXlHa+6arD3DG58xC877srCw7UlQNpXU+r1odQzucM+UR79wziyRujTlGg==","signatures":[{"sig":"MEYCIQDUe4MtyNpKiE8UUh93YAUiujM3X3/fGPVRb4YchfF/3QIhANAOplY7I10Rc64ry+citFZvosJNEfyfJHB4OLkWwBba","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1310145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4FX5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp06w//W/a1Z+qH6uNusjlsqP8s79Q46mrMLkG2ZAmhLu3BvNcnW1wP\r\nhatHXu7rxCD5qdMX+Z73k+KNWe43A7r18vDAbQt62uY1Z/9J0t5BuFYkLVjC\r\njAHDGVEmTzuA9SwnfD0DwTc7fWX9qjGCr3+suYJjFlawYyzd/L2f4J8lg8js\r\nJkfvZsUPUhHjoD3gSDTVjpeSIkwC5FYvWtD/Za8Vgug3D7XpYFMZTOE30qBU\r\n28wi6LLXe74FmQnrOo7ypJhRGy/VOpGauLqSFMFpiTaP6dwUMfI6LVxdDStO\r\nRCAuJGxgWjGcO6c4LwA3ady/oo/F4y9K0yKxqYu/cqoCsNwpWeEQrGkm+xQc\r\nPHExGRMPbTvm+9qVt45LpmGYgaI27LKy7aOEODEqOFw9DMJ46DAsqPilh1Er\r\n3v4pU//19UNlCz0YDqnsAiHTlKIKTW/8FJO/MgTW/wrMc5z9O4ovhJ5s6f6o\r\nH6tKIK51TnIW7yMDLLTTw7dqiJBxadZ7EHzmCIT0B3XNssb+h12oRg6flWwE\r\n0NKNgM/TJms37G2/8lI+M8GWeieU41RlYWwiz4UNZEoeS0ypq+6tynRM/f8r\r\n1GSGzO/OylAFXu7W2dhYi1y+LAjBoHJ6QEkdwBMY26xrgnD58YtOdXbitiSC\r\nFqJQFYKBt7SWECMR9uoptNe/HonS/qC3Te4=\r\n=vO6m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"15da36d15d57ef3f6ce639495e53b9c1ba8fbbcb","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.11.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.18.0","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.3","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.4","@graphql-codegen/typescript":"2.4.5","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.2.0_1658869240925_0.28092427430583666","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220817170749":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220817170749","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220817170749","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8853dd6af45c895258bd70f9deb421b10868ee78","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220817170749.tgz","fileCount":604,"integrity":"sha512-D8DEIc6aRX3mYXRCN7wWJGctQZCssK1S99hy6T6qkG9caRTurqkXTtemY8i9UxoJjxX2+zd/q8X2ULOvUretLQ==","signatures":[{"sig":"MEYCIQCnPn29hOHK2TWk4JeGKqkoemS0jiBo3j+rcplqIFPMBgIhAOS2TKe3M9Z7JvrBB2JBjQXxFgxL1EFD41WgP6oFpatz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1314687,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/SP8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDpg//ZUhax7IF9HhcfvH0nN6kf6O3ZaWgyJu1s6KqLddhXCCr4yln\r\nbUOxX3TXITbya6AvIaw8zwjqDY1tRoBVGoR56OVkAhqkNLWFJSPWK9iZULGU\r\no+eV5qR0JQ6gtyJfUicnM53mxa+w7v9leNE2PGrcTZX9CLPcKrukjxASQJbE\r\nXd3EifVlyxTf+bMDyxqB9PAJfJFbbnLpE7pFrzp8KwrOEkGvQ5uPpI7wsMju\r\nih/U8/ng4g9kdOp27sv8r1yz/Cj0WPTl/rl0Qhn3A4ZEkMaZDCcImdH7ki8g\r\nH4VzXZ5wUj0GPxiF93CDLnIA6/ShWHeuQ/9MCWXUbbUwbr/7ylxehuPq3Ktx\r\ncVC01lbEknRtKxSYMKulkT1pWBLncO+U1HJqd/KqvXciaZCHb8evUnrVlmZB\r\nSst7TsoMzEM6szmXx73ZEk9x1fCTb91vvFicc+valnsj1p9XKX4N4fm3JmbR\r\n1RmF5ZmDTdO1jzJxaupvuR/ERaEt56IStSKAG6xN+IOcnBzKqbm7LA5+lzE0\r\nr5wzZJqmeAav/Av2CVtvelakO7xvPVLiG063AzqM4jY2E8TDi8ePboPxtHnA\r\nzoXSUHaiS7M/yaH5OoC588OBP3krjVRn2MgCTgYx8vmPnaiag5VgCVJmjowj\r\nbbnWPnwRJ9aQQgd9J4scBnBjTV3rG+BAqnc=\r\n=6jPE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"e0fa5bd519ad32b5db9f7a959fc93ba7251406f6","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.11.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.19.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.4","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.3.0","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220817170749_1660756987929_0.18073258858759922","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220818164252":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220818164252","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220818164252","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"327b70bfd9eece6d0d6cb50d8c2b856a9df4d489","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220818164252.tgz","fileCount":600,"integrity":"sha512-v8H4Mf9VKT8P20cAbiZ1if3BbF72UOyLoKtGkp6A4mx4mRmav4UqScae68hkd6EZ8tSTrdgpbIy3EA7l1vWHAw==","signatures":[{"sig":"MEYCIQDWKbJLOJDOlqttRKeM8nQYcnlZu/JQZ0goXKb/iSvkCQIhAKZSdWQcb0MqTIoY89B3AKcxPjSnSA7Pc4ZCWh4GT+mr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1314260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/m1YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZERAAl0BRdcJWRtHsKd43AuyDA6XbnjunPMX6wf4KIzU/gAnUYM82\r\nwbA6ITLb+FRaRuwJjLdnuMVcmaGWC5ZeN/KfwZTuefiOK5ESdvby3L0WvBAo\r\nxyhCTW6r33aY2Nzm3IMzvgNWUObNS9dpGcsSCsh4VdFGWhhIkSkfQ4j645z7\r\n8Gl9rkTjI+b+qb/aOyAqe8Q7ZPlUYzaGMUSFmGfYbURj6ucxJ59SlvbEOIAo\r\nSdt00SeK12ojwPVANK4a50RqLAkPRDu4M9avlUlVSa/oJXJDJvwIOXQrt0Gp\r\nlX6oXG1ffr7pMz9otn+S5ZiLKj6uwss3mKHbPJo4hb5JfjdL8ewQiI+1OAcZ\r\nA0/C8qXlxuqFMqTbUylqQCsKLpVFh/KvjKO3ZtW6LGmDwnap+OB99chYwaTl\r\nifscPsFckBk7wbVnHAQ4NO1cbonPWAG41vmqmMzXcpNCwFErhPQFpkD9WC48\r\nKms7VyDoj+hPSNjLYebA98nykLfZ6ncKXV3LOoQz8NICWN1UZWgdpZfCi638\r\nCJ0svLqTbQAn+UhrrztnzAZGDWJAKZ6RY9Zj/Bps+u/b6Jr98lp5gHpw18c3\r\nY+3rR42aUPNhpb6D8a/OHYihjdZGGDa+7g+OHGG2mLaFI4galhevbGlsmhOt\r\nrnFQPB3beilRfG8dHBuZAwR5u6HrAw2L8pw=\r\n=zfIf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"5387224f5e226002d2f0278c94003b01118edae9","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.11.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.0","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.4","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.3.0","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220818164252_1660841304380_0.5227921428521747","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220818175648":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220818175648","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220818175648","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"803a5ce0f61dd1ba9c9968432772e5dd2ef7c067","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220818175648.tgz","fileCount":600,"integrity":"sha512-muTZNirtjeU2bzW9UPYF6tKG+HkbGMZLedN5H3z2wYyQdTnUDOjhwj1b5OYKtCmT1rtOafkEw0TFEy2ZaFOOdA==","signatures":[{"sig":"MEYCIQDHZRVK0nlCaQbGQDiphQ953BfCL2IkRCFYyhCdB7qWEwIhAOqGWkfQO+uysCHlhz4HjLbHzRLSqHpq8ZQwtF5RtIiO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1314260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/n5CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7Ig//fHcPy93L9vHyhNfS91u5wiazZagR4tlVr0TmuMN1mXCVSLEB\r\ng0U83PJga8QujqjNfZ13umOb8x1frvZ3PEj9llWTDvz/5luVhXdmBXi5qRgs\r\nKJjNj9AzSbWLTQMr5Z47DMgy2tmuTk/ZySsUGvJLo7rEnzdcFe0rUlHEriA0\r\nzkDRUvrvMMGgBALxTyjXvdLoypFWbC1cPXfXUwMgrH+A6UZQBcxJEjaOiT3u\r\nLy2x8KZ+K94ni6ANvSG9At9/gQjKw6kAM0k2D6ILIMVnSOw7SKbQyynjZ1wj\r\nrI7FT2UP+RUddxfvV6C6fZEJhZbP9iW729xNuKehs0WKAzVVWw6WPEjRw3XN\r\nSH36FHXV9a9Pp0Rn/1dE2+/EzqqSIDpF8x9m8Dol4jJuODxc2Rcyl+YofAhv\r\nqkY7rLaEroTv7DE6LRIbfn7qQTT7aXvBU3R128ULX6zldudbFSaDIsaZO+y2\r\nwxvNdHndCWboh8p2s1C6aQEbFSYwb01spdSPU2VrIZfhJ6goVrAaNbcqmbYe\r\nP3XufZ5yyLqt7mOR59YaQ7UAZD5HHTgJ40tGNPjoCGaDQO+QSkwm4oAf86/T\r\nRU+N+HioBBCdDMXCpLNZ+agCvzvMDAdvKFH0En1goCsiOm7Tq8Q7Nzukhj6+\r\nqgwCKx8LUm8llBTidEHlzC6CGbp7DgMZHn0=\r\n=InLd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"63ca4b53ef1173c072590140862045b8926d1d7b","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.11.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.0","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.4","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.3.0","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220818175648_1660845633770_0.6837821690789985","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"@shopify/hydrogen","version":"1.3.0","license":"MIT","_id":"@shopify/hydrogen@1.3.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6c295d8a50b4cc2f7a95a55d4fea92b43cb4d639","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.3.0.tgz","fileCount":600,"integrity":"sha512-iGTtJxb9X2M6WqeYbuTibNpPs/Ul0WHlwp83T23wQXP+4TVR2HJNq6jVdtsR1noz14KVwexb6AeFWpUFu9BfEA==","signatures":[{"sig":"MEQCIEO5UgMHxFjGFCvu6X/rzCJsEMK7b2AVELT4Am3ZFNsVAiBltEv/f689kU19pN1bkyAMPjitPyNjecSOkMUk8uT2cQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1314240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/7W2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7Qw//bxHrOaHroBmNqbqY4xevsRJFiAo+qVeNRJ3SnrOMQ978gcFC\r\noRb+SWRB6rSZo6jp9lWaRA1ksP3JsSpnSYfmQhjiktcgw03NeeLRrLDUe4v8\r\nMjOS7/eX74cwKeKkf3k9A4lVs+nMbRbPahZpOrvT5NGFJCzq0QXaZBMITkaw\r\nI7kX1+sE49H9SY6pwgyx1q6tJRM1AhC+J6mfzGmV/uKMQgHEDB+g/GD8aOEX\r\npwjJ6NbO1w2ccn7837SKjthg3jt0zsCu4Q2sWMJmol/fnMxIjODAXO1BviBl\r\nUak2zk1ilPbYApSrcFAz3n1eFabjrw1l6ITJSorjHryHlLx8cafRxhRQTIyC\r\ni/8m8TDZYJ1o+aGRR18PmERhdrTv3QHBRXBQhK1ZykBT/z/JZDFRup+7nnLf\r\nspjtCziRJ3zB8bB+pK1nq1zOKJWb1+CQHecKmIuy5QE2H51FfbRDyp0GsdU1\r\nQNa8BaEb8khVsODRuEhPVwgLs7Pk8/t1LJUNilOd3ydQP1aB9Dk/nNpSgaop\r\narD5tvV4ADTuaTuCuh3jUND1O/m+TYwFIGVEXXTEGJg5fp+i84WYmYBOFpm9\r\nx5R9IjWqIGsHPJZbNnJg4xiWK4BsCRKu5vnJ7TrlH6gUZo4H6QTvmVyF8BtT\r\n+BmpkKdcUC9Pg/tJacaZaONHHOtU+79lZcY=\r\n=RGQU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"4babc16db4d456ecb2834c87357060f15d62eafa","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.11.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.0","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.4","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.3.0","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.3.0_1660925366111_0.0014959344009823905","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220826201357":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220826201357","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220826201357","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c7b4bc343050c6a2486551f012e998032e7be818","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220826201357.tgz","fileCount":600,"integrity":"sha512-EmLRjxrNi4aXuuGnZYBAGN5bLLgEdEnUiHtwlANR8PlOT3055zKNPIrOlEdlYaTrAQgkx0S5BEYfNNje19btZA==","signatures":[{"sig":"MEYCIQCLoPERJOogMonqMJnKj7kSNCw2hrxWwrY2mOyhp0FvfwIhAKG4/gRB0Rxvyw/Mde0N+nhhPQ2B9EjNnSJ8xQgyfHzE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1316615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCSprACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6UQ/+IVRuJNrY/fpo0jXpsXqrCjworeiAYpjeLRCgOxXeI2dEXvC6\r\nxA+UEzGB5Yy7aJj9PbtbJ0VuhYrk43FqsRvL53ORPUNFhv1LY7/107ZOUQXv\r\nqvUc2ywsYW6j8R+tplmmXjHd4ZYxCTPgw7wj7MmFwrJC1SYSogFm7ri0bCpc\r\n2VbxXc4B96h62IKvcT2ghidgtLTKR0WaWrzk0SJsUDXfAPinAddM4V7BTrUL\r\nIKBI2C5EeR8MVKY2+bm+kP1MXLaGROz3Oxyrzi1eKhwWq4XeKW8in0Hz3OBc\r\nZhpiCDwYk3mCR9xTrJ7ah7FZGRQPWRZABNoZGj9O00VjpfFCCVszom1Zug8M\r\n4dnJRhCCDiWfiiEAcsZ+Oa4MEkqj9psV56Y+gKObuDFluG39hcdVjeCCDPgt\r\n6izTmyBRG6jB6lmb+nn3SQvRI5s+4TgeHpo3g0yFNdj8xoDJSviiy3nFQ93N\r\ne3vc4TO6zG9JaQmmJyFKLOYWKpg0YmgXZpJmp2DESpLK1QbatqJEV4/r4Y/u\r\n7l0NgcMN2kMu14g5k8KImCpkrOvlX5bOBfoAWR9U8c+NgUPJ9/rjc62XAsxW\r\nyDZHhudQ6MG2kFg93XK6wo409itwyjywNMF5oajXsC+/pzITU6B1PCW0SMVB\r\nqDM9jztdRcl0fTIpdfWD8rV0AOF6gq9SaD0=\r\n=20n5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"56b1d71fbf8f00f52b20fae0f55fed1e744c8719","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.11.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220826201357_1661545067510_0.09780530697968648","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220829135113":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220829135113","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220829135113","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7b417510cb86952157b9e5c240541895df4f4afb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220829135113.tgz","fileCount":600,"integrity":"sha512-ktcU3dTNA+cCKKWciOx0tvxY9hDf5ZajzE3MKl8wvCKxtPryTpFSMud3MkWOZICsz8PAC0X95IiNRlDifO05yw==","signatures":[{"sig":"MEUCIAp6fH20pJXablFSMmb51PpAHB1PrDQX8ZYG15k17d6bAiEAxO4mhdvFCyD+IaxzXou1RTpnjbrsaC57o7Lbk+tTt60=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1316615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDMUDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1ZhAAlVxQ0Xy5+r92PRKLl9xmOMR42v9BN54MMNumVT9Mlg//d39c\r\nGvdkrC0OlylHKamUCj/PHBzTVTwaeWEI4uRL3qEDL0Z1W1pXuEoTX9Ivn/yc\r\nji/Hyy1mgzb3FqhjkDlGn9no8FRcjbe5q4JFqEOA/V+VicpghkpOCFswg2C4\r\n0WqGGoRAiUkqnxNu+KPwMJkSntkRBAxZJ0jSZP/hEDbLZPa4e0JndWundRLq\r\nVLaz+tg5fMDcq6si6NCxFgNQTJEs2dBkT0SaMaBBIIpHsoXQ+4lVc161f75x\r\nBYe1UzwvIASCqA2Do2nW32L5i0RQwn0HGyyq3r4eFIg3NLSKgOrlr9eQfLzt\r\n/loSZlw8IcizM1bVs034PMmBrNZPDhdqctqHrH9ncCOTz3X9liivjW/eWTH5\r\npcaFHD9TNR0WthrnAKbsTKli7g7/MpXxcnjriRKsEWXy4ilF0pPyyYfw6tox\r\nil9zSGh/IhaFD1E6QYuWVwCiwlRzwb8+PNPPGDYHs8cNJrmSbrxFg/d6Zt7g\r\nOJhiHTZS7njkpwILIGVBJq3/VQDSHFsiPzxtJc3ocutu9MbKSyo4+LR2zvqn\r\nncoFFAS7AE57WeKnXPUJ2yOR8wXkTCWgYdtQzJc3RR5IOxPSOSQC39WIUrgD\r\noVaroY9love0+RTYEytcctp/dU/7kq7mdhU=\r\n=KjMN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"16c55212360092136a2d9bc8f53e470b63ca4df8","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.11.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220829135113_1661781251610_0.8505567754256298","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"@shopify/hydrogen","version":"1.3.1","license":"MIT","_id":"@shopify/hydrogen@1.3.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"44dc7c00b7c6d5d84b89bbf3ff770d4af13a4c84","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.3.1.tgz","fileCount":600,"integrity":"sha512-ipVkNzrfSNDeck1lncUTTfOlgcqpzCII3w9IbRT/9ivohvWBJ+EQcdWc2He9bOhEdqfnm2PtrW9mm3MJ+tuW3A==","signatures":[{"sig":"MEQCICRKcLSviGslCohBc907FoLdSsRKV4Q/iYxb5pGFBX6HAiBNj4rODnCj7k8ATgjA5nAzGk5Ic12biTtTuxAJ7wEq9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1316591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDjMHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1hRAAoHoq/QgByYkhil/kLlI8fv1sBDRyKFO+8k1QIyq9EBkNlrS4\r\n/SU6TYBPSghloHBtKLFhLW/1H2KpZM/WndwjYnvUdWz+/VNX95HSVfQ4TF6b\r\nmKoiVIrnJItJjsI8KQY3NKpClDNlBpaJA4Dfc3OwwWWoTejDo2aaGwhSb9sx\r\ncGf7bh5y6zF5/Dkgb65gkcrbmRKAf55CKzYE1wpT1j2/Hq/BRQ365CxUkWUT\r\nR1aGQ7y4Sb+VmCOZUuv/SC5Dy46AkQdMt4/cr1wHN7+Zh4J6YsoE+UHwpNLF\r\nEIxITibQtwI+syWySMER+yUnA67RcnOF08wj9Nuvn9t7I1g0H65UpCi48PWO\r\nbsnNjc245vpg1Qf1BCHBQG2mAgZq0OKGDEi9lJ1sAU2NaxMcauhBK2qtU+9F\r\no63F3bbtSV66uSYIUzzfjG2D1ogNMlZIuJJ3+nQABOSsjHCf8ZifdMBEv8Cw\r\nE/Nki362bO0czTyJKqtnK7oeYP8czr7QEsxQ935WsDDH09xmOPy9ox35tn1E\r\nwyG6UJPF2MNBFpRm7kgGdRnnDn7XlgM88sv/vsQbVbGRLvAGL5T3ue/4j13t\r\nkJcm6qrL8SCvoUggHRFtHH9F80Cg9sdQHlwD/AcvFNBOd3lYgavFdzPWRd03\r\nwBqaI9Bi2O8Z29H2KGT0khGHW0dMHxxGWGM=\r\n=E56N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"1da76014e674f5ddddc35fd3512693b372e7c156","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.5.1","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.3.1_1661874951450_0.9945520415974465","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220906150839":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220906150839","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220906150839","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"90afff034afcb98cf4e99499af064030cef108da","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220906150839.tgz","fileCount":604,"integrity":"sha512-A7RKjtNcQsgivjPNGU+J3VJnKML38Uwz0RKBs3fx7yU1Qsuhh73kQgCJRDBzHrlX9gUWOhCBNzGF7Ix0w36KRw==","signatures":[{"sig":"MEQCICmfyBImr1JL7d3GBQN9N53l2EuuU/cfMHzxfAIOJ8IaAiAVtjoqEscBR7JkQQTWVsP7KQCrZuVDt35F2h5b9ILUvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1340393,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF2TWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/hg/9Fr0FFhvZL0nDwHEj9P66DQOMIFR3wQ+9RR+wK//4IDe6VYoR\r\nPsBjIE2wRks7Cqh1Erriz38kpiBfzRq/yo80uASknL6whb0GmzdgumDJXsLi\r\nrpX/dfrPXna/rnhQog+Fmjzjp0KbzO7zeaWur9DAUCT4mFtQ+1C/E7mAz0A1\r\nlofD08SaIjOVmf41Bgi/xM3+zMZce8wlosSAo52jLEHhJYwBIU+IKMolOa2H\r\njfHGMunB+2L3Fw7cT2HaqgkfKdQoKcxjj+OokxOrb/yAd//EtEOD8P6Y2GnD\r\nZnRuxvImP6ABTdpOrbdsg5Azjzq2bfLuhLSHadXqx8QHQw0KtJDlPLbgZ32O\r\nZrdIJmk+Z0RV5Va/3cjWGflgUXxuhv6UjZvlTfCd5bVf7270TEPogZlLxuOr\r\nkNXu3NHARrqjzPBi2iU5fAfawNKnwQ3t9dFAAY9eIzJRGYOzjE+z74rA+ZTE\r\npdjH1FlzaUja9A0G9JnOsOeEI2l6XCofHxPyFUaNhXa/wu3k6Sv2nZVrc1qc\r\nkA+p902NH4rJkbDmbi7LBhVp0r3n/Q9QqI2yUILxznWc85+ZUAOgSgRWGajg\r\n42vSfLFoETgeIB6PxdUygRyRS355szlQFhJjFl2YcrSbD7On7Oo1qDviF7VB\r\nhjQhOd81y53N8LVp767EDhVqlWWBIVSmrGw=\r\n=vcjW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"3d6978758aa2140178c9ba38f072cb859483a56f","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220906150839_1662477526298_0.6733373890691643","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"@shopify/hydrogen","version":"1.3.2","license":"MIT","_id":"@shopify/hydrogen@1.3.2","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4892a3423b43a13c15052146c07f337df59b6863","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.3.2.tgz","fileCount":604,"integrity":"sha512-iMlL9IGXLcfrYeOJFrHVKYL0CEIgQAHdpYjcCp6K0TPI9p1tW3fbz9t2Po/W7ydE2HDK7xnVRt6DbHJo4oAgKQ==","signatures":[{"sig":"MEUCIQCcGhOL2/XcrjKo34rQ8UFDILWuqC9L+zNC28zf17EpcgIgdrUHUcjeI5wvbwTBsfCv0SxFFRtkAXoTSugQP1rWnNs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1340369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF2kQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSQA/+Kw1adselL+YluxDm1S5HGOeYhB/G5bU4zV+HAker+kb+2Fry\r\nlDs6YaLRzDYNCvWkEiR5SszajBZ3secR868ULASLwfjFlk91I+PQTzbYzTIp\r\nB17hL+/VwX010ASLHw+QpB8HrUWICeE5/ndnRaXhtk4kCrCUcTT0dUVj2+RU\r\nw/0iGa91JVdqXXM7mlNKFWSnRhZpbLaWRuVI3zMtIL7AypdfmzfR0QjrFw4t\r\ndNIs+BTMi2G6hGVtRc+jLuGTpJ5KeXuN56Y00v7ToVhu+rzOZ9toRHqYdfXK\r\ndjfLyK+b/cgpj2lzCNVjPX90svtwKzsiiswNhlmmGSD/zein5EF+vimeEcNA\r\n1DYnDScsyYcBN0r9xvfdTJKqPXW2+8JovX5wi/oGsKVBM/6VWnpsxmqZmO8d\r\nIZOo3uc7BQaljD9DoayqxjJdMyIj94aF/Eu9wORLYAY8X0zm/J4TwGiHigiS\r\n+BWhIf0rYnEyUjfO34J8Bo20Kt9SZPgj+Poi+M/Y4Oh8C968duUmdlt9fpRV\r\nTzIJNnEuOriYGWnxul45ecIFXkh+2NLhIyxAoQ6cpABiqo0/n0EZQk0HeHr6\r\nL0WKRxdcgJDedzah0WwSfNa+Dqwb1oQKAxzvntjwklgrrQfarTeQmDZs3KgH\r\nWPtSMcwlA/nNqscMVdOkZBevZ5I8sDnl7OU=\r\n=+b0W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"8afab610632de2cff6422a856c9ef240fc528956","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.3.2_1662478607846_0.04733527408936","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220913160311":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220913160311","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220913160311","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ece48c5e8b5c2f2ee834fe4e95aef9d5c397a283","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220913160311.tgz","fileCount":612,"integrity":"sha512-OXB/L9dOLZOXAjm2ff5ETQ5z4DVBz3DLpMoeq5DLm/3x0ONAyCeBQ5GGgH0N6m0chbG1Y4fWiYRNWffUj5+83Q==","signatures":[{"sig":"MEYCIQCQSFt+8J2Ts3AzlINOh3YIIaCjxUd4vB3H6E+SqcV1rQIhAJ1XvPYAo2gqvoKOtSukKSCDMUWgeyjnW3q1H5I9KGtW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1383385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIKqrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBVg/9HHSrc6EWkDqkLZfMc6NsyoYqXUmh47yoe1KdhPCHnKW41R07\r\nr8cjKVoeum9CBZ798V41arvd5OHEawjL3p3nR6R9NuIBFtZlLDFMMt/o+7YR\r\ngMCmarJl89cmaPXNYOO1AiD91rnV63FMgOy8puo/ERU6UlBrEkfK+KxmEAus\r\nYMBO7LsAg68jpV7OStvOlVBR/sbTKFCkdsIj1S8CSBYPn3SrOMrAPGcUvcFO\r\nvOJqo6J6QEvkLJN7GedSRYMs8ln016C8Tcfpeea03Zi5SWm2wXGwGElqRK1P\r\nUJkfKWGm2+SaghLQqvxGLD+a06INkLmjGf3DwTr7fEmnYquODVWt6T8hriON\r\ndWb/liSyKGrv0Bd1KWSGj10Am6PIVLsweQRDxNydCGYJCpTqAiBmsefrz1pX\r\nLKAV6v44QWhBYWIDXaMwKehqkw0SByWNKBcK/I/x+nnSGZXVWWF99g4fJU3b\r\nluDFVYnYuVYHWO5S/CT6iwtJ1uNLCW8iqDtJij1uJiB8CypLFB04GbjDiA8S\r\nCdnYRjcV6sVLzCJyDTW5UR7Vf4SzKtLbPCA3UmB3qL0Fddm4Vbuwp6XH64wl\r\nQyc0bT951GiI+B5C1/DlPcTY7XrgeqiKsPUq8NyrIUjvTIfcwS8h5sxij/mf\r\ndz9vpoyg/wsN6OMrvX2Bge+s4V1s/aoMH4U=\r\n=UZ72\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"43e7c525c2a63564e4efa84b8fb985b952132bdb","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220913160311_1663085227213_0.8283600546381786","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220913192010":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220913192010","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220913192010","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c4471bd973eef2351a53d36fe21f86e814942e28","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220913192010.tgz","fileCount":612,"integrity":"sha512-utClUz/X6wwNpD1V7YFqklMHxyQBAOiVD/+2jql3EWwBAA20EnaJXfNFmnBl8edX9zd+Cdkmvaf7yNANNJ6pzw==","signatures":[{"sig":"MEUCIQCALNoSpGEP2zm2BTD5E5R3irFanwXTx1B9/luMUWCZNAIgd22J7aYoA1g2NOkzbHf7ywR9nlPXpA993Q8TrPkwWbQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1383385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjINjhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOSw/+La4VgM/yzaQcFifjBPbusLnZONOp/sBqJcTqN45RQtFnlLe3\r\n1SkOHloWqqiAzKxJ6xoWGwp710vg/dHwJ38Mq9MzsFRCe+ga+ej655hMbk3+\r\nGQKEUoptHSJHdkDiQDJbcE+yRYoG79Dw7BqaE8ePQjQovQAGiUeb6MclHFWr\r\nqtiabq1TyFPetKOpuRqga3AJTJl/rb0HpM1waXlg/j5QmoJWJCbxZp9m6TFt\r\nEQvX68Dr46qqEBcNpbMVQkjZCkjE9ZmfA+G3WbqwzZTMBYY69nUwXfq/Le2d\r\nqzJg5De7vTy1Ys4oW7z2shVMJT554hYEPoLYtaRgPCefYqzRvLiEmflnZYPX\r\n96jLrYDAiAu8teUeT+oPddmMNRL7HPsjafsjW3vOEzmmUVIN5JiElEgGLer5\r\nIl5gatPaVvq8Br+tF3v1rqmkKeiLXfOiJIANBTWbOprDMZ/sPdn7Litr4u8d\r\nRPonsnuNJ/slg2HWWAeZVbJXiikopKZWR367/ThBQV2A/mZQeHny4kFtLAno\r\npa8oREqwVd72K+EqjQOVEP/+CdEFQ8N1uos/yhEd39sN/O1hlszg6x9SkT2J\r\nKZ7kGR8motx7ynO8xaFENxXVITJ/Ll9WAe+RGyaSkFxRwpKo2hZouiMtiqbe\r\nt8Y3M4X04Put6e04Y11bGaVk0EpSZwyZy1E=\r\n=uE7u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"b70880cf23c986442cbbd8624f5a570927aaefa1","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220913192010_1663097056887_0.8832934670957879","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220915201600":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220915201600","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220915201600","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"31de6e266fe56b4476fc70ef0df27c5eee371aa2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220915201600.tgz","fileCount":612,"integrity":"sha512-VPvniJ+olb2gjsAqnbHeyQUF87clrI0HwaYaTgcyJTN6tLLK5fXcYXNmGvOY0rb7SlNznJjeCff6hqqg3a7bLg==","signatures":[{"sig":"MEYCIQDK171YaPE3vxC8LYsVStpb3xgv0kU4gx3YXn/I+jyhvAIhAPJR6I86dA2Uj+I+yTuyi7lv+MIjrTsEIQTJ3nAzwaeN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1382825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjI4krACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzIg//SaR4JC2CBHmzO5ybdLiwyikHm+CDW43t8qUI+0cEt+3UC4Vw\r\nbcdTnRhBpgfDd9tgJmV+JO/kfuhRo6XenDdstKbpXs2iYtxaDpdRk6Q7tia9\r\naUeDWSytydcn3QPEHpTXk21VwKtjg14NC3Ak/tGPfn+HRpEMZTKdv5vO3l6t\r\nEWua0GpJEWVtFzoTHSmH/Z9BbCDk94T4Aw97dcZCMrkghbtHbgfiCvvKDZDo\r\nkGBi7yOBmrl2s1p/U86RL9xnJfAy6V7ae7ol/CiV5ORIaOdiHkMt9w1n/CfQ\r\nVUbsFXPBNbT0u8Q5QABxU95dQkHYPuD/Ehqw6+L5yeyQtjGMGE+P1OcJlGOb\r\nhNxg3u9D+prJCh/t0UUlxYbWELVPzYrnx0uB9vCA+p5oKE3I0izWMVcEbPVJ\r\ngflmtjq6UJZZQluAzE2w/OtJH1A9UqM+gd55wKWYVhLorUsumjaN2+WhKNz4\r\nK3Rlw8SgM8Lp4sTsM3iN+d4pAQvO6RGfhBf1pC3O3Wg3+M507vpt8O03n1qQ\r\nR8CIR39UUvfky9d2RU2/O5UANHiLWTgImjbz9sO2PsUs+6egExX/BzBcZSpc\r\nDxTubJvvoUyUJHLEbhALY4yWuZfrc/LoWarDcM9mDRV8bGyv74excbFri8L8\r\nl/NsA5v6zRYhy/XVbn3YUeSTY/Xhn0D1nwU=\r\n=N1t4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"8e7a4644bfdc653a809ef8eff5dac307bfc5ce0a","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220915201600_1663273258764_0.14062831604049997","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"@shopify/hydrogen","version":"1.4.0","license":"MIT","_id":"@shopify/hydrogen@1.4.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"themallen","email":"mallorytypes@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7b435d217abd1a286efa241fd73fe5f9c3c27eaf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.4.0.tgz","fileCount":612,"integrity":"sha512-9zu661rKLe03JHXoOh+j+vMsGGWP7A1Vub85A493Hz0bghecZfgeb9Y9cTgVbZtxFvuiwP7+DWeRQffNqryuMw==","signatures":[{"sig":"MEUCIQD4KaZWE8MDqcFMip4Myqn1MCU9txY9X3macR9zWy/YzQIgK82jbpBHguFftSL0Bbc0sY33IHzvsdxCxP+ZMSvxhJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1382801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJHmQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqojRAAhD+U28OqTTpvlQJ+KSPeW23lVRyCnubsiueOQXWzPmuv9ZPc\r\nlgrTht2wWjsMXG4NuwTvrGthh2X3vIeNanBpcaJ1z6Z+gc8UG1j8P2w1Mn1K\r\nafVXpoegII0WFj5tbdcJQc4tN7MSvfjFE+7rrH7PoLXzTm+fdu2vvebUBlWs\r\n7lgBGOiyv5ChK0Ojqs/RVQnpB/DIr6tI0LpVH1BaaYj/LhUlYXvxADuQ0heE\r\nTXP6GbtFvBnoZSGqYdr7eDIRAJnLxKqGIwkLBR1G7kTAIAqBlopLw7PmE8N2\r\n0ijSF0wZJs/G8ObAmvkEbzupVFqQt4FsuRji57sx97golrnqF23uk7f/p0Bj\r\nVGxuRrGGIRfMRQNerhIny51iLFBKo5Ksfv93Bx7qjrf7ac8vQXD1lXMXKK3T\r\n5RIvwCXhcMjqOLireYDhxEFflW9LLDFQYoZ92tVodFmD+OrTAi5UWUXtZbTD\r\n59k81hMCfRSCeFqfzDDkQAoO/UsleQpMRjFTTyqWYjlw+TjYUhB98Omyo0a4\r\nxI8Me/vTi32n9jbhz6Bb4e6zjLK9X9n4JgVDGaFtORWE6s1BMjvbSMah+JQN\r\nLzm8dTUZJCy2bfprQs76+DmRZornhxdt1pmua0lA08l3x525ga4LBc1243wG\r\nzCcECNNtiqvdCLJNm86led0pCMmLu1ajUTw=\r\n=XHvN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"f6f36982029f2bb019615b5959b09aea48fff16a","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.4.0_1663334800364_0.6103003339728523","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220916195136":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220916195136","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220916195136","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"92294c04f1cfe9bdc30b0a377a59d9576d31ab31","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220916195136.tgz","fileCount":612,"integrity":"sha512-FdBCdtM3k1pjqiEdI7JmQAOxY1dEiyXm03Jxeup/HokT2hcziDLfcAebd9lm7VCyzkTEaljAxjogmGmqkglizg==","signatures":[{"sig":"MEUCIQDUxSWQyYv2QckzzvxQNDYeDJu5RqCldPwY3aVY6OtwDgIgPs+r5Xe7VWLXwsHJicxH3qja5rfMs4CeEo8fQz25R5M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1391271,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJNRRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrg1RAAgKPYwAkSDAu0CcYMgo6lwCVjMFu4mbM3XjEW6Lac8efIAXkM\r\nSXOX6svLz8wPoe0lkssKGxbtfTqLIUdM2APD69kOAlr1L0uldCzXOV7fIbzI\r\nqmxk2nNYY/KyrXByZiOEct42P5Yjd9ciwi+XllthSetcS5tIWLpaBfqU0QFB\r\nUgLx3hvVCnRoeXR6shShEebIovqw8ckjK4DJYFAVcAFW1CRgS7rLN8RaIvnJ\r\ngQuxXTiOzZhQ6BeFjlcv4Qu6hvY/Ej3x7vWaNfprkj1THVXbO4gTYcYOoOH4\r\njkcXGe0QHMTF1MsJPH/953zslCpfSPhJ2SdodpfUGFh4IocD2EQTx4xXFNug\r\nspLY1HUOuqcyzMg2xbwO0nEatxui8y9P/HoXEWhlPRd2SvSn/nyuDz2NF8it\r\n6p0eV11Anz75ur1+ipif8fHAvzfE37TDJDFLZ36GoHsbCVBYG/GriT4Xvqxi\r\nGP9ChktIOXTXHI7vNFki3pyU1yOVDnxN5vbdxrQWPhX5vfPi1ckanu9dUt7n\r\nWMDdi7xmqxbPW13tn/QxvwBOFxGjPyuKN4eifL7MX/ESUQkZJCoiQDVuPFW1\r\n4461Kc1yVHlnOlC2fWEBOVEuRkEyxS5jk6sElFnHcyktqDySjk/DFmu2GPsJ\r\nRBx3yZo5Sto6NZ66tqSduTh/1dK50iGRXaI=\r\n=Vb4H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"45647fb709096c620a81959c3b05a70c7d3e5b8b","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220916195136_1663358033178_0.09612172103368422","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"@shopify/hydrogen","version":"1.4.1","license":"MIT","_id":"@shopify/hydrogen@1.4.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e724c6f2dfc17bc46f591f0992a65ebe1dd63772","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.4.1.tgz","fileCount":612,"integrity":"sha512-UVwSuHvn/SviIbQ82G+7BIhd6FdP9Hagn5XtgTTZNxcEDp7wsodzzrV7WVBcW456zmG+G1NmZEPZ/q2RZVTpAQ==","signatures":[{"sig":"MEYCIQCqaCm92ZC58sDfbfO59d4LiaMV/XBs75kwgtwllB8fSAIhAMBr1n/SnA18GcbtHw7r2Vva3eDGdKsX2za4ZyqEE4sc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1391247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJNgYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrIw/+KF0Y4Sz6i8PJOzVDNQEJleaYvYYQJ3T+VJqvucUfLjNNcsB6\r\nYLamE9LWuGbwhE52xUgNg825kEPtbPADq36ZJ2HiuKA9xn4w64A0WNzmTK7A\r\n458e8To5txiLaiet33QEiKp1MjiUwd+yu1r+yS4iJb4+oRGq+AguIqq2HSoh\r\n57gOdenHx/PM3Kp8lrszfvJCciuqnUdGfzjCEste8DanHVd1FvU0CuKnB2ms\r\nH04ZInvcfig3eraqHqPPpjFTLHL2Xo1QzZ1IplZWkR1WEeCs/+GxGeNcnj3n\r\nrjgEs9nd0h0fpo0nTnEqDliEWo/GsPZGeYia4esl1k1u0roaoIVi6MSIXZtn\r\nbb8DnHS66DKXaAqBQ52XrPpf/78Bb6RFvi9oKnT9SwOzewYm8giDErUFLyYT\r\neO+IEfNdzTw5HIuc4PMlKXPu+0hUevs7SXpN6TNs1buZeq7z/QuHZkL25HhW\r\nU3V4R8QLhVkx53+8BHiVn+7yc6svYKMt9dzhgx/NHip573B6EGuf0ds5p2hl\r\nJ02mUV6zK86A8LS2A09ynXpD/GJXZaE2W4QkyEXeR6BCCVykcxpP7gWn/O6f\r\nFrivYRYHLtGITUHptt3ZuNNv9wes2VI39BDxupFVcCx4qJsu7vcySjISCfAc\r\ngW/1yznpPw84JormfA2AGP8QJdxeEwRA+S4=\r\n=mc4+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"d796e7cd1b0dc66b825ff669a38ae1d72fbf2571","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.4.1_1663359000500_0.8523432728613294","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220921160653":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220921160653","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220921160653","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2b146a30cb2079e305902213a315ec5944f3aade","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220921160653.tgz","fileCount":612,"integrity":"sha512-1gWgMugnjDoisoKI2hcCgxvyoYE0ASUVOy+/ra3czL75TnagYws2JYevPJPxBfmUST0wXSwyfBZnVqnBf7Vmrw==","signatures":[{"sig":"MEUCIQD5p+R4zeh70+CUH/RrrbTgfl1zx0QaQIcENP2ZSW8ohAIgZHuqqKLRXy7GRED0JuF8MzarxGOe1ubIA9ojpwTEsMI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1391582,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKzeTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDAg//Qa3ZuBvB+7KzVarGLg0Pa2j1gTJj6NuNukWveyuLE9049cTG\r\nRRcQT73VVJZ3sXXkiLigAGY2KixQgDl7y40T+bq3OA72bJTrSnE/RbGpIh8n\r\nWSmkPN+Ers52D4cDEMJ5Q61b24UKw7Wz00KlBuLqE2XUvxESMrujOSwU1vg9\r\nGsDzbSvqkm8H7vVbBcXE3q3V0BiOS70zEqO5/g4s+VBPrkSWYGIUO3XBVgyG\r\nZwQdRwP2lJyl8Egq+7iXShJMS5G35KkIkgiePHSzG1KlW5qSKd+qba8Fa/KA\r\n85YFRvtHYenH606qGyBrEMzR7RS6URQvSZ30d6bcJpJleUjbN9NnBVzx9COf\r\nFs8t7nwc7Gn2aR5C3hfZf4cvVJeG6eEFwy24gJCpqBgtxdLWLA4/yt1Ywkt6\r\nkpRJ0+jeKDQdpwKeAYRAgxjReZc8wBuXUb9csymUsj7e09/IB9whqPiZRkjc\r\nYZnkP/bxd8CuJVnZVNt4qaL0UGpjqIRba6wmYK+BSKE83kW0DaAcR+03J13w\r\nQAa8PEwaPYGjy6iH1Zcq4ekBHRYhDqLFCyGcgz9WF+niOT2tZ+2RN8BYtVP5\r\n9NPSJl35EtjVTQT9T7E+Zfkyaj4rIdPgF/DUmezziywBFTbOB6mHmP6s2QL1\r\n5FrRlI2KB12bjdstoY9sjpzALUkoxb7RhY8=\r\n=llTF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"a424e7266d0bbc2b07f64b60f56adc8fc210af6f","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220921160653_1663776658885_0.6777738603881687","host":"s3://npm-registry-packages"}},"1.4.2":{"name":"@shopify/hydrogen","version":"1.4.2","license":"MIT","_id":"@shopify/hydrogen@1.4.2","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e4a1ad961354a4c42e63870d38cfc662bb6e49b3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.4.2.tgz","fileCount":612,"integrity":"sha512-OXpXzLKhO3OKVOayOy1B8ydyIrbaHAuuVzpWc03QvGyjk2BPe4Tvvs2IS36YDM5wxKin4J250m9Xp9dg+35v2Q==","signatures":[{"sig":"MEYCIQDohmpWNVtRvA0Q27QtFSqn1ZdiFHg2ALilE+SU2/iF0QIhALVNfY1MmfywYiWDQ4rM/oyRhdgxMwPjkBHYx95iuwQ/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1392533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLKxWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpW8Q/9HORjMAAW+25OvpzB5kKU3mGOquY5sGOdANtixRLeGfdY/O71\r\n17g8U5aiHR7yhekvM0I56TZu4yY6MIB1G1PjqcZxi4ES1zneR7w6TByPe8fa\r\nREKwwYTQ9219w3nc23pdbaWrDvn7xDyTMej5+wuRCpDQxKGMtqTCrI3eolAY\r\n3R9CAccu9E2tiMhcxLHGae/4dDsmBa2FkI21IAl1YlXMM1TkhYNu/dH0mTBK\r\ncmDgjdl+51mTWxIJL/AufjWZdDekIPupHN77HcdcLbasCtVvRXbcYYUVDby0\r\n19s1jV2mAaDM1+jnpSgcYmZuWDdYabb6KVMNFEYEtG4fsnszMSfsb0Kxm4wJ\r\nLs6SO3eAnlExNld4dX7IK7OIZBWwQ+bitTfutv7LwQ+fc4YXqrKFeRv/6HC2\r\nZ77A04xFsZ5tdQfsEsZ2AjfuQlF1/A56RAfwgaC58nKph9/ZvEmTBNJRSNks\r\nL2VE4zQ3cOkHd5t3HMwEkUXq9xbB9/GJHCbwfylw2m9BKENk7dMEHfYVQGA4\r\nBp5RDj26KHF7RWVdD10lISoGid/1PHfAJoauVB43Euaw11tq1soB6fHO8wWo\r\nYLrG1FrqKU+QjojkOvz+Vurrf7PcN/SlbkFO7jeF8Fwab8TRYvClvd1CeShY\r\nBkC++Bji6mbccPiKgGuKeLuOwgkkw8zBu64=\r\n=aGlo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"0ef1b6fc7560a68263f320731ee6e9e1a0d66df7","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.4.2_1663872086574_0.379367835349645","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20220927001835":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20220927001835","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20220927001835","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"08c0b11ea6899019003d2d904df521bc2644d300","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20220927001835.tgz","fileCount":612,"integrity":"sha512-yHIqziC+KL009833OAqvAK0N95Uv16dXPwe4+Sqj/wNBPZUUnAns1mjIXNmSZ9KlXBwHX2+sbXXIhXg3qfs19Q==","signatures":[{"sig":"MEYCIQDnwJe+9KnHEf54NsX+a0J8Kj5fHkzJtsIyThMt7g/BAAIhAPF7y1AB/Cf9q9dj2HV//8atNFQDg4UPHShjs/Oz2/Sq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1393305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMkUBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqtUQ//VklsT0+rKXyBSL8awt6hSRjzNun2L6BFgKyBVJFLo8VkaimV\r\n0Le7hjYUFYgig0xhZ7AEGtbh/k2fh0+CjIHrSQJIcVjq20BLNStBZYloK2j7\r\nzB2omEnd+E7VazfLGnDkVLAYR/kGILMFOkhJ41WuLcJ01I17P6/3GNXtGM0/\r\nXO6xt8ReuY+2vhdAW6NNV/n4WXcN38Yq+DoqCfvun1fHcMkgW0dbLZconkjq\r\n/QVVVOlFHG5okUlyGMtP6klAcTXLRvtcTW5/NpV4A4xdujfjFkANuwAYWZpj\r\nVQ2UBQpxPR3p3niRKn8Y6s4Vx5wcLqF4iJ/3CjwuNFo3abaLUedCDDvFoyU4\r\n+uZ8CgvNNs7vZjhx+Q24oSMuUPGuCMNPDy+IHolInM0L2S21Yk1PVOkqbp9t\r\nICZJaaG5a1/7CrZm+As0acb1BfHY78rZ6pmDGzIWkyX0dUHMkxKR4ltCCWrH\r\nYB4oO+91NxhfrQ6UwhTUR7P8k0WI6zKmNxJgw60ZPeOKaaEPnWq0o/NLmcRd\r\nHKuJKK6R90ES4lYIKswEF8PTz4qOKdKE0O+tZlT9NefUkVjCmqv/XKUPP9HL\r\nu4Gj72LcQiCKDDfLbqIBYdTKH3oYFnWtH4VrmwzsfAjEClveowih2XlSBr0A\r\nXZWv1VOF/HPyy7fSz+qUTZzjafpUw7lX+5g=\r\n=33cw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"db3c76ef93a6521c57780046a02e74141c7617fd","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20220927001835_1664238848778_0.34317382234108873","host":"s3://npm-registry-packages"}},"1.4.3":{"name":"@shopify/hydrogen","version":"1.4.3","license":"MIT","_id":"@shopify/hydrogen@1.4.3","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"91e8a9df88e000110a1d525d92f0741236b16adb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.4.3.tgz","fileCount":612,"integrity":"sha512-YZY+0NbB2UMl7R+A9/IEpFNOmMJv5Fnadch4xiwFN/Ap9iX0u1pBDh/uP5XbGeILvN2UD0duEHDEtN0gimiAiQ==","signatures":[{"sig":"MEUCIGfvUpOZhcbBgY9jPMW9yK4oa1gA4kxgkZB3LQGxBu+QAiEA9MiQ4rQOhbDknxBnwnUnrtcs0IUTYXXmeVOqebGRr7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1393281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjM02yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSLQ/8D6W8KzTXMIjzeymxCiOt8xxFV8rEEivT6fi267hzDx5EZ4of\r\nRrOHQg8Tz8EIYktV9NQ1KqbKr7pofq/qW/nW1baIvq044iZz5+XLHhkYfgPf\r\ntcdZXtylCuvN4FwsvtODY6HUCTqEWAg8IoKVacyRc4TP+usUHvOeuo0ZJ5IA\r\nE/VQVZ2FY4jvZw9ADjm5n3nO5vH2nH8MrlRrGFiwrS4uEvs5/k8QvbeJGZao\r\n1gLHb8j3Zzs83IA81jJ9egspHeckm1QksjSwWPZmerZV5l5cgznvdJVEli8W\r\n8NU9Q4AOeSGNCRCLNkn3cHWWPIMt/aPm3aOqc8l8JrX6AdATczzee0EKay2U\r\nrCwunhwKIauatpYQYCR/+KUmoB/o6j0e8L3IIt+0AfCZpVFXTMIaViU0t5q+\r\nKWKVyXtTWbVXOifSo9Rh1mm1u9AUyVogsQaiXXxIzbNKY/fUUgr2JfglJzrD\r\nDRLtQ8iJxLGmQR4q9KFTGyE12bqBPRDhlDdbZwTiuu1HecXvKJ1c2PGBOeLp\r\nVdLa8dcwCXWQwcH6trSph7hFgivBbkUKHm0+nD0LzwsUbcpV9RMVavZD792y\r\n29F58s4M8hvIPG1MvOHsleq0VA9PRqg+1gQKKkOakBcoUbFukglK+/5Miguu\r\nUD9uCEjddwalh4210+MRScnf2ehaLOc5A0I=\r\n=Ab3j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":{"import":"./dist/esnext/experimental.js","require":"./dist/node/experimental.js"},"./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"d043e3facdaf34c5295803da5ccb2588b96d3c7b","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.4.3_1664306610163_0.04204443515166245","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20221005100242":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20221005100242","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20221005100242","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4f1134787b8148ba2a42caa47a44b6cf91106208","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20221005100242.tgz","fileCount":612,"integrity":"sha512-fF0KcN6cXH3NP8wig8ttyEGZ04SXhr1x0o/nUSAYc1yna1i9x5mmBlnhYVhlp2URYEMSZHr2H2e99DOmy0Ya1w==","signatures":[{"sig":"MEYCIQDjFL10SIkh7s10plqCnKsZuZgNnwjdoQnKXLEocGipLAIhAJ5IryFjST8KNlLJqzgQsEKmBt9OMrPbSwSzICW5rLuY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1402059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPVeIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQOw//exyvTEMUEHRt/gklxediB6qJLAc3daHSlmIBDr9vym2+EMW5\r\ng/131Cuma6aR/oHvc0Lng0qnl/sjx2U6CMu+aaqTewYTqAcOZewlfmcSVq0I\r\ni642SmZeL1kqI0P7sD634WiCpPvYDy1FQg0HgbUWSQeRlNBwzKvjLrjiNRIr\r\n06pKBD3oxhLqiBmH4iSNNkzgmEba4qYpSe0LT8XOhwDx9YXcGPmOOrO+pJpd\r\nX4S4i6gGfjgkFV1QCNLCOEq2JTP6KKyiSum1ndxYcPqrwld6GtMbVtASatKm\r\ni1dB7GHxJzexRBY2JW2gCj1G14jzt4cgEeeLbF8C4XMk8UwVkpgbcyBQcUaK\r\nKW7DDGG6HF6BYPALPS6iSyCu0UB2pBELQjIwUDhY7Fr33IXMTnXzA3ryrAFQ\r\ns4RebMHJogOJc8UkevPTcGx/x51u6YcrFttYczn4ltZkGX77sT6BSX7MBhC4\r\n5/mhiGPkf8QLfmLo7P7YiUoNyuiHId28IyizmCC5rozojlzN+TqUcDhZBByo\r\n5sUAtEszin/aHAt/BNtpy4Nzj2ZgVkVV7Ft8oHRmPlFt9OX4xUax37r6yFTq\r\nUB18CY2Gnzc7xPPcCI4f5EENhYcvDm6w3UiUuM3cmrKdZNHd2loeQgyoo/RP\r\nLBNKBfhB3HYtCQewNkqxmiOZR5Ug1jWdrkA=\r\n=J6Su\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"9ddfbae4bf2ca02e99cd820b92ce13c970cc2f00","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20221005100242_1664964488624_0.7666119518880021","host":"s3://npm-registry-packages"}},"1.4.4":{"name":"@shopify/hydrogen","version":"1.4.4","license":"MIT","_id":"@shopify/hydrogen@1.4.4","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"01f55f577ebcfa836f6bf7df3bf4fab500ee2bab","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.4.4.tgz","fileCount":612,"integrity":"sha512-Yd4HTMFqvavRAs994p1BOTPfB2ZUd5YepUt0d78P9qUGJPO61wtSKwQF3OhUDkU8UxjOINPy3Qsx/+Zp21lQog==","signatures":[{"sig":"MEUCIQDOTixsVVm1gtcVtrk31lEXpYGcXlsyN7IoXFGYvkoK0gIgLe2rFWeMiPyVK2O3Eap3+xTwoSFy0hK1nEVAy+HTchk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1402035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPsXxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoq6BAAnPksAyJq9cuHId1T/2ElEvmxdnroXmUEColSqvCoJSp3u80v\r\nUedhyjOFtISMCQ14njOelI/gJ2XoGwv3vDCjqWt6OOxlnYxgzpVOdmoc9g5D\r\nGzRr19ZR+1cYk0ZzlerO4J2uoUvjkhLcJ+Sy8I6y5kcI2EbIFszBSpoPVawH\r\nxWWHpKAi2eioCgY9YHlXD3zj2n5O992B5nF2SyZrobDej/yMhbtGnsj99CNc\r\n4Esbk8l8minl4C0fkRmX4HQjC/FTP4C31gCsBVxptChbA3ptKmjiNgKwh5/S\r\nUs0vXLLAH1zihsGPmp+WxfMx27MP8yLmItrSirfx+1E36XQcTEWgUwwM5rLI\r\nhHVGynMDOPUc9Vc/WdYoPYBxeySihAkLwq8Q847zZ51ZumtasPbxV9AYvh6Y\r\nNVFmfwNtPhoamqSBCRNnmhMCCmGZCb3XzfhQBCpcxytEMF9R4FjhoIAzR4b/\r\nGL9witZ/bBLlwVUnK98ENU/T8HdyKIrDRT4/PEps1lgqmz+Phhe5T7553m1o\r\nHUIEG1P0xFbDzbg9Q/mNJ9ibPnVVdW6vM3mMr1v7YWYWridioBRseweLOexr\r\nUEs7EzET1iPodeU6wIv77mU7jM2CcC8N/k2MkzdXJ1nyaxWWuGE81pwyPB8A\r\nFZOK75V50SG0CMzsYDbkzpLrD0N1r8g0z34=\r\n=p1jG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"ae695b1e7a2c3e97969c315e11240e714857966b","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.4.4_1665058289247_0.42617871023458176","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20221010113640":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20221010113640","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20221010113640","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8324bd5178f3e83def662e0b07a8e71e20063cde","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20221010113640.tgz","fileCount":624,"integrity":"sha512-ZcKYLSnhlwlBcfm2zPJH13oJ3rk9jZJ8o+93+CF/7Vb/qXHgFMhGQyQbvKi6cbwHsQWfvxX41gx7SvONjpjVfA==","signatures":[{"sig":"MEUCIQDaJFLag9vcT+BBs12vTmFmyumZuslZgKqHrCXLywNwLAIgaiWxMBRmQH7MLbsIYQxDw2J6arT3tRCmw+6UgTp5ae0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1430543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRAmjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoxow//Vw2ONWFekOHdfy2y1mlx7srrztnqgHT5f6Kyp6if55/A63RC\r\nRMJxyWAubQmip+23IOtP4X5CyzJjgQUEjA6a/A7ON93diqoJSInK3/XAnz7H\r\nFuQy9UJjS6rF49MZqV5ku6R6n+VL2tLZOcruk8qQbT871wIB18YZ104m/1eU\r\nXFegl0fwvauzZ+nVOs0WX1KlmX3s/5qfXZD0Odo5Z1KbiU1RlUQkRA3DHJuT\r\noAa3ZFOzJGqEdggD7NujkUq8EwMHNbrwTw94/dMe2msdcb7fLtk3WMzXzQ8n\r\nQjOjSt09Iv1TPlr5L+ukIEMy8c4z3VUyvVjWWO+wWFPctHsDLVXItJ47KN0e\r\nNk3L6ASKn06b9qHmw9mcOr674Cii3Z47Js3ByYnHwobNnD8S7NP2X4CLEbDW\r\n0+Jp48/Fqz1PmxxwfvQTaokQdfweMBn2JDOxCB3ZGm2DnMUDPKZ/AnJo7pvm\r\nrkvZn9mkeVI6ldvFYl4LpBs6NFEZkF2ROxkUhfmPJxYv2rKEScnNwpC2hxoc\r\n8/T3r/qAc/1Z+eA/pXvvi0g+NNOQzppDfFb7vv5/nC2qcMy13W+i+cRYGEDG\r\nnhWAxA30+suw5p2v4C8Yz/nOOAruJS68RBktgknqV4mzlLE5LFdoqZaNNsEv\r\n+iXjBk0yJv3dNp9RCvR/70qSgdykAuXswe0=\r\n=g9jP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"8dde3144397cac60585c109ccd7f8d8e570c8b2d","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20221010113640_1665403298793_0.7722400669987992","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"@shopify/hydrogen","version":"1.5.0","license":"MIT","_id":"@shopify/hydrogen@1.5.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"49ad6e460a8226267ffc4fada6508421e1c382e4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.5.0.tgz","fileCount":624,"integrity":"sha512-4IjXME9O9CDDxLIhyA9rkH8MFCGkXEQrTcs3iqg54RX19h5uPO1O/EQngXw/dqp/1RDGhgaD0zB3iNNI0Yao4g==","signatures":[{"sig":"MEQCIHhwfDozp6YHXjCHxwDnwArnPP7zQgY2BHkUeToPJyF/AiAwI6zKzPripQjpbyTTNpxaIQy52qkjXoj0omD40Cc/xw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1430519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRTDhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrHw/+MSz2cxSE6J118SCg/lcSgMeMv4fcYVStPcxNiuHzO8Mc+a81\r\nTE0z5BML8JEV4HckjmFgGCONLC0DWhYIAB1K16ul5oKHA14GTdX6J8eFolPl\r\n0FM/E5JGK+pvHn9f9a5WBQfIihB9uFk1bL9kfEAWC5VhEuQ0bpZ5uhgf1EZj\r\njBdCOgzh2x/JAhZhk280jNLEGaE59pxL5He4038c2IC50TzT/cw25BpydMhA\r\ndeAfjpyrdU8wyTiW/r+15NYYzDgQCwwK/JRBYdSXjAFayDWEmDg0moyrhs4X\r\nMRI5PZQQVxDr/EtaYMGNZl2HO2ZZXM5jzdXg7ZmlltgyB6rLGHZ6QWWj/k6w\r\n2Jmg60QgXQdBYZet09wvyhd7xwEP8KrRwFSgDmsIYwQBc4Xtw6ZCeYNjdZEo\r\nlQS+gp8ddH8qSfgEBX9GBhitH51ClPJ6Q6v8zR1kKFbRd5Mv79QScBWMR09N\r\n0cc19eR7GOeWvgbvU2jJkKhvzBX4ujDnmduSZscvST8Gy9+B3eKWt/z6bdQZ\r\nEZGg0+XprFvXhJ1YWoyiYkxnFZNG3/OKsqvpJrrQqgSzM4BEh7a8sjBoJa82\r\nhtCOyvdgy4Vy+JgTmHLHTLauyP4JYrpXlYXDz7SkLBhdEpc07ZVXCc911SCe\r\ng6d95zwoeNl3DYk+CjeMf/N+xa6zTRjg9jo=\r\n=NcpC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"4838a953c30e2925ef830074e943126a7c7728a5","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.5.0_1665478881488_0.4908868974906999","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20221018213801":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20221018213801","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20221018213801","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9dc1a87fb6a64d47cf4965a31fb528bba228b42b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20221018213801.tgz","fileCount":626,"integrity":"sha512-4Vwxb8AIbsz3RiVvDgCjobKRzUxk4gat9+jJwN17tKDz3ISjJuR6cJFXyNt0BjtamRXkRMn7cPJdj9hDBk3Rag==","signatures":[{"sig":"MEYCIQDOfCSsLHPUfEJhCw3LRiEb0nb0bCRBvmTtRo5WNP7wpgIhAN38HhHYbzoVf1eH0hMLsRW2drSfLzteJYKFknGKrEJ+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1418832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTx3lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpirg/+KPaTBiwyvgXJQljX70WO7dQJ9MQtU62V6UrGtsE28dIg/huG\r\ntDOp7jEi3psrtmbD8mMQFVycIdcus2fvQWq+DD2DmyImAMeJMLVUJYLIRu5n\r\nlpsVfVWY50VGAscV9hD5l6CKJRRIr+9hH3Q0CwlhvDaBR5HSzPlRGunh/jFU\r\nmPDnRsugp+FDfkhNJa+pjeljI0n2uWJQNWXyve4Ra3V8rOkqfI4YiK9Fuo06\r\nYjMqTYYBuPCnQfFiQ+iNf7PObG9oie2KLx4d4J5UH5PIpLLbfDErC3Ky9oeu\r\nWgOu6T/4iKl2ATGv90Irdmz787mI7F4nmpvyOLcgdOYBggbrkJ/Qu/xrOXLn\r\n02S7DCcVeE400bDHdbhjqhr1TK2YalMD1hS9ECLvpFJdaIlJeB3KrTIRNtbQ\r\nBHGziRfq8Oh7z+PTrPOiO/e+B48FQWqti6eQzB1IwaIEVR2xVo6kNTp8/RD3\r\nDbrwmjnIQSIfc/3Tpe9bbm2WEQJyJhBH0tzfAT0cGM9BP5y/ZCliykJR1he4\r\nGAOoA9yq5/XLraf0vZayLxMmzbJxfuqx+tvomfFpLcJYELSsqXrbT4r/0s/2\r\nFIo2B+vVSm38bXaz4aaXuIzvNML3uutY5T4d+V8MxDBdn3tdUQDQTSLwf7e8\r\ngQ2ICQG0+Ha9UmoKqwIK6hTNUpY4cMbYMmQ=\r\n=QoJu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"a816c7daeb87b1cee154931d640862f122e8cb95","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20221018213801_1666129381316_0.30506985466245395","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"@shopify/hydrogen","version":"1.6.0","license":"MIT","_id":"@shopify/hydrogen@1.6.0","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"1a4742c49983d151a79872ec627d2aee0757910a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.6.0.tgz","fileCount":626,"integrity":"sha512-8yM1slP/z+GVqIBwa1frBsr5ifWkbxLAFIupOlSaETpppcV+4NM+EVkb64CSJcY+uHfS3HC+HapUsSBY8ycQ8Q==","signatures":[{"sig":"MEUCIQCi/bRvRbC6vRYOxRDsTY7Tm2+iX25Y/DV+B+737zDW4gIgNGmVDV0i4FgmmyYzPPX2Z4n6yMbMnQaDEiI7bCvdxHo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1418934,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUEJMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrP7A//YGHwzmVxNcfDsncFTVWPwEAHAJO2f8KIZhl5I/fCOtWIaxXB\r\nOuBXyLAHP5XywhfuphgfXGARW6iG2Iqa2PgIlFTqVAIv56WbLtSHTLi8nwep\r\n0w4IycBp3Lme4S6BxX7mkq4nF6q9FqSN10jiV5HzQPTT/uX4Touo95AQ9k/+\r\nAmAphR2VKDOc5VeHAJQ3FYyl4Yxs9XAPtRf0Gq17GnDs91362pXbKNl7XqVb\r\nvb5kY4Rs3wiQNU+MwgDxMIFvn322/tEVPmzUIpNXh4j19S6kBRaLFM7H4y3M\r\n0UHUzc42WgI0fCqY5mpd2mbsDXIMFvCNN4Wwx4i7B+b6HpE/pAeYC0itMtcK\r\nLMgC6GQ+7AyQRV7YwhpYM8OjRmJyrglrtt0tVH3Cot7Wqv8b1Isiex28MNLW\r\nX1vqq6Spv+K+ylGKZz8lU+dKTOuw6ajrevwiJDYOPh9uSwnQqb6bOEAFxRdb\r\nXFApf0rCJ6Zgk/ktGxQZpIrA99/Lcn2XJllzr7VvpvQPXWviDLzFQGr7L7Nu\r\n47TQ3hLO30So9m2/PNcbKQPkOUd0Jdlr2EXZD/sGo2n5qFxEpLuH4AAJ2t1q\r\nJbQ7oX5EHJxmuG1Wa7aWQnyYJGm5qLagBQLyDlAqC7r3T6Kv5XEY2tBJfnsy\r\nXeQnBRnzSmq0SIFBVU1dZwjZEkc1S6ZkTtk=\r\n=hem3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"c9d75c28fd6aa05ed35b56e8380847e9add5be39","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.6.0_1666204236224_0.8330872470269064","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20221025184121":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20221025184121","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20221025184121","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"64175a69c0b8791909b8f9a03899d4e0ba8aaa37","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20221025184121.tgz","fileCount":626,"integrity":"sha512-noJ1ryIu+xeiiEffAsnrq2bfUbp+Ht+EcbUYBipJP7mrIEshMbFQ8dfy6d6LZQJJbEQa0rv+6rSY+qgtjbX0uA==","signatures":[{"sig":"MEUCIQCQEbTIvmW4CLq37rgDh1zwSP/JbQSdnmGDk7MUtaRVFAIgKT4h+NY++59x3YcLu4C7GxNYt4J9Sn2A6236F3rN1EM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWC+/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJIQ//UWtBBlbPz064CasiSKc8NQk9/hN0WO0AHwz/Hl8GG+YEGTWG\r\nAs5odKSR5L0L/b1Qq3UE1494Gy44nPdFnR5e6KHBL0xLYffhyPtPumPcj+Sc\r\nHhExHFrW5jyfODGW+7lJ+B4C1bamqUePs5zNm67a8AsR4MqOj2ouxxyP3rJo\r\nRLjbFp0HZUGHTBu8yyMSKoHdYOFcw8+6a3KBqEA+rI7lOdD+k76vc0xFOITT\r\nKxFRgb8VVf7xJWKK8Jj4yDFk0Staf8hTLGSHaLOoa5q5StOMFS5u/SBe0hUv\r\nZpG6KOdsDqPpSDUR4zVqBqifJwDqQ9MClrta2b+NJ6vLDkGuQ4ng995XUkud\r\n3zyNc7q6D1U1MfroxKm5WURN0RJguPTVPu8Ky78lJIHs0mIyE0ap7n4LNbvP\r\nVPxiH9KCePVhFV/qiu6qSl3AJYgyl0jORLlw+UWPV4VL6evPYpOB4Z5ChQ5b\r\nHL4u8OLAzetM3pXTgLxngvmjNRP6j9mWAATWAG8RpHnMh6R3FZjF0xTpqd3O\r\nNLT1fID+8mr2Vx9L7euI3S9AqAKPupvqZ479XWkeQGBPJQ4UuWkn7Q5q1EID\r\naBF4uBLsa8sZPFTyOOuBi3alX4BpuCSdz1bECIL06xQy3UnFF2lg0Pp+w/KI\r\nqgxP7bcctthcrnpHlCYUSyCn/YqTU8S9zlo=\r\n=iuiq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"ddab30be998f0592e35ea6a5cf571d73afbc67b7","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20221025184121_1666723775403_0.6682465759053864","host":"s3://npm-registry-packages"}},"1.6.1":{"name":"@shopify/hydrogen","version":"1.6.1","license":"MIT","_id":"@shopify/hydrogen@1.6.1","maintainers":[{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"694993e1166c557890c407a3a144c3ca93b0c44a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.6.1.tgz","fileCount":626,"integrity":"sha512-3MkxUjxuQT3IzSBVn5ag2/EnswKQ3lFvSzRccX4IWREBrt2jgnMeez4TXyMKgX1QF4kpnAfLUplUJ6Qgjc3/Bg==","signatures":[{"sig":"MEYCIQD5sDXQHbV9VerbEPlDccONjuq7do7GFbRWSbtfeD6JPQIhAPrADA0aXweNRwOcs6UUcs/Ml9PdR14HVIN+pEztUimr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1419157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWD3iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmon6w//anqqyIiLN9AqzDvi3v/hBKhBMixIDPTp/LdtkyXpeO+k7iPX\r\nGXcSnsmoG3zBu1zKioanVm4s3cEvmJvbYNj+LxOf5tqop8u+Z5fhgNE18xc4\r\nju5+WN+enqFMWZ1QHIZoPTlVUfESXKxilhKHyARZk6SIKyal5YHNeGqrMBie\r\nkXHYygHgYDHzj7TYeFaqnD9Q0IseUUL1CHQtSodviPA5zMxq5/BQaB0ivoPh\r\nqP5E+O+xCV1RycjqsncDBki3Pi4m1mm2j6m7z0iVGx9subc2jwNDtikHrBvy\r\nUkzGxbGrhaVRUVSCNeAkLioY+frWjObmF3lQSBGRzsTVXA0IpiCDBkL90Kkf\r\nH8K6eaxp7X+lYJ/Mc0V8/V6le5qcBQiN7YsJ5kYpm1T//9kqio+XYbTT96Kl\r\nTxhwa2RiV3aTc17dAHZUGpbR+PAi9v8HysQVXDGEfReJmskbBxid3MjoxnZB\r\nDv69e1gkjahXfBPi/LU6CZIxAn6LqBu8jpw6X+8pin+nPIboYHBykxqTdi/k\r\ndj+MwxgoDfHX8PbX/jUYI1H696o0AFxl9HiloPbIlMwsCcdjsI09Ey4wEomY\r\nKVaS7WzahEVax10fLcp/JtfyE4uJI+QT4CAUz10EY2clbYVfoh3X3UxQ6IiI\r\nUr8UJEzbPRUqm2nuH1ZrKTdTDxIPEj5nY5s=\r\n=/0OD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"dc9031545a3e16b60c873540d7537c52ba8bbd1a","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.15.0","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.17.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.6.1_1666727393725_0.41383451349516487","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20221110141506":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20221110141506","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20221110141506","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9c38c1bbb829528e181936cabe5966f842a8dab3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20221110141506.tgz","fileCount":626,"integrity":"sha512-EtGjnwoto1O+NLmSfhk7Mhu3byoCnFUgUYXKgcJy84NP1ywPyZ+WLnOlksJy9nHbCnhX+bv5rFUIf5uJDx/HcQ==","signatures":[{"sig":"MEQCIA8roo3X0AAGoPqZOd806AdQLdYHOajH6gub08Lta8JKAiAGIrc9HT1m2CJhQ8xgmPpS3/X52vrMOQSu0WQcniXyLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1420392,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbQgTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpatQ/+MsnIGt4e9l+U4YsiuNgf5GlCl2aUTk8CJKbardD/HfLmzpnC\r\nMDl6Kxz2pIYfDfpDOaYbsBBlaQ74AsYwZsxPnAWjnFpERm8RbMH6NNxAJ7fX\r\n8VYag7a48W9DKc4QwEKjFqLw/NgBn11foQtIbbJ7Ux7kMndsNBcmKjPIMSFA\r\nBd249Zb5D5TnaHRL6ePdvYA98rnYY08nCThNqsY7dAtqSXdRdYEtBdEXCgLp\r\nrrEPXjE9NuxB2765gguXnu0caKv9Phy/OYkjIN1fzp8PGW9PyKR+PB+v1s7B\r\nj5b0NwqHAo8M8bayRxTzjWV/p2+Ft/Ny9U8w+VgM+Ii1DNXexYnFr7Zs+iET\r\nw1bKXCe6X4dWEqW0ZkqnsYbGs/eQZnYvriAeTGrFHd1H9XoktLkDyFTyZPHE\r\nteAWkgopGiYGHWzbVmNwHcSMN0frQWE2bJAaNhNG81Eehi1p/ZCWUsXbe0WI\r\nuE7xNoDpu8L/IU/C3VcK9gR+q3tcj8P9M0osvOmbAyJMYRjstdi0fz86zYz3\r\nRtjXHWNmj3lBSTAT6f122G0cF6lDpWYPanH1x6IkuZYvTkJzAB7Lc3eHAr+n\r\ny28YpJ9DMi/T4usUOLwhOHP9NsH4ogCSSV/snPDsSw0Jp08+kkCQYdw/4oDi\r\nbxwao8Pt6o7ufc2HWhMWGyqVG6tdFUtQEEA=\r\n=GHeU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"d1f9dcc2ed782b54c53f2d07034109604c2bbe07","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.2","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.18.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20221110141506_1668089874739_0.9186709982183148","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20221114214040":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20221114214040","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20221114214040","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c6384fbf49a5e0f210ea7e9f13cc6927d4a82275","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20221114214040.tgz","fileCount":626,"integrity":"sha512-FbRJWbIVZDQdjutXYw5eB5eA0rpKlSXFM4fv7yUJJSw9bByE1wqWDkfXd4ear5Z6CAtk9xA8T/NoTn0HCoITLw==","signatures":[{"sig":"MEUCIGY0KW0lyxtzeJ/5QLdmd2ExRHkIal/QH1P0fvlmxMgcAiEAkgp7HoIMey+3Ji+YVqQ4xlSN6kVYQMWxa+ETzOOYBrI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1420916,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcrgnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqI0Q/+LTyuxCs+8Fn6WSqzwhUv90qqkMM+l6liM2arP9tajOTSV/rR\r\nwGcpTfLDljglRS7iw8Vd/Cbil4r8+7P//iiGm2JC8xBGGuRwgbNS2/YqfJqw\r\nbiU4MmOQrW81W8rjZMHYKdILWK1z3CZBN8GIEzNGz9aimSDRkZP2hWROcIrW\r\noBkebTxMvl00Wm+4UDHxeHwDt3aCAV7q8lpU7dpSylkF8IVImr8rIdjOIM9i\r\njdI/nDcfgydU6GeSkoXJCaw9V58eZPo+//qYtj5LydroRAUZL2n/L+i32K9k\r\nFvZgkue7yAojzJSinjTwpMK0rxqfej4iLmIedTVJ+UealcfPkVpPMI61jWeV\r\nqv/nEqJnYcwp1o0EZ6P+2A+vwLPyfedqsXpMbRb/PZnMg4k8GESRCcaO5JEA\r\nDcTOMUcqNgJNaH2ZzBmVqD1viOvH6qL7sYqAAVNE8oGC6wPTgfmbNFZiESjw\r\nIC4p1igf+QBokXyu1N6wLTzhAbmS8fw9fea/nbFAy+nkd8ImS5j2O0ELQaX/\r\njTvCzSFMpzMeHymjPN0KjUs2vO7Eu7G8rGthqOgb1lgFYCAzlWALbiYqxqX0\r\n1XYHIPqFFv24CkBbvFDVAy5ZnnHcnBGlRFeW6y8xUD/V4csv1P9UdL1Bkn8e\r\nS5Wz1i5wrFj1Ym8iywit0f0EwQ5biquAM2M=\r\n=pnUd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"aa7dd1f91ce93c230ccfe1df32dd53565076b700","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.2","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.18.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20221114214040_1668462631187_0.8975599558358538","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20221115152749":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20221115152749","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20221115152749","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d1c97a0a7b8bd77efdb5ed9be3f3c42968a82753","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20221115152749.tgz","fileCount":626,"integrity":"sha512-9fQeHrQc7NjW1N8d1voiNdO9DxTSXX69tLPmtpjU73h6TNElKinz6jEB3GsodeZEJ8p0altpPya5dh89O4dtiQ==","signatures":[{"sig":"MEUCIQC/lfzIYTdPbPdO7D7aPVsIMRUdcEg8sYdsUN1fJr+tKgIgWVjRCxo72n27rY3AlzhepIE+YwgjSRtu1DqVq5DN2g0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1421122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc7CgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNDg/+KOy2/H9nlpEVLQ3tGl3wBvWf3pXbz6vCttUpYTovBrLKIOnR\r\nue13uVV7vabV7GGNenygllul8lJa6qENAqtHYanX6bKplB0fXcuX5924eNYP\r\nZnx/kkMQ3vmNNiE3taP1yhkAapwASvjkyTVbNJg2mbdq5UNkSOY0QfK5s+6p\r\nSJJWn2R5ZQzCyhTEDjdjenAPXGBGGDsVpA7FOl6sJFUanjO1zWDPdpvxGWp7\r\nZp530buqAyd/nwtnr6/apCrH3KeXqirYufGlZzfSVnLXDzls6pGOnlDY8/1J\r\nzW7wVz7uuUyps4kJNQP7/jzmdZrZY1ixVMcHA04CmwZTF87dRya+vNr0A5Rs\r\ngKf67AAwL7O7pzBj1kmUk17XG5sywHcwNzvMgsDfCcsyTpnXX3c6EIKgp6b4\r\nPfd/sknIjRHVw76um6mIzPyu7Hk9GwkcwThCVlgrMD2UliQfDEM2lZfSaRhH\r\nCkiK7p3Wlrbn+TTUxoPzjfVwjiFCyYIaNuqbEIv8wzlDGDtiyGdStC97l67T\r\nLXYRnVa0lfH8divskUH/8M66KDy7KQLJe2DDFl3WUwGzTkxWWHIBjNkB3cRK\r\nn80nSx8R3C5Eh6RdufY/+dk744zfFWIG2cfn78rofh7c8AkAGV0nkbxdhYSv\r\nKACmNrZacTs8AOEZV0C5oVzt8T9JVgrjGVE=\r\n=EjtD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"c8a2560c4d6f4f0220d4b9730418e53cae3aa4bf","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.2","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.18.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20221115152749_1668526240559_0.913207409810292","host":"s3://npm-registry-packages"}},"1.6.2":{"name":"@shopify/hydrogen","version":"1.6.2","license":"MIT","_id":"@shopify/hydrogen@1.6.2","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a4d40d3164817b34eb16760df9bf5bdbbc8adb8b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.6.2.tgz","fileCount":626,"integrity":"sha512-EJ/fftSmRc7WjqGAyehN/NA5veloyVm2oz023rDQz1sKQ/Ax+dmBMQyUvK20pXTxuSnMIcADCwnxJ/NU3HXgyg==","signatures":[{"sig":"MEYCIQDa0gNzZOfqhFfK0LzIgLLm2fVO6BFZB5Z4YeJ/Zp48zgIhAKNNArQmurWAl9Mtw60dMGEeXpCPI9l5wBHusxqeG1cB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1421098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc+6AACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUiBAAhePXlOA/pAO/feqZb/5Pv4fG1+B7xoZA/WNerYa7itX4W+T7\r\nVgva1HxMuu7ubmAi9HZ7ARS9/Wz7PhCf3yibt2Sfl5tZDMi6EdnC2ctHBJTs\r\n03TbDt5+pcRvVqEOR7JJF3GkqyEsviFV8SVK40wrilEa9FDsmqw88YxMKxyS\r\nDaw0geHVrIhIqdzHjN3Vyb/XFAR4jfnlhhZ1x2baDlyeyHC91nblsT4qLrnF\r\na4ETQ1GJRu8EKFpegMLBKtESB/cT80R27AMmEqD/hMlDIX4UKn6yI2EGYd+h\r\n74iHG3r709oE0ANLJIRev7h6jo+EPq13YVTlymU1ulHc+eUalffKYzBfurVX\r\nx0RYJvM1nfpDUdBEOe+XTdAJoIEF02v3p0mBb11rtqr+8q/yy8nsYwPl6mOz\r\nxHzgoJPY8gNKNoll9SIswLusxbpUkNOckV4S39BqE5/Ri3xvGb8xQKjG9Wik\r\neCxbBb6CkoKuEL1Q7jGOCmNPJWNcDhecxAlL+VDD3vpgS4d02oCn8lpvTtXO\r\n9fgcE59rkH6MgfE4DQcn1VUcxkeMJoOhnyeuhJZReHEbvXDHPw4JU9GrQ0eD\r\n1n6tneg31KhW/iBM7b/l5xYiyJv55cOqMqCAfogCEStbDuJ07UDgQunI4wtA\r\nYe2mjE35vKVq7CBd/jyI78rEUxwql4eXAgE=\r\n=FOu1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"e98a65b77af6ad21c02abe763ee923aca361f2a9","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.2","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.18.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.6.2_1668542080336_0.6930087296230838","host":"s3://npm-registry-packages"}},"1.6.3":{"name":"@shopify/hydrogen","version":"1.6.3","license":"MIT","_id":"@shopify/hydrogen@1.6.3","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"aefd09e024da0c9fa90cd27eed069daa44e46c51","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.6.3.tgz","fileCount":626,"integrity":"sha512-jGQIZtbJgLuG5RCVVVhWdH5NKQ6K4YdtmnGKYUqizbxjYWgl783qyWGBWK2bn99xseDmvEZFWWDdhZ5bhqMD8w==","signatures":[{"sig":"MEYCIQDz0Ve+GHMB5wvhOHPyg/RZGbaXHWlquTie+vvKHxzU2AIhAMDDlAKwHaZAFcFV0xyoQhJiHUgjrRoRgVH/dosQPS6r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1420967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjd/QLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqpdQ//W3YCwtZsAGMMggFOPug5Tg4tS6n+p3n0viphl3Fob6SkdER/\r\nrp+aGdevgU0Xu8WvlVcBJjfaanRBOjwUpE3CA4Bh7TU0jbif+HVjU9CeDsdO\r\nzi6O1v6C7LcueTOWVe19ETEolHxsne+rWfaezUqksLo4O3/KWfPKhGn5Sy8E\r\nSiixKd6amFBLSRRcbpkGjuYzQX0T2cLY57gDGEteXSbnPnxfxaABiQc92IFX\r\nbKe1uIN9gt2fWZYzOFdwYouVCYN+ti14t9OlAgL9OFU6+8ZtrUyFosukV4rk\r\nJUgzkaWAWfpeStkF0ADwtkv4dZ9y6zV7sdUyzbLomPWmWU53oN+KHSqNto8c\r\nAODJUoujFAo3WQJ77piJX3Rab1mJt8ij86xM1Qa/kZNv2FCJBvBzLzZOO3ST\r\n6vVIC/0iWa/vdN06/n5X7k+eItWQAlcrdLwlut4+KiaKdXbj8Kig+thDUQRs\r\n4qrCqJi6xNAXRZ3ckcHSvCCK0FU/nykGhasncv0wXgCPXPX+VWt46lykKkUb\r\nsoH/QtVhbxztXfo58PZWciad2zLwbNMjnYDtrHvB7sMOWBgkTFKqR2KHoVw0\r\nsXOILVL+KQIfk9FB3DJb3gI2uMIAVPf68vgLDvgT0E239Up5fa2nO4xdzzOV\r\nY2Z3LreeKkjx3Rgg5fj/06o6mU+0zUmRP2I=\r\n=+vsc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"25ca56847897e13610f53a85304320c6741cfbeb","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.2","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.18.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.6.3_1668805643668_0.7278573308549439","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20221206204856":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20221206204856","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20221206204856","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0bd6ec1a4b642d061f19fe959669ff7e66f14acf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20221206204856.tgz","fileCount":626,"integrity":"sha512-DCc4A1FfBJfbVSuk23qIjBJJzVf1Dp2CefZKnEfoCosu2bVs8QyCpKowRaLTKG6FMJ1/puGaIhVHtcZGNvpj3A==","signatures":[{"sig":"MEQCIDnNo5OaHrOV4xbG50n10G/jL2oGC56FAwb2Q8oHqULxAiAgVi4suSDP4t7Cq1w0sh7f7FoErAGm+kxmCInm4g7x0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1417908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj6tmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoa1RAAgm+snl6gd1jjeMt9J76rcOX4v5WVzTu8E9alaXqSW5LALZbl\r\nDuavW35/5usY7Qwr/0O7vQq3PKEYFIi5MsU5MgL/+h0rK00BPrBhB/Mi0J5b\r\nizjafg6zq4ySfqhM/+vKlhwU7nH9BzfxErigiJ9s4EGxjsPGwqe7wB7Qdrw1\r\nFewNddihA4wewxqnYobLJJkLWBJKQc9vJpWqkynU6qntOeyS3uogmZxrlT20\r\nlWqZ8YVv/1McUWIU/V0HGOoUUQyXsy5xY1Q7XfzYEJdTwxjL7nIols1+68b3\r\njtAu6Vy1SgN0XdmcA6IEDSb//GnodDD4OyBTx9UQwE7P961kX1wmF5HMbEHj\r\nqmpmvt/EJ4nffSS3PCzt2cKCc4DSUi1+L0uQMvxS74OQ/hE1PwFu3PWitzI9\r\nniAQnoDmFRou9LPpU12zIcpODfiGwZeGgW8wzKx/wJgd5YMzHi5SY6I2Fsng\r\njcncGB4sfNb/I9mcPpLIo7CWFgn7o5MtXDgptgyxMFwLxNL0FSdE9bPrPm4J\r\nCrmkibDpVSUPAY7Izd8rn0atqfhiOYCZmpjPApqAkyXTigqZvvnXS/ba9zRF\r\nZ0iYCzG3lEWPLn1+eF8YjW0a5BPjbFIS5wjeUGgORJcZZJXh39Akxu9T6pqz\r\nZgTqfePFwyoH0UEMM8a0+QzL3Yx+LFt42vk=\r\n=LbDo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"0f745b8bf9c243216d24d299e227c8a0893cfefd","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.2","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.18.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20221206204856_1670359910588_0.8844656694276312","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20221207192415":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20221207192415","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20221207192415","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"46ad94491effd68fba1f68d7568bbdf6abe1a7d1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20221207192415.tgz","fileCount":626,"integrity":"sha512-qBDIKt9k06wJAK4uqTVm2ot7h4UnHG//DLxBSm6q2zvsPL4mS2VhPovpfYWSPZZAcqCTc9cx4HiEhTadyr1IzA==","signatures":[{"sig":"MEUCIASFKqB5AFJiG4yvKjXfasXOiqpBJgLsDw0HT/2lnF93AiEA+o2sD/CsGyHrWj4Pq56f/MH32qTbFz8sDoGomD3oznQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1417944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkOkeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrwSA//Zw27iav8mtT1Xizzxsxu/JwyPe2DYdmkSR4otC3PGZPWlDZY\r\nkyrE5PjUAs1UbNWOT5yjN5rOgh+EodE5duhbZqaVEIghYzoKE0Ro2sZQsogb\r\ns8q2SPzTP6AETdkttmcVYDtfKFb91+SvYUhWtfWJG00CdQWGTkoif0zZ6NDO\r\nnuDiJfnUDsXmuzP2Lbg3U2kUTy9LneGhuOPqHA7Vup0IUhX9+z8qAbscpWEL\r\nSy5UN9BiUjxJSZTwDZA4G2vCmUP4K+ocfK2qSHM5uMTbj+QehteofgiSQYEQ\r\ncl2a99XUI6hN5a08IZmOUNnomPAm/9HJytaK+IGjYChxltidrK9QQXxagI3f\r\nKkUVEFdv7y67SFP1MlPWd/YTSsymgW8QFLRJFrdjBnvUaadoM7wTBpAe3s9U\r\noAKJXcn+3zzyZXMq3A5x/DDefR6O1QoJu1CYJlvwzhm0sxmiQY0X1xunUjZn\r\nnGNDVnKv8CoJHKsvA4FuVeEq1fh66tTRFc+7IjLDRpfitwfLsz5fYLPzUVGk\r\nGRI46ylvgR5HeVpDpUNkLo0WQBYEvPde+EXa2oDj1ByM/hQwWdNqRrjLczQY\r\nsAADE/7viXrmTPCDKKhFtBKeyIb2leSzhmmWvxCpiWSPSL2+9uNGTOERvRLc\r\nCa5VKECZXbGVPOJmrfcluQF2tSxFMTdlBl0=\r\n=UJmo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"a1a3f78a29630d6f0fa8db9298065767ea306bee","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.2","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.18.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20221207192415_1670441246371_0.3611761542180558","host":"s3://npm-registry-packages"}},"1.6.4":{"name":"@shopify/hydrogen","version":"1.6.4","license":"MIT","_id":"@shopify/hydrogen@1.6.4","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f92e70508250efd50bff9228e7b994df6edfadb9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.6.4.tgz","fileCount":626,"integrity":"sha512-2nMx9eqJ7cN7C4AzR/SjpfSIe9QfpcwLis2CMg+qVxj+c0BlT7lCwNnd1tt+jigTjNv59x0dQkaZpqdmGD0fwA==","signatures":[{"sig":"MEUCIHSUC+YytuS9gVQt+otsa7w7Gl9NCkGy5R12EY0si3SwAiEAjTpftQlqg3BIdlvQW+GEFGs84AwKuQoMdpW2dyZPmVY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1417920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkOtxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqwCQ//U0cdn6wuh7JpFPWVf+Su9ec/BqCY6LYKVxDIwW65oAekun7O\r\nRL/mA8jKlytofFqGg/JOALX+1JX7iHW8qXFHu5jJl3RGjj2wJpUwaD/c0wJh\r\nuNchI3ggE5B9Cbkr1IDLEUtpmtQkVjFvxfgMl9BJcowltTeB/IgSIAYmmI+f\r\nWaX634UQow9GfTExLYkfhC4RefsL5euHk0W7AtMVHph7y+OHKlcOW2eQsnTP\r\nt+hnpmsM/9qQf2JDTUS035Ys/lVDI3ELbeD4xvqzcmP5MQeHg9SSh6S43gKN\r\nI1inFKPdoyo3NTarRGcgoKxwET9FlwCjDUywnvG+JJ7503XtMbBqY4x7pk44\r\nB6uiEBNwgPlTtRCjkLMEfmcDSc1MBCscn9rmL/xvUFv7i4Uz3AJPnWMdQzxb\r\ngv/+E3f1YenS97tmJQhWUlQUTKFDDqcQUTDKcSHit39AasczZmdhEKD5lmvH\r\nbY0AWmoicXqCDtL2JB6xU77kzix4qDzNOM0RuxcrBNPLTSLF4CECyjxdpEUW\r\nTUY1b7/hPKZd1Y91hMftDMnPG6xRebxEZuLzIwJyUJyi21UhDuSBGfuZmz5+\r\nTluT5IY0B39H5tgDvF7dheeI9iPjkA2uaOuX+SuWAUWfw5ABBRAdZTrjAeJj\r\n9SHV9Q+rEf0DCDTrvv5l4KqKF2XZDt/SJ6g=\r\n=2EZ+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"ccce798eceb1b28793fd9968abb9a5e3b25a7692","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.2","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.18.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.6.4_1670441841244_0.8856650997113327","host":"s3://npm-registry-packages"}},"1.6.5":{"name":"@shopify/hydrogen","version":"1.6.5","license":"MIT","_id":"@shopify/hydrogen@1.6.5","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2fdc2ea970be8b014a564aea283ed98d72302ceb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.6.5.tgz","fileCount":626,"integrity":"sha512-9z9T3wLdE7ZUxpFHJkJFMEQOla3MsXEMjm/2RB+oVaGBuu61XL+rdPq0Z9IA4w1cGj8eTe+8d4/I+Z91nN3Jjw==","signatures":[{"sig":"MEQCIB4n1EG1RHqno0kOwbACbTezY/znsC70oSqQcte7N0uTAiB25sMNvqyjBtwTCuvYX6WP/Mcgx+s/TU+HgI2ClmkN3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1417941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmNOkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8/g/8D5PSHtqIBGZxWyTcoesOCXWTaaUozn8xhMIOQRHq5PI/9qDp\r\naDi/cKzdqTRTUhzmo2ZkZgVoE0O0PRDTpZgg1chuEEf9rKPLrYK6npnFXn8X\r\nqUZJIp3D5N8OYIfblilI6nxqQxWnfgwwQM6rKJgA3FuzG3U7KDF7V0t8s4c6\r\neCBdOQEGuf8QQDHsDhgXAUl07WvyGCeQkucmvZcUnjRQP/WYMEzSljj7ETLE\r\nmZpN/S2/ARoMFrdc9DKFMM3/XZWnesT/8T3CalBU74g9o3p6tIwgmPOuUGDG\r\nBmsUx+cylVPiEQjr2yUab9BacUHP1in1+NFWv00nQFxaRiXrqG/NgMZ5p2lo\r\nulGiqCBDhBKCmoLdgJbsUXAUqdbFKl5WAIesyLjKOTxhn691c9GtLfRNHv81\r\nX+pTVQ8cQrmmY59TWi9PT1ZWiT4KdCtXwb1K032RU7nn7hwrcJDUbe8Z5QBC\r\nFQhLaaAib5wMyFyMItC0pH6F8+U0ay+YaeypinkRt5ssJLiulgkCH+2Gcwhm\r\n6dWkYPfQhcxNojcu+svAMoZTFjGuyNpDfVd/2CpfMzH+r1u9SWNg91QYBCf2\r\nCgFoPZrGO7AR+1fZLN+onIY60ZWfKwzzu9RDSCFYV9cC2sCRq7jyLEQkOgAZ\r\nbpULXQPeEmiDXk4FevZX+KuymcR5aXde1ho=\r\n=IIJR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"550dac284947f0904c6e6f9e945895fe90f837bd","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.2","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.18.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.6.5_1670960035872_0.4772546860703375","host":"s3://npm-registry-packages"}},"2.0.0-alpha.1":{"name":"@shopify/hydrogen","version":"2.0.0-alpha.1","_id":"@shopify/hydrogen@2.0.0-alpha.1","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"eb5ab3760dbad9efd0221d66a839b6212d509d35","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2.0.0-alpha.1.tgz","fileCount":21,"integrity":"sha512-6crkl7g36ovs8ggOWZhW/L7tas7WgcRzFr9NxAeqcMp0pod1Rz93XNBjFL98JFppMwjHsFUEwu9AleoxatinlA==","signatures":[{"sig":"MEUCIQDPd9HKsbE44Jygjf50cEOkzPQtvpFBfkBpzRNkCq7OXwIgbSway5Z0H+OU7/Qq62zKWDJ+4jBz0yIAsyR7U4v0lkw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":258768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjme75ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTKA/9FQDzomPpNOQAwdlVqnB/R/EY7JBVdMpjmxYa9765Hs33lK57\r\nI2PDsgyEeDlmK8IntMaLeuD3kBIDSaMK1kS4IRj2APy6bsZRf53iRI4s/ZrA\r\ngTX12GkspzWCOsyNxzuV/qpisHO2jHt35jvw1qT0yayO6lMhU1GCiLyA6SV/\r\nsDAeaFZhhv0T4n40zUWI4hvyaA97aj+3B1Dij6IK1NB+e/Wv0fIfirFyHGmu\r\nQcnWwjxCryuinwLpAQ8NRinaHTLpSabmEak/HkgBq2+VjYrkC9n7GG9jh6wE\r\nPCegY8uwHLpd/db9ddeOcHInz50raK6E+bG7rYL/s+Blt6/0UygPO603ZJlN\r\nL/mx1Z1HCyv5jvavjo469bjx8Zjmevt84kTABSlSzd3VD57K4o1PnJtISOXC\r\ndZcECSQ6buXdp3OLJvDYqX4KtO1CAahGl1t2jNt2mU0Bu4FkWOBzXKy8XW5D\r\nbW5TfNIKxAuBlTME67nyRbeP6VJIMo8HKW8H0/cfliNh1jNtGsFHUgoVLWFi\r\nO09u0lhigqjxvJLBjPvTXynLlYXTZ+EgDyb53De1oBO+E53CWVeKxpj8R70u\r\nsHAyAW0adi+cUr7/Mzxx/MaIyKjaXNCHE+fjd7jUuMXWXKJaSim1eArKmR3m\r\nFrWEMXV9yMEe+aBlZz9djsYLIB1PaxTe5Os=\r\n=5dYl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./build":{"types":"./dist/build/index.d.ts","import":"./dist/build/index.js","default":"./dist/build/index.js","require":"./dist/build/index.cjs"},"./package.json":"./package.json"},"gitHead":"879da367d4651dfe82b4c110b782b00d157ccb97","scripts":{"dev":"tsup --watch --config ./tsup.config.ts","build":"tsup --clean --config ./tsup.config.ts","typecheck":"tsc --noEmit"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"8.19.2","directories":{},"sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"recursive-readdir":"^2.2.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"@shopify/hydrogen-react":"*","@types/recursive-readdir":"^2.2.1"},"peerDependencies":{"@remix-run/react":"*","@shopify/hydrogen-react":"*","@remix-run/server-runtime":"0.0.0-experimental-e18af792a"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2.0.0-alpha.1_1671032569558_0.27740636693188736","host":"s3://npm-registry-packages"}},"2.0.0-alpha.2":{"name":"@shopify/hydrogen","version":"2.0.0-alpha.2","_id":"@shopify/hydrogen@2.0.0-alpha.2","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bc6238f2ec0c1bb363cc24585e3ed94872944a26","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2.0.0-alpha.2.tgz","fileCount":11,"integrity":"sha512-TSFjfLENujstqgh6zTJjPZeaLlhPCQCSGfRbHDKs0ZgUE7/S+naHeprhjof+56caacmVXoRSByxcPUoLiolEjw==","signatures":[{"sig":"MEYCIQCyZPrr7ZSk3e08S30Kq8KtxKvEpkxdbKCo50O5yOtmvwIhAMGDSIc8poVUTdSBO99lqrdvMbSIB50MMx1QTOZDniaI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyBXFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoh8g/+Pq8jSpaexqp8sPvCjhd9qjVojt3yWcf4t/FvGcUPyLHq38/D\r\nU3J5/6RtA0OGL84zgJybcqDQuTKo68YVIRO1IChSaOHkIjcj5wtyOhS+iE+Z\r\nD6H8FCuKVmvceehlZ8TYEXEFWR6zMRWw5OgtuAy8VwvKMjbig0VFVBTJnwNP\r\nleq5lduzmqgkjRpgVyAdxWQjO/XnLDYF2Fc0U3wgLJefFDBwvQHos42a2MGv\r\nhxeNzmpTx59ywlBL3Ieeo5bq1q3zF4D6QOQdJhq3N9Y+5mhywrYi6n4mMBDF\r\nFtjhJSqkVHEYaI9mNSqxk0SFOg/SiEwr4SUfxR5472WMxI+hAueHLPTNx3cO\r\nPMyHUFBafx34Hf65VAInNHDBAt/CtbIAyLpUme98JLQWIYYEN98ZX3G2QrXa\r\nSHWujn5DoV+mXeKyQOL/AAUkl4QzeHTZSW2FvoGw/s2AWWt1nD0O5ylemcat\r\nWrsdcnbNh+d7BGywO58lMWghBxfmSdyr2b+QmAg2oi6rDOZCWwy2+dqCFGb3\r\ntFReQrnKZTr+WjNu/pCyhTgsfRI1JW5tc6bWSsdEUWbwWVtYEGl5VQJ73+Eq\r\ndOBupeQzkPnm5eKdHJeoU5TKKRcvScgjKKMSSG9IeCPqrrjOpMZVoYlXPwjH\r\nGYmsBW3ubAUeHTE4qva/FO+9v04C4JUXU/Q=\r\n=430S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./build":{"types":"./dist/build/index.d.ts","import":"./dist/build/index.js","default":"./dist/build/index.js","require":"./dist/build/index.cjs"},"./package.json":"./package.json"},"gitHead":"24d75c9ea33f006de9f3fd80c3d781179d7bf7b2","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","build":"tsup --clean --config ../../tsup.config.ts","typecheck":"tsc --noEmit"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"8.19.2","directories":{},"sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"recursive-readdir":"^2.2.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"@shopify/hydrogen-react":"*","@types/recursive-readdir":"^2.2.1"},"peerDependencies":{"@remix-run/react":"*","@shopify/hydrogen-react":"*","@remix-run/server-runtime":"0.0.0-experimental-e18af792a"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2.0.0-alpha.2_1674057157331_0.8637227863673624","host":"s3://npm-registry-packages"}},"2.0.0-alpha.3":{"name":"@shopify/hydrogen","version":"2.0.0-alpha.3","_id":"@shopify/hydrogen@2.0.0-alpha.3","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fb7ebe3c85f11839280c2f773d4571ffec228261","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2.0.0-alpha.3.tgz","fileCount":11,"integrity":"sha512-aMNV77PLiSt1AESgrDTE+eRTxze6HmMgiG5QUwa8Q2b9QeJ4SpBJhVebg46Bj81tCtiO9ov48MsQexCEqEzypQ==","signatures":[{"sig":"MEUCIBlO0mHmq2rW/pY3MJhW+gO8JpexEaROKL91j56hs+EvAiEAhsXb0YGqtQdMgyAwQ3BqfYOCeHMw8u1DCgtheGPx6GU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234585,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyYuDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWlw//b/RvOcGo9TobI58nRIYtfbMciQlfXhcTuJ4GP/M3EHz18OyX\r\nTYwzrNekW1G+dZSCx+Ovfu5/fTlPaG8z53uNVjBUajCq6my6ekOndon0E/Re\r\nCJP94MAx681qELtL4NMmG7GAgC9Y/eIugDQFJioci9obEVN1X+Cgs1aS5aq2\r\nS0a7Orpt2JuIvlrFcYTlUSeij+uX/2SWr8VVCQ7AFJBNQuI+3G3We0HRRVh5\r\nIrBcmIqdPm6du04GeYxG7pnCdxGguPUx8YvgeGIaZKHPTRsa+9WeG5mKUx6q\r\nGeTpd7UUICwFfFYxr99Vo1z84tI2mTzjci0HuqtPKzrH9h/ok3yFdBuVpiq4\r\nbCYQjOfsdAZTQZzMU7SfIFq2qcwn4oBFBbXyrBL7ALZeBqIvGR2neiXB8/G1\r\nGswpCEp/xg8co1Eu6pj45DQLQI244egZAJWmK4AybbV1FaM2nLX6Svgnbx3G\r\ne1QABp68fYddGv1TLRu/xZqftter/ogbd0+kHG2dyyfwQjzJpBcy6GsqGcSZ\r\n81iX0khlNU7qfLj/A35CRtn5umFwU/Az8CpiSTnRP/y/J4aBKlQuotcQui0H\r\nztlUCruF8AUc7FuT9NYtc2kBoaxMWiaq+6qZn45rcnd+5nNgz+wYWuZTvXe6\r\nfunpWdvlYnmEM3tKHdacXtChR/oO4Cw0u2M=\r\n=e/wJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./build":{"types":"./dist/build/index.d.ts","import":"./dist/build/index.js","default":"./dist/build/index.js","require":"./dist/build/index.cjs"},"./package.json":"./package.json"},"gitHead":"1d83fdc147d1b3fee4d8cbf877d634ce4a1ccebb","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","build":"tsup --clean --config ../../tsup.config.ts","typecheck":"tsc --noEmit"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"8.19.2","directories":{},"sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"recursive-readdir":"^2.2.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"@types/recursive-readdir":"^2.2.1","@shopify/storefront-kit-react":"*"},"peerDependencies":{"@remix-run/react":"*","@remix-run/server-runtime":"1.11.0","@shopify/storefront-kit-react":"*"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2.0.0-alpha.3_1674152835248_0.7515999125164989","host":"s3://npm-registry-packages"}},"0.0.0-unstable-20230120200930":{"name":"@shopify/hydrogen","version":"0.0.0-unstable-20230120200930","license":"MIT","_id":"@shopify/hydrogen@0.0.0-unstable-20230120200930","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f7857eca18ad807c4ea48d1a07f6981128721025","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-unstable-20230120200930.tgz","fileCount":626,"integrity":"sha512-UhUEhOJ69KKfb58SvCfiW5O4r5f1CJrntKsmvrd7JKeYKFmKn8gg3f8RfMkpJqWlapOF3IARlz61iOxUwi4SdA==","signatures":[{"sig":"MEUCIQD95WGP1rcIc943pTKt+X316FMnPWD09GfPHO5by6/3nAIgWWc/FtCMp2uBzcbUIo97ujpzQhXwfGyq5ViGMrHV9Y8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1418160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyvWeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoeeg/8CoA2gVvwuKCcuKe7PzRuRboTaYyvUhObtvpnfwB05h+MWBf9\r\nRW+rSOTPzHxpxHrP2F8+38niLw2UOMTir/H+8+/oMVECVlosXU3NYq3oJMrm\r\nKdDOEbGi8p2j8HMCJnb4f1hCo3BPB2MxACkDvqgQ0luqtBmYNnx2f7bg04Qd\r\nKda2Vaz/VQhcMwRe38PnPNrYNJzRZNL93s7BcGahGUmmpv7rm/c80CHWqjLS\r\ndJ732F/gQG8n+e774h60BnnwsmTQjM9nh3l3/GVKpMyL6bK338Hbk78pL8+x\r\nipvpSiUVE3kesmZswtu6LCz5lIJ8PftE7d0S314xVYhEfZsAYxvHTbOVBKs1\r\nXdgJQ7MctCwNBYyU7xP8wf6j9cs0dnQGuqXkoDBnamRv2iG3p37fiVDdbWq0\r\neFji7X220NGhVzHDB/QpNhQYq3AOvM4CriHE+D5dMuuhbZZeirkzvKoxIOlA\r\niiMEjiAjgaHiwRUhgMmbvKrJ8M/E1V90vYknEwscEZTWEL/dHZs+jXnA1MAM\r\n7RpSfhTp6Ek3QNAqbgp/6r6mE8n39gSstUujcxmtubly2wRv8rlBPvPjq5Eu\r\nQ/RBKPcosWAFQm2YrJB7V2Qe//4z4vAxbjaYMGuvaZWK14QWiz0+94xVuOro\r\nbznBPqKl6ybJonlEvhrmiFs+FNZ1vADu++I=\r\n=5eYt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"6e5b73621df7f9d718f20d629b2216d606579d39","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.3","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.19.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-unstable-20230120200930_1674245534130_0.6609349617415896","host":"s3://npm-registry-packages"}},"1.6.6":{"name":"@shopify/hydrogen","version":"1.6.6","license":"MIT","_id":"@shopify/hydrogen@1.6.6","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"61fa87cc3e350733d149d7b9f2a5b61fe884f4e1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.6.6.tgz","fileCount":626,"integrity":"sha512-6cns3d9zU7T9zaNLU4dKVb2zcFvMjtaEIOU7r1mWOjoJnb5siMOX1/WaQySQb4TIdrZnLTbOdO5imHKyUQgZWA==","signatures":[{"sig":"MEQCIFgCDcybyn6OW5Y5eVsWmo2vhqFHYcayvHwjklxi2ZLhAiAHpGqrn7MaI64BlYCgIh70G+oiw+bxjwqSvaloCF02ZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1418136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjz/NyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoc2xAAjAUo7PkDKMkxlsnSll6Gfm9E+LW06g/XVvdtdB7TTOgsovn8\r\nkWBsIaBSGfWYLFVvVF/bcryRAgi/WadmVJDa5Po8TMWDnXvY2WTQPVnEEjtI\r\n4GvuWS6kFT7FxMV9H22wOy57etg4BIXidHrhocoyXeLVBhIhvoC0tTAuHEsj\r\nJhg5wmN8G/vzaGJmT0nb9KOAD6lVbL7N3DCfUTw3N3rCpO080H49Z6A3t42R\r\nhttV4M5/hJHsD/w+MdvqYklQ6KRr/B9hQu2uJK7Qr7c6UHeQdbm6fulApK5P\r\n48JOKNWM/EyKMhzNRwD/8oq5+87aw2a11/xlOPkMJ4HHkEJVw4pWLW2ofVVq\r\nMdijiUdNJkfRj/IcneDqxr+tRfqdQBypOq+lA2ussLZIgnAx+sp9z7UTjD5/\r\ns6xDCYTC+y/H/3pHQbV9v2wrO1YiLXJd+DOtG7gcPdJtXUNWaiP4VfIg8+Vm\r\ntzvWiTkGDRvBNSaR/lyV85Z5LxsVij46e8ZrVxlCcZAyhJRF0cXuiXUhcJD5\r\nh/iQWkMEQyoaIwa3Kik9+eDgFoS2tgWB3i3GXvl0gZPce12b7l8oYT1lhd5B\r\nyiEnu6WHxG0U8XhSxyuf5+R9UNZTbO/b44reO8+2ogWPjXrsTgnrLpN7mx2j\r\naaP9N1bS4AGBjF75x0HNeKFV7+evgjJ7W9M=\r\n=ptAL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"8168cd2dd850b59fb051e610d1db918f7e4ef327","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.3","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.19.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.6.6_1674572658040_0.1431173407986368","host":"s3://npm-registry-packages"}},"2.0.0-alpha.4":{"name":"@shopify/hydrogen","version":"2.0.0-alpha.4","_id":"@shopify/hydrogen@2.0.0-alpha.4","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"51194b8fff4231c15839ebe4b87beb1b47f775c0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2.0.0-alpha.4.tgz","fileCount":21,"integrity":"sha512-/XFgIqfWdQFaGDcr3NabYO0lIAEyV0e4W5/P+H0Y08OUkkQHFsR1zReG4V6S0c0nnwdYJHOgP9PGM7jAoLeP6g==","signatures":[{"sig":"MEYCIQCSA62zelycPhU4XVt5Hubf49+JJ96dqCbz5O6eNBzIugIhAPeNV3Mcr9potln2DvXFQ8LmPvbP7DgfE1GAEwJGjsYN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1582516,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2pAFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+kxAAn2qTxdANYn+15ZxLkU9RnQOAQT3t/oADa9LStw4gkHmqJmUX\r\n/FUWjwFRzbg4tOSSMsny6VaZXXfza5Fr6ni5mvb5/IHuT9/9gOdFTaXpusaQ\r\nwENivjYICbOmQNPNYRjHe+o3hCF0S2FPjiRF6P0SagklnhpJ7uJXY2y2DI0t\r\nQ+WP7l9ak1HUA+RdevYWymUVmnqqqlLmVopCFXW1HZN1/Lf4o9tfKrX0VWOX\r\nTbGwYztV3ndjSRqv6wuM0Ypz4k3+kq1E5HASjBT3aPMi8ojvf+rrC3yBfozx\r\nqQaWltWyky2g1c73yOod0F/EucJn5Oj5Xud6PaozvE5sea7XL08qDJ73cROE\r\nSd+xgNrL6C948BY+CfxAnG3PVB/zrPBeL0vbqI0iZa1AWwZFpuOocyIFcsa5\r\nFD/msEWAraPbvz6KLTJf3oit/v+Szy+3UaJeu5FOfiOZqum1zF0gI6Uhh/YB\r\nKTufAyj6GVev7/fblVtjkyigzl1oaNJ8OsuNTMpbdKjRvlkN3iCrPq6DfcDB\r\nop7HvUPo7HYWfKRASyzybKFjBoKf7C16W2xYB+yfLMaK0TOHAQetnOIROREL\r\nIn9xcFGK8d0KnYFGdu6rJmj1u2vtWgeS2F4FUqiNxlqDjhY80Lqxb282LAtf\r\n7aaK4omAfw59vZKEKAGF7s7Z1YmmfVKBdgU=\r\n=0Npm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./build":{"types":"./dist/build/index.d.ts","import":"./dist/build/index.js","default":"./dist/build/index.js","require":"./dist/build/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f94a6a97d64f5c8986f02a1c66a8c2153bc64a11","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","test":"vitest","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","typecheck":"tsc --noEmit","copy-hydrogen-react":"cp ../../node_modules/@shopify/hydrogen-react/storefront.schema.json dist && cp ../../node_modules/@shopify/hydrogen-react/dist/types/storefront-api-types.d.ts dist"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"8.19.3","directories":{},"sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"@shopify/storefront-kit-react":"^2023.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","schema-dts":"^1.1.0","@shopify/hydrogen-react":"*"},"peerDependencies":{"@remix-run/react":"1.12.0","@remix-run/server-runtime":"1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2.0.0-alpha.4_1675268101440_0.48306817670039104","host":"s3://npm-registry-packages"}},"2022.1.0-alpha.1":{"name":"@shopify/hydrogen","version":"2022.1.0-alpha.1","_id":"@shopify/hydrogen@2022.1.0-alpha.1","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dfdf6c1be4970cd18aefc9f05708395a235af2aa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2022.1.0-alpha.1.tgz","fileCount":21,"integrity":"sha512-D1uFEXki2gDMgOTjFYZEmOl65NTw2bYbzW6fk077a5GAfFKqTjQeaPyBaYHf2engqN8vqYQRnnkloI9cCYKuWQ==","signatures":[{"sig":"MEYCIQCgl29Z7CKm1w27iy64YMThV8O5FykOi6Xx3gXxq2W8cQIhAJ9lcbC876BsdiE1h+xdYhp7Vb/C+ist38at2rfLOfo6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1582519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2pQzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIPg//WklF0dyGLg8YLsL+O2BiQ9TGQv6oGX62GwoCxdSXOcAycRpB\r\n4SUqcPqIy19ALVOD1k7Fy/mr+8pfAeQsMo7gCKD7jJZTN2EZeKJL+BPlweVE\r\niGdSl1mifgWB1oq4gbTNd4HWZnpaf4Krh/yCheTe1lKy1bUK4sZ6cRCY6TYS\r\nVKoWOL2Bymdh1aS57krEC7yhP7hSiaGtvR1uxXoLh2L3Ru3H1d1WN6vsPibc\r\n9mKmwOlTgw+0xNuXFefOED/CpX+DF5TFEt8bWspF6uwEs7jj1di8b737bZVG\r\nWS1xLMX87xzuW9dz88Ni1jD9cuZ1UnkCx50WY15O7FB4KLiYew9jSkUPR+Xw\r\nBCunvzPgXf2veOFuReNSZQ4tDdwrihMGni/KrRCjlZ/sUd0butJO/u3FQ7o2\r\nvOV39y5huvHqa8CP9XDwWR87A334RpZWjV3FYvEmA1JD0uOVpfSAJTSILClK\r\nSDTELke5b4ItaQiBr1dQURRADk7gPN+j0lveyCdCYSpz1wC9x0g3Xns9nAJS\r\nL9YIQp6G5+jt3di9MMeMXL+extPLFHc5qIOz3oCVvEUZjbJnJ77z+qbrjCuV\r\nYzRTB/+6ocDR+g3jh92GTKrhaYdr5vgDc8yoU7HyoH+qxXxHNlw5UT7SgJzw\r\nKgk4o2wFLIQCo1Knd0RyxjpodtKMmcrI0qo=\r\n=hkPQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./build":{"types":"./dist/build/index.d.ts","import":"./dist/build/index.js","default":"./dist/build/index.js","require":"./dist/build/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"71de9e234bad883abb878221401d81531d8553f0","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","test":"vitest","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","typecheck":"tsc --noEmit","copy-hydrogen-react":"cp ../../node_modules/@shopify/hydrogen-react/storefront.schema.json dist && cp ../../node_modules/@shopify/hydrogen-react/dist/types/storefront-api-types.d.ts dist"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"8.19.3","directories":{},"sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"@shopify/storefront-kit-react":"^2023.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","schema-dts":"^1.1.0","@shopify/hydrogen-react":"*"},"peerDependencies":{"@remix-run/react":"1.12.0","@remix-run/server-runtime":"1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2022.1.0-alpha.1_1675269171019_0.7664779905539234","host":"s3://npm-registry-packages"}},"2023.1.0-alpha.1":{"name":"@shopify/hydrogen","version":"2023.1.0-alpha.1","_id":"@shopify/hydrogen@2023.1.0-alpha.1","maintainers":[{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"305ffe04160ab6001b782cfb8eab93f539a16f44","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.0-alpha.1.tgz","fileCount":21,"integrity":"sha512-8qQvsZQI38/IR7BPosZRj5c/SksssbOGn8rK+koBiq59Ei+d2zKwAFHIuBm92ckxJxJu2clGbxP83NO6nusfCA==","signatures":[{"sig":"MEQCIAzxL2SZEt0uhfVCewFG5Oopb6/kdc3c3MapD1/9DezoAiAtMWJ7tlMSUC6Y8eD1Ygvw0ylpCtCi/f+GuMLvgRtKGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1582519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2p4NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSHg/+LoX3/fsPgpRCMGuB0H8uD/dG849myro8Ev2CfP4oJSuYL7M0\r\ntaOUpTR0EJiUiHm+p5oAS5KzIdCAkJzqe+bsm0pVbz+pGgne0BTA1XZpA6tH\r\nEvM5J63UagAbNb1tlAVsWM8NLINXA/vb+sgNacti8XV5inXj9A4U+rRzTsZw\r\nuA//mxCy74GzuUaKCi52Pr0rxLDwHzZrd+OaC0J3xepWM9/2+tjUaUZJZpuc\r\n+GFoynO27+OJklaY4yg/BkD8kYBUvoilLm8R8bbPifXGnW0E8ZqNlIsinh+m\r\nywtE/yAe3tQfGZmq0a76MOUtutMloXWL0MHrkaLh4sfnoBmRsI7DhO8SrXna\r\n3DVIuyXPOAVXKe+iI8uXleH8EZJs9KRvYTx36g76jJwWvEsilabLlAjIhA0Y\r\nmi8tuTMJF8P0OiUsMdbmv0CSnr311eMhwiWUK6hJgU3BNPA1vxI4B2JeBvtX\r\nXcBSsFN7LP8UhKcwUOHQyjnk0AAt4D2fK8HJ6VN/6WzFlb3NEc+5qa51uAK0\r\n/B3tiVNwrbj0JsPnNHJfEXbbwzvrFPpqac85yIEz1ECiGJ009JZyjtq6ZQaK\r\ndxhlJ2F2C3O1m86u+riliHOrY8hqBl2P8p2g5muoC+tmCww+x48bDBaWEZqk\r\nV6pDEv/mB9S6+LgXKQHz9Z7nAS9RMldjiHc=\r\n=I9wX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./build":{"types":"./dist/build/index.d.ts","import":"./dist/build/index.js","default":"./dist/build/index.js","require":"./dist/build/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"14f5671297b2b86f37c0fd7f13b1210c194d175b","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","test":"vitest","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","typecheck":"tsc --noEmit","copy-hydrogen-react":"cp ../../node_modules/@shopify/hydrogen-react/storefront.schema.json dist && cp ../../node_modules/@shopify/hydrogen-react/dist/types/storefront-api-types.d.ts dist"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"8.19.3","directories":{},"sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"@shopify/storefront-kit-react":"^2023.1.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","schema-dts":"^1.1.0","@shopify/hydrogen-react":"*"},"peerDependencies":{"@remix-run/react":"1.12.0","@remix-run/server-runtime":"1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.0-alpha.1_1675271692968_0.7427064068322475","host":"s3://npm-registry-packages"}},"2023.1.0-alpha.2":{"name":"@shopify/hydrogen","version":"2023.1.0-alpha.2","_id":"@shopify/hydrogen@2023.1.0-alpha.2","maintainers":[{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9d9a3f9c8e9807be43ed462d2556450d21fe6f51","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.0-alpha.2.tgz","fileCount":21,"integrity":"sha512-nhKUEuIBASVOVIxUJrG/Z1UucicfLE3oBBA5f5PgOIQ1jNxWXVCK5UWZ54SqiSg+kCP7vu+8wWxUStfd7jCghg==","signatures":[{"sig":"MEQCIGhPUBK/A8s5tigoL1bQkWt3G0YHrVgVePKD56SxWI+eAiBo/VVKX6gKLRzqWWScZxf83HKBjuCXiTriCxvYcUsdVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1622365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3TWlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmHA/9EtTaafCBzFcEh3sdA4COJQpttJ8Z44TNSLNs2gVl6dPdfU2/\r\nD9qYjiMwUCDo4WiJ88TSnQ1FPFQhZYdQQSNEWHoNPO08kzSsw6BrpxtYPLTP\r\nf+J1BsgWgZdjZ/1M6WMMf/Os2L+geI1B+ji2lkIvZMF7TiuPGiwwABw4wppV\r\nkyEwsO9u6Rp58ED96rwMEJMm5erSFAfwLFKxMgTsnw1Osq4hiy9E+SAR0xf+\r\nkJbJ/pGHIffZgXe6vyVTWaYJl3M/qy2v0Xy78mbcrAHFmI8C5cnrw68xWtDs\r\njscjjsl6ZC/ezQan+MheFOYVdEARy+kuNvg/OTsj7EFc9BcLkikZiVFM6kqw\r\nqwIbQLc6axZinFota7XKIndf0UtwK7XR6w+F8/38ZMZcz5QdUJ5aZ8JSyrLu\r\n64ZjWMH6d1McsU2bP7ISBgIaB/KO43cMf/5uy/2kc7Ln/vQgESVGDhmHrdyl\r\nyxB2HOm4LCODS5d/Mi9f7ZSoMq7lFagI4YXU8jR8eY8Y73XhUOkRUHa6NG3M\r\npEIxlbVDwh8Nxue/HTidErIn0oDE0peyiI8ZX5sXxUxo3QFmV8RcU1IOn9VR\r\nsE4dSeLDuHd8Z9KIrJJteg9vgQIgT5GpNo7RDlq6y+LhNmlmkZ5mi/4tS0o0\r\nlLGqU3KEc4REklElYpYiRIe9W3hJtwNDk/M=\r\n=kHmv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./build":{"types":"./dist/build/index.d.ts","import":"./dist/build/index.js","default":"./dist/build/index.js","require":"./dist/build/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1165beec4ade650ccf6fd9c3985841526b5506fc","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","test":"vitest","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","typecheck":"tsc --noEmit","copy-hydrogen-react":"cp ../../node_modules/@shopify/hydrogen-react/storefront.schema.json dist && cp ../../node_modules/@shopify/hydrogen-react/dist/types/storefront-api-types.d.ts dist"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"8.19.3","directories":{},"sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"@shopify/hydrogen-react":"2023.1.4"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","schema-dts":"^1.1.0"},"peerDependencies":{"@remix-run/react":"1.12.0","@remix-run/server-runtime":"1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.0-alpha.2_1675441573093_0.9682175042845036","host":"s3://npm-registry-packages"}},"2023.1.0":{"name":"@shopify/hydrogen","version":"2023.1.0","_id":"@shopify/hydrogen@2023.1.0","maintainers":[{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ec79d40c53bb31eba778449bf5ddfbfbef408135","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.0.tgz","fileCount":21,"integrity":"sha512-ld2Bc2fxn4YyU6uSQwgxQmJgCs93Xhn203uPZStv6Wze6ok430KZFhn1Jby9zTwUWHk19ZfgnH0jLm/sNmTe+w==","signatures":[{"sig":"MEQCID6gQ2ZKQGO9DMOCFcgvJL/Oyo3tPiy+wPDtA0Wv+2OUAiAgevSpNIrdG+/R6hPXsLuk+r9pglkBJjH/wHmr42KP5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1621880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5CDzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRXQ//fauTNQMCJi9gC36a+18FS3B2iKOH4tNSS57TkTSDYKvbnc8/\r\nkVzjh3HOTZzUkXiyMcfD+a/U7GeQK1WxJoFMhRyHB/xb4af7Ar94SrkrfdgE\r\nQh+tnFlbuklR3p57XP/cuCkOKEWTa2g8zC6v+aDsxG1fDD1AWfCI6q/m9kfW\r\n98CXWQ3wFh0Gzmqy7R/jwykvW9hRpbMUNAFooIST87PJ5Sb+a1yS5Y0UhxvY\r\nwDcpDpcEbgDwpiMDJae8wJZvuHEy1u01UyeJWrxcPZirPSiyLfY8T+Ey2MO3\r\nVJTA22PBq/HI79C7evYvNMH30szjMi9WNk14Ay4wCdf7FgYFmF/AJ7OiXb8A\r\nyDqwUvwkFt5BoD1x77NkBPN53o+Q6/oDammUrRkM/hOqkEGHhBFyPOovaS5P\r\nwMZq8EuuWGN3REbHvlYqo95yqSb0h5o1kjFFYYnu9KmTZ9Yjt8bmt3cpu4rU\r\nfwiIYHNswWoCYwUWatHy8FBCVHM9KwTq1PStPMmim2qtbeWxsxZt8q7TYJVe\r\nNfDPUHDAhySFf5S1ImFEhKjR6120iJMi+pUgSJR/CgCiwAQhiBn7nCABNeUX\r\n5CEbE62JtraFiLNLIbcy1rgTw9gAMMfYZQWQjsq704ijKB22CKapedjygpC7\r\n2/7CRKYcdlUhySGdMDhlOBwIPrwclDmJ99I=\r\n=us6p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7febafd99d8b9c63c5c9145f1569a741e8353438","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"cp ../../node_modules/@shopify/hydrogen-react/storefront.schema.json dist && cp ../../node_modules/@shopify/hydrogen-react/dist/types/storefront-api-types.d.ts dist"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"8.19.3","directories":{},"sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"@shopify/hydrogen-react":"2023.1.4"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","schema-dts":"^1.1.0"},"peerDependencies":{"@remix-run/react":"1.12.0","@remix-run/server-runtime":"1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.0_1675895027578_0.9063712354794822","host":"s3://npm-registry-packages"}},"2023.1.1":{"name":"@shopify/hydrogen","version":"2023.1.1","_id":"@shopify/hydrogen@2023.1.1","maintainers":[{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"af25a09cec649b7086d65ec2983dd2789880a310","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.1.tgz","fileCount":21,"integrity":"sha512-dBkXY+T4J5uu77dlteseZC45dUHKKwDsZig1LYOomiClZugjzHqTSmDeaul3H/zycCnDYamAopD9QrH5n/NkCQ==","signatures":[{"sig":"MEYCIQCuxzDq51r5W7Yck4xLosivDLY2RrWtA9bU76vFYYwxKwIhAPXiQqndrLcF8HED2AlaQWHLimz6IlJblKkZ4Ddvo2Yx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1621880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5Cw+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPMw/8CZ428p8fqI4EYX3w3HU+4HjP29PfV9EYIcwWJA8pyhpHJCpI\r\nRyHQV8ZVhyDBF/zcuIQXeJC2AfI/KHEaLxg90Iz3xCoTmpwnlVKYnSE1PyuN\r\nilGibSL+z0QAtn+23PBlQVomAG5X9a/HEV//5pXRTCl4ulFpoY4ShNpvsNVe\r\nH3ZXwDHYQFVwc8Rd+5xMIB2WJHDOw7jBAPwezj/BxnigzayK8L/yCK4kC4ER\r\nJD2M9RE5T2z58HAOJwqJrkxBYD3QSZGV23cMK4exaLQDQGBK2kpfMkDyhCF+\r\nlnl3Y6yJ2lIGnQlKmSKqo4spHh1h/dZG5/WXFh3sbEaxkGu3OSiTsZme2kwo\r\nxxE2oNzCOBK2/Ywy91sASmI84nFuW+/SB4W2OzRr5Li3AGruOH1loq6X2+zK\r\nrCriN7ByqLC1mlWIntE18HC/MKw53n0iFWAjUL4WDReCjiJgkNzyLHBUpVRf\r\nNIyU9ZFse3nILP0RlZqAbT3+f1AKhfhk0R0yCxc7guMPNEq7em2e+tG/LI90\r\ne6r2W2xCMK5kCb4WA3JemOEzutRsOlYFvIPdfuY/8MMvtVgy3BfhzrVplo8H\r\nwoc4SMIUhSHOAzTZ0yalcQYEg/y2lgF9WzCLXxckXr51GVwKHV7c/CtrGk0O\r\nDGUZdsrb+ZWI2dfxte8V/qmWfU0kwuB4rI0=\r\n=yUeI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7740729ddb3e29b1037b0c655c1cb9c7ef25a36d","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"cp ../../node_modules/@shopify/hydrogen-react/storefront.schema.json dist && cp ../../node_modules/@shopify/hydrogen-react/dist/types/storefront-api-types.d.ts dist"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"8.19.3","directories":{},"sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"@shopify/hydrogen-react":"2023.1.4"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","schema-dts":"^1.1.0"},"peerDependencies":{"@remix-run/react":"1.12.0","@remix-run/server-runtime":"1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.1_1675897918102_0.5543410505079631","host":"s3://npm-registry-packages"}},"2023.1.2":{"name":"@shopify/hydrogen","version":"2023.1.2","_id":"@shopify/hydrogen@2023.1.2","maintainers":[{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"833e5cbeb3ea9c96509fa04a1f095ffc810ef07a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.2.tgz","fileCount":23,"integrity":"sha512-Yuta+ggk7HPn+33cAo1zwToAjwjYUyTGD7vcTdd4Y7pYaqzBKWfFp4PhlNMru7rYMgdM4piZ274p77ExC98Njw==","signatures":[{"sig":"MEYCIQC204wrqagM+16oCAd+P2azq3CsfwdOf5DRjdGHHNS3UQIhAJ8W+rsb1gX6vSZXqUX6xGg6e4ZiBYfSQDXWrVdZxjIB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1623164,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5DawACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyAA/+Luf8QBpCaIQTD2/22qREd9KH5g+qWhJJIqUno984QDm21AFx\r\neImYwxIgEYfY4tk7EPOX8EL2LucZp42+vWS5os/Xv2skTXR7m7csAZENBo80\r\n63Idw5ndk71iL5f12gJfT9v8yynTfmt75uZZDt/eK9LMtljHdZf/T73Mn28/\r\n20eCojX795zCfHR3oJy0LiuJu37XPI2fmCoXTSlErcWrvp9blKNV//MO6N4H\r\njNCi3WZQYwSIuXF+x4m9Clz+xFR3h3BLRUOaxfCN6U45GTx2Vyug1LaZ1Hm4\r\nlrKDiywvflc8bVGeuEoYW91CsWUb/vksA9NL3AyJhJrIGqz+FC4iUiuTxsoI\r\np19q/1u9XRxXEUsi9vUmDNjCD71SFCvkZdu4xBOOIalTQh0cZrJw04inCynB\r\ng1GhA6XxNjvnpYMNeOOXS/QYrPiDEaSw75MAhWBcbcbh+pB+0Y8Cm0wf5tpD\r\nVsexgZP7VaMYCp0FW/ykUw1EtV3rTcBdbFq61YsLxpH5LQyzA1PFsmxr79JW\r\nHvk8ZlKGsf1ZX7YNstHyC/6uMVAgpRlfvJtRHJQJi11vVy0jaZbcenBg4mUt\r\n5EovkRN5LeKOUWaYFgf+X1Ind0/vUyIdavaDjd6gXMDkaLzBTNt2WqJAX7hR\r\n6KdzJfg+wwibTOU1XIt1Q9p6ZYxd6tzUOHI=\r\n=T6R6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5308f1472102ba42602fe83fdf3e2578a615aa04","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"cp ../../node_modules/@shopify/hydrogen-react/storefront.schema.json dist && cp ../../node_modules/@shopify/hydrogen-react/dist/types/storefront-api-types.d.ts dist"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"8.19.3","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"@shopify/hydrogen-react":"2023.1.4"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","schema-dts":"^1.1.0"},"peerDependencies":{"@remix-run/react":"1.12.0","@remix-run/server-runtime":"1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.2_1675900592740_0.3409741090602054","host":"s3://npm-registry-packages"}},"2023.1.3":{"name":"@shopify/hydrogen","version":"2023.1.3","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@2023.1.3","maintainers":[{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3641ef31cc18656057571383715f3e8e632a0fc2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.3.tgz","fileCount":23,"integrity":"sha512-KatzK2AkC8jBd9uNvV9NjEi9ifMfkgBy75a+1W/UpdjdYQSOYy1Y0HOveHC3lAt/y7dU2yPsmjrJnGRns5KJ/w==","signatures":[{"sig":"MEUCIQDL0RAeYEpPR6+KtoN1kKZr1/jAEXnDXJLFTz1QTg1fGAIgFk8CkZylzXAD8W0X2857ZGtZ+MOFV6ROxKveE/EeFSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1624589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6vYaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpr2w//d+uRS5kbFFXxy8VqTBq2eQFZ1MfybIp9rhQ1AFIjrm0cKwRQ\r\nz7InJ2E4QPicHDzJakBFQzuSot3YxcjejxHIPS0goQmlCEjbkfgBxWlGsqcr\r\naIAToN/2zrcksXSoc6mWT3Kc9S1WjR7t55GHn7AQ/I1SSUBbQnBkHifN6c1F\r\nsP5F35p3bBehrqdbsJkI2Dv7AjMsk4rgJSs/6Sgp/fksc6WaJMwvFFVp21g8\r\nYziw8Ym631MWJuIyZde1TNY2FosKpQpHAbI8dV+/U0ranYMkeij0M7mSoE9U\r\n2uboWu4aVoMlmNYdY7Kn+yQ5FiTZ7RztVNLsUj7eUHUU6nRppuy582mAEwhb\r\nmZWXXf3sTxvfBWzMI3/Tyw4NvYE2Smv0b5C//9xu1bA4v3IlurEQbd7IcTaU\r\nKVSX7FKOF30h/iH+XarTXiWiKM404v+ceP3eACmq4XP5wZ6MEbtPtVguSaLS\r\nRfNuRdBxcmXvLSxhlXNh2+FNx3okJ29pqOWHTCB6IIelFqJKPlUhKmmWZac0\r\nblhEe05eGsJPNtn8bEWRtcm9HlJH9nx4KrfPM0MGGcjM7EBvj85cg+wcRx4x\r\nj9/guD5bb56neQ7tkqVQYwe+aQjLdBe4qNERAGZ52TjK8DTUQq84NBwREOfi\r\n4iIwNyksvey2GqsMoBMV5eoEIDcxtihLplk=\r\n=RXnI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"25783f3c33819e953b2086e1e62257926022baa2","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"cp ../../node_modules/@shopify/hydrogen-react/storefront.schema.json dist && cp ../../node_modules/@shopify/hydrogen-react/dist/types/storefront-api-types.d.ts dist"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.3.1","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.0","dependencies":{"@shopify/hydrogen-react":"2023.1.4"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","schema-dts":"^1.1.0"},"peerDependencies":{"@remix-run/react":"1.12.0","@remix-run/server-runtime":"1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.3_1676342809903_0.43568118282256996","host":"s3://npm-registry-packages"}},"2023.1.4":{"name":"@shopify/hydrogen","version":"2023.1.4","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@2023.1.4","maintainers":[{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4f5858c7356e3441af424d159231eb9e5a8fa8d4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.4.tgz","fileCount":23,"integrity":"sha512-6gNRgPwkhO2kh+W53/+w0RHB8RK72JyiRcg3a6ZhRVaVz2hrnBAQm6g1k0ueXzQF6Yka8mcrd4OdLw9KyexbUg==","signatures":[{"sig":"MEYCIQCcsnR/b/n5o47F8pqyHywhHe2f0LCzn0O41kjNn/7hrwIhAKv1QmSMtiCR7wqME8WslGkJTemmayGzSl8OIONf0SO8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1624467,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7mfFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOwA//bQUPhN/AaI1qVteMc6IH+UJcZ2ePlmS/+Zb9v92kc9FFGrbR\r\nVL/fpsHEcHjeVbCfEVEgg8zcCzHr97CvwwSidoEIu/Vv6nOhPaDFOytDoTGw\r\nK8ZD9aw6Be2Qu5ZPOgDu06R8uOGHx16QaebrnxrcElxRJNJOcbSg6VhaaBeN\r\nhOZGSr1y0sgkPH8xWIjoAzU30rnZ1a/AC13o7vEIaReLHEBbXrneYWI/niah\r\nXQj8xKmrP2jm0atltZx4vgLF1lium04le67YT8VFTEz7a5Y8G4bsOA/BzOXL\r\nO+5I7lQaE4XeTdo8Ee/9q0q9/IsezIJYx9ZYmdTETYKz7QWNieCzncsSPajD\r\nCaTje/e1s2fayG4pb8xwn2g+9jS1H71pQY7lL1dxBw7XaJzQ9WGIoF4xDNOf\r\nvsZfBmTwYOBVHa2lfjboN6oHwES4dxlJznuV0gm6Qe7mgdPzo6kIwZOnr4pV\r\n1d3IRcGM52eFkd1fIbDyfzrF1BRMFQX9a6Y4eDZPJO+TvBksbb4m9uMTjsbZ\r\ny8Xi6TjgAJRdw4DN6BghCHb7R9v1C1nMQOv+qja0w/MGucxkU0oD75OVyxnZ\r\ngNfJ+k26mlh8SfaIYwRnQXVTc8XxSadbZB+3sVa5e63VcAUEuRJQGOyh7sfA\r\nb2bFgfQOwE2CQPjVXZqf/6/pVmPmY3dgD9o=\r\n=yJCp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"442942e573ff676131360b85f496baf32d1232fe","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.3.1","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.0","dependencies":{"@shopify/hydrogen-react":"2023.1.5"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","schema-dts":"^1.1.0"},"peerDependencies":{"@remix-run/react":"1.12.0","@remix-run/server-runtime":"1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.4_1676568517624_0.8584894389199176","host":"s3://npm-registry-packages"}},"1.6.7":{"name":"@shopify/hydrogen","version":"1.6.7","license":"MIT","_id":"@shopify/hydrogen@1.6.7","maintainers":[{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen-v1#readme","bugs":{"url":"https://github.com/Shopify/hydrogen-v1/issues"},"dist":{"shasum":"225a9000c81eaece3f08f94492afaf32d44c5e8a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.6.7.tgz","fileCount":626,"integrity":"sha512-Xva9/5CDcd9Dnk+zwBcqmouuuneUOA/ot6oLP8UldbrDO5GGrrYuuCH5V8wdKDrMggOg+EgiF0r8WzTivgfxPg==","signatures":[{"sig":"MEYCIQD6vCrXREpNmN3QVFPpIHnuyW8BIl7KW84urbADOgDp3gIhAO7KgqlHHhaWU3/nEt35frkmHf111GZosUIMmHwhdxPf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1418669,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9R5QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqeTg/+IycN4sJ/QGgaUXiq7+6srBONJGgu/BuGGjDbc1cN/hsau00S\r\nFEJYF4NaWDXGp9RBDbtb/QJCDOfhWcnb0yqUWENJ/C6cCHdQCi4IfaA6k342\r\nA3m25DeH2MvP9pj9zNh6GBXj3Ytd84FZe/gIhXhRPtAtDzguhNS/WBBW4isc\r\nAZneLg8n67U7TYnbLmgqeQL/dcIPRiPQLqM86nZmDliQ2s2m5wMhUHkWc/4/\r\nmw8KjlQHjrUMIX2KuvM/lRyD9oDRE9WckMpyM+9Qan0iEYR/yOxG/f6yUir9\r\n/y+C5hWLhqYRHB0EKNu8LH6Nvj+T3rO95siK1WA9QSylirvGEr1VxxmJhtXQ\r\n/eJdyaZdickT1f/DqBbJ1fRBQ9g3JiF/8hlIXHjFnM8eHoLv6yVyP8q5wZn2\r\nJpPX3obhpgwMMd45GjizO67Wa/QHdPnmhCyxk2gYvgVJrRTwDfXUF/z7fvhx\r\nX3CYR/0ux5KHPxa/Ua6budKFkoSbeaHUfUtVXlVUCqLZmHM9YS6TMVWjiQ2i\r\nKQk4g3tVuLj3MFclhIOnwdxm5h8bsNggNL6O9ym07xL6uOqBybWfk+/JIaNx\r\nKr7hyoKSyvNTCqqdGNP2Du1OUVmnM8QsZHTi65knykdGPQnoj3ZHep315x3u\r\nIhYUTlmNtQuz3IUsZQMKn65hLwQpbNp8/ys=\r\n=YFT5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"e6236613d6ba4c00b541eb45bed9a206503100bb","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen-v1.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.3","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.19.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.6.7_1677008464510_0.7845366375098206","host":"s3://npm-registry-packages"}},"2023.1.5":{"name":"@shopify/hydrogen","version":"2023.1.5","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@2023.1.5","maintainers":[{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1fa7a286298de9efe013bf306580e49617dcea02","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.5.tgz","fileCount":23,"integrity":"sha512-n4vPG+kScFKIsHm7qpTe91LDa2Pvsi4MJIn39a8+BIn+hqDsAKJjSF1sfJ5IefsjpHNxvnrvE5XlWz1g3M9mbA==","signatures":[{"sig":"MEUCIQDoHeWN8Uy5vPTolXlj67PkK+6thG/JWhGmgMnsj4Hc+QIgJ9R4CYizsoci207AFv2Xk5GpcfUQTxcavNl0sA4lXzE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1624467,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9SOsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9jA//e3FmQa7urDeoh9cr2KQIkmk/KT+Lemxumb2C76+6xhLraZHT\r\nnmxvNCb8mQC3VhzW8ptqneHzNXbZqMzEnNC1MBI+xwrOjRBBtFiEN2zhJgsq\r\n5plFpSgoUgbBdQWTKJSe0nyQ+D7j/FcLVzKdbzvx0ujE+S8C9SJFzKbBCn5M\r\nHHty0tiDVAgVXIIih5Yc8L5It5RyPwiRxN44K4A1mk9GXtmeDpM6shuUtxdl\r\n88Id+VdrLDgQfrGuIiP5md4ouysSySbr4PkRFaGA4j2/o4AG/81CMoc656KK\r\nvwCmYdwhSf4NC02PT/CkDSmzDbTHJjWi+2XSfgFsRTPuTYTPTOi+FGYeiliL\r\nnelWX/yhCxw2YXr6MDNqS++Z3VGJFNkrmMYdSoZ2K9eoIjYuAbJ8m/+Bo8lL\r\n36M4Cd00tdNepr5KSmngXdx4J5zYznEK2T4BC4jGVw+Q1g2gKGWKJWMn6hE7\r\nbhb+lOoGBZCMfv7WlIIPWBb1dlPV1+5SdTwIPuax937qb/9xr64r9U+0TXUZ\r\nECUFX92B0J1Tnemw/s3jFaweTlAeXUCeJhW/9sz8LBhwMk+pb/qDXeVAG05x\r\nmYCEzkV51iK/IUIwE1SJFefv+ThGVGf0Qwwvw4RWC7s7ITaWy9Kwm5lLC7HM\r\nam3PJ8+2/nsn/rZc7bPFPZrtO4P0Yu4j5I4=\r\n=87WR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2d4e259c47d8111e4bef7b88bff02d8a842f12f0","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.3.1","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"@shopify/hydrogen-react":"2023.1.5"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","schema-dts":"^1.1.0"},"peerDependencies":{"@remix-run/react":"1.12.0","@remix-run/server-runtime":"1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.5_1677009836335_0.8325742623861687","host":"s3://npm-registry-packages"}},"0.0.0-next-f152b98-20230315151653":{"name":"@shopify/hydrogen","version":"0.0.0-next-f152b98-20230315151653","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-f152b98-20230315151653","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b154c1ea93f615d2eecbbb95866177d720f42b33","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f152b98-20230315151653.tgz","fileCount":19,"integrity":"sha512-Iuwn9/bubgqcfE1YQA5jGPk70Sdn6gCnIdmPGP5R9PT4Py5mGWcqagz4CLoQE4nP8/RF24cZUxQmBsyrfY9/aQ==","signatures":[{"sig":"MEUCIH3dgEQqwcuwmZeNIr0opxjACWZLftM2bpApHg/Ln2n4AiEA/15YgXKIcmo7+KpGZ98V4gmogbzI+kib27x++nWsJAE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1223677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEeGdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmorkxAAl7XsN25ddNoIjmefn3vj1KsOOjMRXzRZHgN6q+WicUrHc5Vb\r\ncw/lroi3vfeWmQvviLeMamKgKbDMkjKSEndq2iv9LBM2BKeHHlG+TvJWNKO/\r\nMrLOhpk2sFsqOIyOBFuFQtCQIq6YS9xYtloYx67vmMWs/IKaRUHsTorcwULS\r\nJr0gyUAtvhBxEEJhxcdcyKCxAcgNEtkUw4jIdf/BV0C6nDyhRIM0tzw01OJd\r\nzi3VifjuV74xGM8lMjoFeQVbKFN+C9nkfMxUWIh+kbKsqyBiDCa0dQxSVBwD\r\nsmGL/OduCMaM7ro6u9fMrReLO0uzDo/R7QLUcvjtx8WzOZ7aU6/qi5/3xiVl\r\ngwhCACbts8lSkaiIj3N2E2p6ZUdLhHfHR5TnmB+V+WmSdFjIJZMnozH1KQ2D\r\nQgqSxbrRo9EuLu5n2aO1UIh2NqIkMlZ/HNzK6a5gsJZIPO5FMFf2mB4+oNto\r\nVWPypslDlMNpDneU2o9D5j5DYddftqQKI8KQXaNI0p4hm/7b1MZ477paAHJy\r\nmvif8Y1sxBUeJQ52BexhKTpXXIpAKLagWVsaL3yORcvuCYC2+ccQcKjp/ZI4\r\nH3kqpPwv9AWfQLEmN1hnhyAQuFoKUyZDokgQntFNBFI7Zx3RSKPMsBt7OFuA\r\nNleoI775ijxQSYzrB/OiuDI3waiCJNtBLsg=\r\n=2azO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f152b98aa0a538a69468639c6644119813ffc221","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-f152b98-20230315151653"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.0","@remix-run/server-runtime":"1.14.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f152b98-20230315151653_1678893469399_0.6351405315221126","host":"s3://npm-registry-packages"}},"0.0.0-next-3219ec2-20230315152548":{"name":"@shopify/hydrogen","version":"0.0.0-next-3219ec2-20230315152548","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-3219ec2-20230315152548","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c0a2821221cf9ffc4e971ae72cd536be709a10e6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3219ec2-20230315152548.tgz","fileCount":19,"integrity":"sha512-RupXZSNIBIpESFGiBzXdtiizqIiFh9fw7DQPTqLTm5QMVtALd4XE/J3gjrVQ89wQUZWIDHeS8neh6Fpnz0lIEQ==","signatures":[{"sig":"MEUCID/v66RHhb0wzS2kFBzm2SlbcLACboJvWy91vsaUfT33AiEAkNeG4dp8GGy2SzHp+5PmDYomZSZcVIxaaQmNNZHIESo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1223677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEePDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrycA//SufxOBVVhtmoi90Tn3YdtkeDUeMZtDWMkCj3/c4zbZgCqJrC\r\nyZCNJnSLM26a29zsZ2eVnRdyBG16VnIhYUR2LENWOb1jE7KdfgMPJQ5zeowy\r\nIyI1iAc9utxcb438tFD1SWdY26pRT8hiHyrwUnzoXhstuytxSzI94WsYdhaa\r\n2sr556I01i/ZKu3YIP+j3NJUpEcMXNkYzKQkT3yThhHd2aM/PxMsDw62HV+c\r\nRYhL91xUc6PMPfupO2eedcJhUv4abFIT8TcQDizHJQLlw0Q0xo0P97mDAX5V\r\npXVLZCHep90XNWTMyNRaiPkh/8beGG8MAG9P3JPblSfjU3wNSd44IuPTFuF1\r\ntsVh0UPDhVAWdkA4Z6BAUSbwK40t/K+UVNXjosl+m0p09tyrwVdrPNOJa5uT\r\nWeVizjNLaZzyisLGk56V0Xx6PQzCTvCSy+iXHYNeoq7G4Etpy437oQg0nZ5t\r\nY8XaNMEiAcVxlSciknvXNX46uQgFjncqjDl48N6htUZdjPaRdbzQbqI/FdWR\r\nkzLrgXmqDgF6XhJFIVYyD6SRAuiFDbUKPAiMJ6Ht+vHRLH3V0Zt9Bf8s/8rV\r\ncEArTUMRsChR3gYOUsMj4VKMHpJXhJM5UdsQbuigWhGHzpviDvgssA7KJPIk\r\n5s+UIYIsJz+LRYzb3SKnfklVqPP6pESkpyc=\r\n=h87k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3219ec2e1c5bcf483e22dc3c85e14fb975964f65","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3219ec2-20230315152548"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.0","@remix-run/server-runtime":"1.14.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3219ec2-20230315152548_1678894019550_0.638456274278872","host":"s3://npm-registry-packages"}},"0.0.0-next-f152b98-20230315153709":{"name":"@shopify/hydrogen","version":"0.0.0-next-f152b98-20230315153709","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-f152b98-20230315153709","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"33580cd0dd2f605f8286e7791f1ab9b80e2abc94","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f152b98-20230315153709.tgz","fileCount":19,"integrity":"sha512-XIyDR6RjvWkSYpL3c6i8C7PHNXOgXsjavMH5PnYgkOlquR5LVcik6UKebKVbd1fa45EKwMdqa1yx+voPAGZvEA==","signatures":[{"sig":"MEYCIQC361CSxD5H6mygtVU72FLnD+DrVyMroXgcQqaJXqrLAQIhAKIk1tRDKPQ6UvdebyyAHX1AKF7xhRaGDBD/QfLlyQxj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1223677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEeZdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtUw/+LNaZH+/GXIa3LUxyrFlWIJ1Bz/DxhSFC6wRgHZ9EpXA6zVzj\r\nu/Yw52mYMvjSf/IouiD9r6CpRLS9vjUyyuEQNmJyy7FBLSl1MqFX+wuwZORE\r\nkgDDb3GaZexCsFg/vvxdq1jVrWVJc895CVapHJ0LnyP5zsxZ1ivnohUlK+8z\r\nX1qjF7tVVmsbnv6KRzPKDC5NiCXx7XECoGtEWCoPJj683xDZoqERgZ3xqEAr\r\n5SU4nReNoiwipRxQm5E3gdGZ0+qh5fOTcJB8ToEd7TePBNFNmdVJyIfnx37h\r\nPTKTkgnbzAcMKVVNMMhNIiBGFG3W6HTRHFM9Qjudu7mwf/tKc2cmCBUAu1nZ\r\nkrzlo0nKBSNONDXtuRC04nVmaJAxQMJJ6Xenja42zb4bkh5WTNJvZaGIAU6h\r\npVRPCMRb6M7qfFm3qxHSw+F0jpPfrVsq+ReCocq30Jmz+ibLJpdGuya51wBP\r\nx3eXXo3RJbXEOo+T4uaJlxyT1y8lSbO5WoLjkjsprBAg0EI7FBF9LA0KUgeS\r\n5fekK0rIZgomad38pmWSqx1rXVUJ/ixExWWEK19mxRi2SPiuvayaormpc9tN\r\nz9l6Q+AQWsStKhqdiiL9yxev8N7SW5Q9eDl0ypI3u+fs/vZX3mEQCqU5guGA\r\nyAB6E+6zRueu+5om/kHyPwLID7OVXj4uaXk=\r\n=Tg7Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f152b98aa0a538a69468639c6644119813ffc221","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-f152b98-20230315153709"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.0","@remix-run/server-runtime":"1.14.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f152b98-20230315153709_1678894685072_0.6890119287321499","host":"s3://npm-registry-packages"}},"0.0.0-next-02fa3ee-20230315154547":{"name":"@shopify/hydrogen","version":"0.0.0-next-02fa3ee-20230315154547","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-02fa3ee-20230315154547","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bbf96515b176388c6853cfeed6328f8154a2a18d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-02fa3ee-20230315154547.tgz","fileCount":19,"integrity":"sha512-hWAcg04wDBgcEmbnKHjZEpnwVA/H9cNffQ6iEwaspsRzmG5OPFzVRK9u/zYv/daKgH0HKVl4SIqXK8GG4TN7Pw==","signatures":[{"sig":"MEUCIBKzsvKkCA/fncJTw0H01ovP7rHiG3QNKaIhsKjhLAwRAiEAwKKUqDeWoEboK2tsvozx9iGOg6vGlgZlMZHN1JjRGac=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1223677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEehlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpiyg//TEfyTBahXI2ciYC/Vb/UIUtaQeUZ5iezAA95lxLLDUTisHge\r\n8NVfUTypCyy9uCf4LYAV4QvE/eESv26PmSvPYwQsZiWr4pDwEAcJYXqB0ty5\r\nDWcwDe0mWga0tRS8eTcoIjRuSv8KIeaOV8CrFS6wurYWh6CCBDPqnxHRv1kO\r\n0xDRmzorhvhmudccf47mgtG+RlsjSl7BKTIQiP9d12c22+UXiE2yi3weYpNM\r\nPHriWmUw9krTCArFDLtzGuxqommXSPHz4uikTuSiUtN9mGmFXcQeGvl/9xEk\r\n8cWItdfxIgljYWl74DzTXOCt2wCyOx7BiC6I6csDlIV0PnJhg8Tch082WOBk\r\nAGAsZOInQSTXI7vRc2RGyiei4sSgS7Pz78UsUWciBhMw8skB75GCX53XlZpJ\r\nVy65O5Gqu5HMaNgZn607j90LdhvPSpTVjvKpZrjUVhr1bWf1bUoRAnLXjDI6\r\nNwOk4qYJNZi+Ei/O9KkNvoBmltO0e+H8knx8PaeK03TCnonL+YcZAU4DXY7i\r\n3fw91SHiSuz0ftiyBifmjvzYOOK0FuQIkKyYezRlcaTQfZrjKncvSaP7wpdA\r\n+CvdXQ1A330wGg8OX40maKvEp37mqq++SCkquLnFsUoPjCvWF+qkxDx9wEPd\r\nnBYbGJ4640pchVatbz9HofzZq+hlR1Ne1Qk=\r\n=7ipQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"02fa3ee9a6183357a5fba5aab1f8a8bd3810c30f","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-02fa3ee-20230315154547"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.0","@remix-run/server-runtime":"1.14.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-02fa3ee-20230315154547_1678895205571_0.7001188139988828","host":"s3://npm-registry-packages"}},"0.0.0-next-723eaf8-20230315160314":{"name":"@shopify/hydrogen","version":"0.0.0-next-723eaf8-20230315160314","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-723eaf8-20230315160314","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2da9921207dbb4004e946c5d4304c51487005f39","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-723eaf8-20230315160314.tgz","fileCount":19,"integrity":"sha512-Tfgj/iMZKZa61rIRNYeC2o6NNHduehyEUKBPX1dzDRn1ghTMy92tCT5ZkZe7XD8txNA3r1GTHtZH6iDZCmTJCw==","signatures":[{"sig":"MEUCICw2E06l7fetInZBzp0NshvTvWm83YQug0yMHwQkMq+0AiEAquytympWsar/9CnVx/AtmCLc9chByrWmrPppR7Bt7Q8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1223677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEex4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7mA/+Pjl3gDUEqw8FQU6L3vvMLC4C/bhICggruL0YBKAeJDElzsAm\r\nSjquriohT6IyGkOQKSiJVwer2lr6wgtrf6ZLpgQUsq5y22WagEjiAsVsLNIK\r\nOrUDRCLLOTvp6ZuLloHJGjlsYrBfPXcKfkRKPvPRg3QWXqiTMKyTiWS02LA3\r\nru1rjeKM35w+k1I09GwmBSLi7weybgnOF90HwfhZcBTxagLH4kCY1xLH0rmh\r\nsB+PvGLsmmf7Xw7AxPZUElxysgsqY8diq7wzv6TFQJTxNo0MAmrofzhKE/TX\r\nr5e5EqSi7+SYwonWL22d/hVTqj29UN+o8e6r9BuwkmCs4F3jsHvjtUzlMlhC\r\nWHeCMP5Ft7WNW53Aw2KqEvRW68J7Eokjvg9h0fWTD4z09jSRquexW81eDokg\r\ne5Rgb1gE8LR9M+fzrHXVNWdPfDIinVsiHt4Iwc8W+yzW4ezSnZdTsrG7/DOb\r\nRju2GIQ81tUvbCeu/He3JRTuoptJyyoDZXhEh1lwf5QC9AfAR32Ii7dWdYb4\r\n9P6+xjJVeb05TBNVKlx5njfNnWg2OpCTyHE7qCF+JkmL8w5f2ETnpUkhdN/9\r\ntmMa6XnRZtKmSiib26xgG3mJMo+t9ZF80ghAubKMjNMh2sOiC03oAKvVyK82\r\nsOzSCpCZfE7ORtDCFxKmw8mSTVrObmyj3b8=\r\n=6mi2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"723eaf8961303d6500845cd97e56769618c827d7","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-723eaf8-20230315160314"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.0","@remix-run/server-runtime":"1.14.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-723eaf8-20230315160314_1678896248231_0.3037272150806307","host":"s3://npm-registry-packages"}},"0.0.0-next-beb56c6-20230315164633":{"name":"@shopify/hydrogen","version":"0.0.0-next-beb56c6-20230315164633","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-beb56c6-20230315164633","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9719e18bb7ffd44695edb96d7c646117f0f7b802","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-beb56c6-20230315164633.tgz","fileCount":19,"integrity":"sha512-tC4karLZBb+KByAdhaqdzOUzcEmZFopCzhlJm/ND0c2WiWsKi44niVCA1IB6sHk9WIo949FIyTlUTNJee8qF3g==","signatures":[{"sig":"MEQCIGIZSDMGdS3GrtYCd7WUacoORNTPRDeds3LIzHSb6vv4AiAyY5lOwpw6TE/V5U8OZ6+R45Gsb1mn/RlYmMQCFyIOHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1223677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEfa1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQqRAAj1McvxOEEf5GI6DYiuDZUBbmv2v7MNMFGAxH10yyRz1FDZfQ\r\nMl7l/laFviSYJT9FkkrhTHn30hLNPC58958i0nEWkPmmInPEvCrNGXmZ1/0k\r\nhemHNu93jxAxNn11+IMRHTyto3ffcknoJ/Osx+hAIJtOj3RCHRMKWnJFbx2Q\r\nTu1nxXRznGLVBBU2eC+ikuiJPZdCW8TRzDwLxMQK3N4Z6N5xZGh0Jo/UQL1c\r\nWomvBLKMinbokkWeHNwR2n9Oh3QZBV7poTx2HV2wI4mRLSg+7j3vh4kJLtZa\r\nUrEaACFzVMJiG46n6+nIxiVZSLlvHoAMyMWA1wqUdkyYDQ+SSZa3SU6a4d5f\r\nNjOPlC2YzR/8QIFWVefS0778hxp20HjhBnGhpEvuMcfGqtWGBBi9jX7Ezg6s\r\nKqp68mE5Kr2O3dKbN6YqVi1x75u3AUPDmO3zq2DyUgX53N0ErGUkbZAntahR\r\nd5CYVLZf0oivBTIauQptgOGvIrcPY4L4Sx7iVdghDwli4Z0pTK3SX4CYbou1\r\n+9jEr2oiSTw+E1e0pN63QwS37fzM/YN+F31qtpVXffLGS+6k/Y4suvYiXts0\r\n2GOg1oi4vkPpve4VYx6TRbGKUhAmtFgftWtzB4CSzEor3tRqmt9FfBIz4zQc\r\nDRWRQS3OyNoABhsATnFdxbT0Z9AxZAKFzho=\r\n=fvzj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"beb56c6ef4c0dd531855914b88da4944780c5815","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-beb56c6-20230315164633"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.0","@remix-run/server-runtime":"1.14.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-beb56c6-20230315164633_1678898869048_0.31694743556126936","host":"s3://npm-registry-packages"}},"0.0.0-next-c60a96e-20230315170116":{"name":"@shopify/hydrogen","version":"0.0.0-next-c60a96e-20230315170116","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-c60a96e-20230315170116","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b0722c4dc5893614c2b256c8c5834b59ea5ddd57","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c60a96e-20230315170116.tgz","fileCount":19,"integrity":"sha512-nrD3YoKwp96dSWZkNGsnY3Kc7o12bbKBsdhsz/VmziyxveM5ot+AmXqBCykWzb8MfovkwkLqHjFmZzP6Y6jtYg==","signatures":[{"sig":"MEUCICmDRsYj49OSFO56wJzZfUhw6Cyg1V3MJ9V8o3P9fmmSAiEAu8DYdrIOk5gDrzzsmBYbFB356uEYXAstEDF12AGwfNA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1223677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEfoTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYGw/8D2gv0R2IZz6NxKTooM+aXuvgnEO6iINZNpOF3n8C3Wi4mRZh\r\n1G8+uEi09MeBR7E7pP0bIX8Quq4O2Wwe0ZcbMHraeNAZn/yJ45HTvZHyDkkW\r\nbkCS35tNpVHMsgGbumwfpylqjWUy1SOc7yGTZM6PgMo7BSCO+HmK6VlwCHD7\r\nV2Lj5D/nPjjZtQ8p6QBsHVqZ6+Erk2pQIR5owy+LgNk5EXWw0wuTzMzkY2+a\r\n46RgMritWv9UFCjFdcU6dFa2rL0hgPjR7bonf9QmxIFqomkgR6BOpTkdZ3kR\r\nCmbSgPxyCJsLTazCGMLwlLUpMXWcAnsjOpreGitLIB8yHceNlBtxzqO5owwf\r\n9UVkvLbqXsaJAI1RYpqv9M0oejuZonVE0nDGsQZ3RLMJcoTvfAhZzBpNECPl\r\nHY03kTGF1ySkuWrkYWoPHQ8SBgF/dcb2eCWvWZm3XRCLwcVKjlpUfL1C8TR8\r\nY3CpTDDVU8/O/e7/7fzt1TmqXF5VmH+QJVRsMztq0Qa0q3L4dDNJSHYm2BA0\r\nczS6B84a2hl1e87sdPUzqAu7vghDP5XO9nIA8UDI/cCf1za7g5YuQkD4azjw\r\nBsd7lNTLFd7/CISXht3egikuTJJuTKq/ikEOpREetS5f/Q7JQFoDUpoUNgxP\r\nDcM17lyRZh09HlRrIQU6sx2KKOBw09xGfho=\r\n=9iQK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"c60a96e0e77d5a1f8441192be46733990c78757f","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-c60a96e-20230315170116"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.0","@remix-run/server-runtime":"1.14.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c60a96e-20230315170116_1678899730796_0.934474876391701","host":"s3://npm-registry-packages"}},"2023.1.6":{"name":"@shopify/hydrogen","version":"2023.1.6","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@2023.1.6","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"356984a1f930c77fa4a6721a0c5dd526c549882e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.6.tgz","fileCount":19,"integrity":"sha512-+yXsHueBEOB8CEtPGZtEvdzqeF5dhB5e+Iz9IoVh0oyQTR9i4j+sU1MCIjx2IAluhwv/+f3HiJScfHmpMLGlFA==","signatures":[{"sig":"MEYCIQDWGGrnN3yBjymGut19Cw0oZrhOOBSmA3WwvGaJ8CBGmAIhAKyl4wnvoVpXTc48c0HDAf2UwTYr+rNCsbfOTbeCdU7U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1223425,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEhERACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpzow/8Cf51o4TTPNX3lfc1s3hMwm11lWfRSi4vfaC0dKJxHNzqq6WB\r\nOKBw4cxcO6l86AAbRCpyeSDOqRQUkcKi10gdarsZwgcgvITqY+TMwWY+RPB6\r\nTMq8lfRyI5YYWe6RXtJc7eC50d71qcFpeYgDPJZS/YzXc/vp5Ol5A+hbA2JE\r\nJlsiaLo8yjLRTgp55FuiMeHOnBtYYEV66qw+uvXoxpvDQxJshYChtpeuDHT1\r\n+Nd0uF6ptOyWnULPodNT4Y9TuBEgX1XzbNppxCkP6D6DrVlCQN2L2G/pZW7v\r\nK7SbFN7Ky8uD+51MaAbbcTYbfLPyDGd7x3qJC6poWN/LR09i2Yl/k/SonaXH\r\npAjsOSECnYr9uV3KeXvQAYHHjd4F+N25qU95pD/CLiT2XdRLl2NkEtt6XOIs\r\nJxfWdhX+HcJ6tUinaE0ALEulEoV6xcmMjFoiAZvKkT+dbm1MkdM1r5ERfCTj\r\nQOF8KQNrIvprHKYQB/kZP4FSrLrM8xiDGg0CYxSnytOb9nkjlLwLeaS8kUEv\r\nfFUQZeAdGNGELHxzlBcykc7DVvXY5iDtq4LjabdU17di0QKDOT1YO0w5YSRY\r\nIavqgBiWiby13vkJ0f0pJ2BwYytalVJ/6bd+J3srLYj7IZnoyHr7aqHTQqhF\r\njn9rXJuPBspYbpR6T4Xvp64RyE2AxxSwOro=\r\n=ELdE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e6394e0123f1f3f4049f4bf6f4a241783ce48259","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.1.7"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.0","@remix-run/server-runtime":"1.14.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.6_1678905616789_0.7730491019254913","host":"s3://npm-registry-packages"}},"0.0.0-next-85ae63a-20230328172810":{"name":"@shopify/hydrogen","version":"0.0.0-next-85ae63a-20230328172810","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-85ae63a-20230328172810","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ea0fb83f2f881ba63a062d89643cbe158e184659","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-85ae63a-20230328172810.tgz","fileCount":19,"integrity":"sha512-drgT35sR4AT3yDj1w/It36ZM0PlCj2/JyFPEE9PEZQ0exHWnBl2DV6Gv755ARtGYpEyrax93vFfa6Y/y7xePMw==","signatures":[{"sig":"MEUCIDWCtONbzLPhkv3wVOnr1YgfFCyzAUi1D2yU36NXKavZAiEAopNreKLbjHIQ4nWLf5JfNqT1DABq1me9VSZO2sd2AM0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1227479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIyPrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjAA//a7QsfByeP/O+wKG1DjahpOxYIKpG/Lq2Qc1rs8N47pCOCNhV\r\nz/+wCAuez7b2DuKxg4QPw3SYSE6o/i4NWNwW0M3mQn8LaIjwqvXz7+GsHIIO\r\nsZ/FmUwJL5LH1L/0A/d2EiuKW1TWxRjenW95L0SaBq4OkEUaP7I1k/St7TIH\r\nL2fdsC3UNE6Vbqt7I5uiUKeHDkEQx5lhqGJe9HPrGx/1bo7L/gI4jKgSy/U/\r\no1/z5CkIK5Otw0YPZV15FDcR1NNIyN2IK5bLzc3JVcS/L3NcHY4GAzUiLRPu\r\nUA/H9eDVvNu0OrROxXUkFrnYJZodh2xdy0Q+ljX5Mim6IQQfIaBwVMi1kTo2\r\nfKh9tBMJBP36AqLnYWYJGOYRO2GMqaIiIKHh3Yfx2PPILL5kglfjcxB35JIW\r\npx3Oo4bmA8HQV40mdOjyrabL05Y0s54TCKYxWVPN0DHVSzMQizn8RAP05JsW\r\n17bnZMVV/tgDWX/t8qUVdCKiezfADIAXW8N22VWZsdwrAKaKtRNxyaFrGhkc\r\n3Kcm838qdwNJ/P5GqNBjzx6uovAExt5DwOXk+8cim8ylmJQ4TsKf35zMXMRy\r\nN3fiC47mV+R7cdGGPUMr7T/kyBIgH9uLH8KeFBJglY01wydROtZJyXy2jj4l\r\n2X0DIbsEUHHQKtjyTdg6Bh66mVF/UEF7O/8=\r\n=+qVt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"85ae63ac37e5c4200919d8ae6c861c60effb4ded","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-85ae63a-20230328172810"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.0","@remix-run/server-runtime":"1.14.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-85ae63a-20230328172810_1680024555157_0.6757487266751421","host":"s3://npm-registry-packages"}},"0.0.0-next-1f8526c-20230328230113":{"name":"@shopify/hydrogen","version":"0.0.0-next-1f8526c-20230328230113","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-1f8526c-20230328230113","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4ac63ae17f6cecfb8c3e3839fbb97371ef503286","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1f8526c-20230328230113.tgz","fileCount":19,"integrity":"sha512-LF9JdT4zqZsFg5SVDkUMz8lJcZ8ko+GtCj4Ht0ikhbdnjDrHmxOR87zvz/fRY1hQGdzfu/XgdEORKSxEZV4jkA==","signatures":[{"sig":"MEUCIFPSU3+LBOimIkrCZm2J/rhZAkmp5aHhGa7//ySt1c+4AiEAocSFMJ7ADH2Oi1T+Gbh1otR9dbMpeqZn6h2AEci7A9s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1227479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI3HwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaVA//UQG7/tMLEPoxgKLKjvFG/DMUshNkzyb4RA1XfV1Jdz5oIhHP\r\nAJrjug8AM3hEzas1sau7SlVr6XG3AIh8HOS3cniBzhMZchcPAIzPzH3CjukF\r\nRVsz0nGaxkgi2/KRufJXs0/HIfkjhQ1sSlCvfpTAbLAajVTsQ+ZuGfE4BM5j\r\nk9Qu2+fwCVIFAxPqjDL0+y8giu6TK8dsr4Zbi/2vUiakD76XyBxzxh4MF39j\r\nMR1d+DRNtZaLk8nh5z9QIDDtZRhsWHOrU1NAv3kBXZKmxZ7KcZp6iMv/n0ee\r\n0gGgE2TonTPj2q15nBYYSB6Zz1dvnUSMrb1ZDxizCP9XwV57UYEhiccMB9ox\r\nzdlC+4wrTjqz47OzPQgjROR+GscQP/MQMZZZRj9iNkbFGNsJNFMYRUX06eQo\r\nPhkjP72G/a2xn+lLbw4uz7+jSMHPz9f5HVVj7C6kFhBRn2Bd+WkgHfBJ+1ob\r\nVv6EKOboEfChuoBnZ7yZAxCAbl4im+BJ4VKvtzWuP+xnvb8Igrif5+uLWWRZ\r\nwULemF81QN24aJ6jClEtGG3tufLmiGEYuhm+2zgrJuhnb6/HW7yfkxNQyqud\r\nWHgE69PaMNBVQLu4e/LXY3UVGMcv7gVbCcNY6lzsqyA0Zcnfi7KJt9EzMt5p\r\n35aqXoJH+32j7XXY9DKlQqDgSgnZ+jr20vs=\r\n=BxaE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1f8526c750dc1d5aa7ea02e196fffdd14d17a536","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-1f8526c-20230328230113"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1f8526c-20230328230113_1680044528684_0.008845966085702317","host":"s3://npm-registry-packages"}},"0.0.0-next-1440953-20230329151327":{"name":"@shopify/hydrogen","version":"0.0.0-next-1440953-20230329151327","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-1440953-20230329151327","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f664d165f7a21dd2cf94f01cade1ade27fdb470f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1440953-20230329151327.tgz","fileCount":19,"integrity":"sha512-Ga7Y+PE1UtNTZIYLHWkFE6PrpqT1jSoZ38fcfbEBzpbxPETho5sOWfCaGQK4H1isSBGVotPOTTaSjIoaI1g5Ag==","signatures":[{"sig":"MEUCIENsQ9Mo8RXugzPrtfygKir3FOoHd212EL1NFZugvzayAiEAmRFjob95M+ocgwxHKBL8y6BqXE7xFKjDtOkwL9I3TEo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1227479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJFXOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTyhAAm2hzkA4XUy4+6vt7J/+p0LZ+Zak9t9X6pZq4xnoElZvvoniq\r\na6UBeRHYD0frVhkBFocxW8N0Nbbgp104Ud1wRsj53nJqjMn4ckBlnWbUdWr2\r\nY823s8v6xDvqrwUQ4ICA+VF9ek9F9ZPAZGp4ldBqOphBqotWLMwluN216qHm\r\nW/YJB8uHAqpZPPSCxOPxRWN1ikHEzAqUKYuLVMaAjq0dLLATkYCJ8ucJaznM\r\n/T4w4fdiy+4GD9FW59hZWBLeqmXCpCdO501PuSdQpZCznEU6YCdO/gQfWJUv\r\ntfO3UYO75gRjtrutOXhUGGxD5o3hPxp1QlcwzIUAugZ3WK8TXx/FJen96Rmm\r\nvwAvJuO7V4txBUe+tji3wheo12G1CvaELa16MhcH+F0MDz5GzVuiPQzVwPc7\r\n9jEEXvS0egtYVHiZrV0SE4mVqSmWNV8N5n7kd65mwrl+xMzO1mYB16sf/Ulm\r\nRBZ0oTcZJoSw3U/6M2WRJ8pbvCBzNEXEvrDN04/uOQfCe0zZVNzQsXkmhhL9\r\nUty0p6DzYL7DQKgjP00qZP+BrrHqNhP7KaEa8xHTTbSmVh96zxPiXez2cH/e\r\nAeyrc4JqktHOUS17uM2HX27Oy9AelzvUz3tQZNR2Wo5+fVJNzy6XIJz5z/mN\r\nte2uyt5vTOENduAOdb2jU8iJDOPlQrKAWuY=\r\n=EfSM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"14409531ae36b5d9651021d5dfd86b1e7c680e21","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-1440953-20230329151327"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1440953-20230329151327_1680102862565_0.3997882483702617","host":"s3://npm-registry-packages"}},"0.0.0-next-b37205b-20230329164744":{"name":"@shopify/hydrogen","version":"0.0.0-next-b37205b-20230329164744","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-b37205b-20230329164744","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"75d1eb32a5e8c85012a82839eb5041e4440c3acd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b37205b-20230329164744.tgz","fileCount":19,"integrity":"sha512-x3nsvg5CuFU8sO3eJSAb1KV4y0oG1qXdUw3AIFzW5WBJfECAanJnplFeaI/54GqYqXaAwxZw4Qf93VfQmJQuCA==","signatures":[{"sig":"MEUCIQDroYGDOFB8lVlJjQW6O9J2L+/xghugQU/SoyOzE9w5KQIgS9EVD5liLptqOQodZMBIafrenSQXdi//BTdO2/7X8vs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1227479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJGvnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqX3A/9E6B7KCus7FO1cyZvNa+w22Zo+11l28MAMFGc3ZJ3lGx/wJ2Z\r\nbugsduItQ4geJ3ultwwBbUFGrt+dyQdk8Co4TSefY3MwzMpzNxTL9NiamFbd\r\nAgJpxVzBAl+7XhL9a/+1F7UpRa3E4hlgVdH+BdNf7GyiKuo7otbcQXWMYZUW\r\nLGMHx4u6fexB8qEPce2MuZS8tzElurK3iKq3jjtKxloW5Vs74hKdlRudP+ND\r\nZoD2A3nNAPoVJqVP4pcfmr/jDKLcFFVUv3iaoWkYequo+FaHZFTsIjHXC0V9\r\nU/leLlVeU74KBvSKEIR9wbExJhnJCaq0khurPyZQs1uB3QKrRlI+Qm9k2nuE\r\nRSghaSbxHMsZ8pIBxSYZwjUJS8FXcB6UuiBskBlbyKWF1HtXFaZifzbHRdv0\r\nsRfFGR+CP4S4KRHpYfLWntwdO8wD+8y5LoRiHazKvE0/WA6chAR+/gpzZMzZ\r\ni6YpIr24lTJHzcUMK7JoctA0tYk4JZnjSYbmeAQlAnMJ2sxGwF5a19KSS7is\r\nF5amPZ+vGVlBQU0UQ6dNIS78LsHOziFMCQ1yZF8RknPxZ/WNtY7poZxNh4uz\r\n2vF9cm30qiXnphGQPK1btPupCDeNPxdgFi9sRDnC2K5iIFRzmdH574MKy0zb\r\ni5HZipG3SrQ8F8jIRWVNqnzPBQqffNDb89o=\r\n=DAZT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b37205b0ee8d5c27a89d1a596ed69d6408d77062","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b37205b-20230329164744"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b37205b-20230329164744_1680108519008_0.8600642805161902","host":"s3://npm-registry-packages"}},"0.0.0-next-737f83e-20230329165308":{"name":"@shopify/hydrogen","version":"0.0.0-next-737f83e-20230329165308","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-737f83e-20230329165308","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"07f3ad4273916d61b18d9718a87d41ce606e3a0e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-737f83e-20230329165308.tgz","fileCount":19,"integrity":"sha512-q7uC//J8jhP8nqZttwm9PuxsV4Hfpz7aQMySh1LHXI53SoDkkFHH70Z2Jy9+1y3VLGoKPSPc+dzfY7jVGX3o5A==","signatures":[{"sig":"MEUCIQCzrE0gNaT+KI6JX7NrsKlDHpKXJedN1RvFvbuc6l6W4AIgR71NVl5AI5QkdC+g3Xrs3/WOmYEfclZy+1RGJ+jkBGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJG0oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrT7g//SklViBtFVpNT5HKkbzPdex33mDoSr/2BSMZold1MXCyRsPs+\r\nk/cDpCoz9QS5QrzEB7qVBJLGKKMlpgj4jJUMdzZ0q9WanjohytkV7syafAnl\r\nsMXijT93YG/hdGXRaLZvP5JtHzsb99/xpwawqObthI/CF8BB0TFY2YxjAEgB\r\njEZFm2YlIyml71jjYA5yy5vPPEX1NFPk6u8QA09J9M3v8whslt3UUeve2rG7\r\nz6DeBM2SgSZT+3MLeMI9UKAtj0/1asFV+k9AmjVtL+7rOsqRe3ics7tSwAgq\r\ngSsgZktquLda5Sk/W08HTBFPWSWMQW4zskuiWmVxtsRK4wcQxf2KQNM9Dpml\r\n3UEaO+lBOAnzQNiUjMEmUorVZOUbiPKgnFcND4gL/k4D7Bz0Fw//drK9e+tK\r\nBGq4MBSGrEsKOkGYbPVj5ZfXU6Kv46gzNtY6i0Pp7b/otIdRIwlCzu2QzWj6\r\nodmvh8zhg1JqnR8jui/EOtvh8KDXhOcMLQW0jKwKYvvAVA2sylwL4AkWTIxo\r\nOnQe5PFLXArYl21ljYDhi14EySs9idIrhVPBRvle+nWt1Cd3bSUVThmhmKxH\r\nr3RFXs/vNdaBLh/v5poIiO6lhnd1Fn6ECjG9cxxczdjKnE4V8J5OmJr00+FY\r\nm3XDIJmTxN6arnQd/we3V1MA1DyDLHpy4po=\r\n=Z/zd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"737f83ebb72fccc2f367532ebaa19ea00b1b3436","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-737f83e-20230329165308"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-737f83e-20230329165308_1680108840531_0.5430280285792048","host":"s3://npm-registry-packages"}},"0.0.0-next-ec99653-20230330174559":{"name":"@shopify/hydrogen","version":"0.0.0-next-ec99653-20230330174559","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-ec99653-20230330174559","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"919f9e356e4f2cad82844d0f8dbf431337a01ec5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ec99653-20230330174559.tgz","fileCount":19,"integrity":"sha512-HWU3dnaCDfXxwknZ0wFjrP4fghRNB6OTwNseN7hQEHQ5D+50FzS634N0r4kT/Su8pDI56ChJ4CPSsFlez2wBAg==","signatures":[{"sig":"MEQCIFLNJgKwTe3Vrdy+CuSsQ175eg8R0gTFRteDNYeDAPsKAiBA3ISvU4CX/ols3vpbgD0oVbhUbucuqywAu9Cn2J15tQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJcsQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNAg//Y5THDV+6RMdl+h7hFvUEVk9w5BxzNn8+j1gClyBrwTSi0TTA\r\n/Na6clFSbha59+e1oaNSOHKShqZnDa33Y8CVA5EcB3uswVVnNU48jabJsuIq\r\nVtuaefDjAP4tCjoLT8S6Cn9MRbp5QCFh+qy59Jo3a036VZyI2NjdfbDcOx9M\r\nnc+JW4+rAI+v+NZWmvoay6rShfz35GfPTlll2A20L4OT7J6TWdyE9RCPOUxU\r\nGkrq9ABCdsdU3lbC+CkIh/r1X+R5sCeF8xlWR3Vq5Q9yFtbLJcw2W07exRqV\r\n48uiG7P+RCSXLVj1mJb2WFqm6eQe1az65hcWgJ+TGZoDI7nPLHiPmItB0l2i\r\nVZ0htj5gicMclvR7oVy/4oZ9sCH/mN5oxPx5GH2pKrX1MdtjMUfApsQmmD99\r\nC+bpKr5C3A/2ihVQUkOcLc8ZAJaJTuui4Yrp6ecI7DlsN2mqUNjskeIsQcBe\r\ncfeYAswBy0Lt48uEa5omB7kyMKzoG6qYdpzT0HGB7qlB7xVFyJs2gVhAh4i/\r\nlFc+iy9flp4oHBdLyfKaY+whSa1xddIV2ae0p7ndBvAWdsF+FOoSVA2lmAal\r\n7gftztl9g1RLULQNTEfLofxlPFVK8OwWWwgAF6e9dX/bW6x08dLHL8HxKBz4\r\nd4SCoNhr1qV7+WwCOjjL+YImwMyg6/08xXA=\r\n=KBdm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ec996530b5cfb9dcc6c7ccc4789a053732ef87d2","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-ec99653-20230330174559"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ec99653-20230330174559_1680198416239_0.6453452280684373","host":"s3://npm-registry-packages"}},"0.0.0-next-b593fba-20230330181334":{"name":"@shopify/hydrogen","version":"0.0.0-next-b593fba-20230330181334","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-b593fba-20230330181334","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7048f6f7d56f3a3b9b6487eed4dc234dcb9577e7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b593fba-20230330181334.tgz","fileCount":19,"integrity":"sha512-3UzViXYX32Vlc3oo+UbzyMHU53TWcKyIoIb4gJ8hAZG60HwMTgkRq1youC9owllPy4frseifXdYA3qaRmMqK5w==","signatures":[{"sig":"MEYCIQDoZwspB4S5tTcDembhko3QWHLSI0exu2vsy3YJpU387AIhAJQXKVOWA3eyNIzvz5QqNAlDuSE9DlR0n9A+q2CRliwO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJdGJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmre5g//WSH8OeTVP+7kmyD3/0rSt1yLq2BXQrlRAFEluYoFJP9pHSa/\r\nYF3Mg7IgVLErv/OV9Ol1T5RH+CxiNv6qTxRyFyTA5GVHpOy8C53zFUh1fb6t\r\naF7RMPWiseVWEFfqkTdo5Y0kSpwwg/mTYnDbcZ2qZu8NzDuT29L6hdeqTKKl\r\n8OuxJVjFqKjXpMp9fLG0jJWbuBJLAgPvkYjJQEP5jDYFqbPl5fuR/Nok8R0x\r\na8DUR7MSWTO4zAli59LHUIkWpbyD95wXF3elrYXmMEJT3V/xbkYAm5J5S+kC\r\nu9LwAf6SWp+3jUjTJp1BaiLBFiKOW2W3Mp4AtucTYd4Gz9COAuaD2UY53Lxw\r\npLXkzSSaIO/W/Jag4cSzo3GJ09DM2TXwxpdV4DfvVXuIwCCvJREqeXVyzWg/\r\nxg4h2jAvebUAnzGjs7Jromvg/qZnFEz+RMduw67JSgEgh1Eo7ur+OrZc5W49\r\nfNUZQsyTN2rQ8hrUOeSiJftF1aQTYwi4iSBbB0dQQ3LMcGzL6p7kXJ4Eq50m\r\nAjNHcHBHpupBVbPjH2kGU0KjNCexWHK7C9Wce8dbhvVHzO52JaI8Lp4HeJ2+\r\nHUZJkhDbMisKOlDkH5+JKjpkyxlNQ6xH3+GeGwBRyxivRB1vczdDHUyWcSqN\r\niNG0O8cy3NMHaQZysEv4TFRW0Lfu3Asw2Tc=\r\n=Wm5D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b593fba863b9e4fb6ff80ea4ef1f27276881d58d","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b593fba-20230330181334"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b593fba-20230330181334_1680200073537_0.999506435051887","host":"s3://npm-registry-packages"}},"0.0.0-next-9eb07a5-20230331171431":{"name":"@shopify/hydrogen","version":"0.0.0-next-9eb07a5-20230331171431","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-9eb07a5-20230331171431","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ce6b779a00d1d6c259cf269f42b9132362d2919e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9eb07a5-20230331171431.tgz","fileCount":19,"integrity":"sha512-xE3JznLqrrjQyqm8joKlg5PTAyqNrBG41Upg+WjgBwnKv2f0WI2abG6I7oZgBIyzNtLnkp6By5Loc9V2p2/6yw==","signatures":[{"sig":"MEUCIELsHmDlBrBhhgkcSW56gE3WxkvJJImWVMgG0pVmpsTpAiEAs7gq0MuWKv1+OpLeeboO3guTWnm1SWtVigEPGyr++eM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJxUqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5ZA/9Gko4hgNyoYX7zALOaS3nDdpNWAY82t11nupE3pl9gMCU5V2y\r\nWmhU+ilX+mdP7WbadVQY3asZ1K2L0NSFuKJt3xiBOtI+1Bzb5x+qII0lafMS\r\nGG1qOkFr8FSXRKH4rX6PuWziVdtzupjMQMyDFDYVOYlJlecrnz0GRIez/uJf\r\nuoc1Up7jH/KFjN38Iuk+1V4JrjyfeeSb5w2nHHYOikbRwXnpq8KmoY7zGuV8\r\n6p2mDsHSN6eJoXqPx1uDnAlJXka/O+PcqfuBts3CLoMUGrMfVQd5mJYXXL7h\r\n63L2grugGIch7Sb5QPmUcNdftYrGmcznuCVA2LppbmJyMpKjGuvM7EJD0Ub7\r\nfhrGwIxah/0e61GVSb+7xVfQINuZiJek+GiiX/zEy32ZlED2DvXbHJzHCJuN\r\n0ZY6sp53RtrlMXRp+GuPJ3soQkGzLwEN23rV+XKDjX7NzzznFf6/rajCoQzd\r\n8PtoI3mX79kefHC41wNHa+QQ/mVoIW+fBeMi8ZeGNAFCw8gYqmtXTy4j3N0U\r\nU3Vnv1RtSgEU/plRFyEJOc2BIho0CizaL1cblY9FQj3481uIjxmZwtpabuaD\r\neVm67jpt1FH+VUMmzuWzZdU9gLKQ2WEW9DKheIbBr5lwD/Wd7yePmQ5aFTWI\r\ntxMt5bpWkD+Tf5y/+MZ0djToEMhfQTKzkl4=\r\n=9WgX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9eb07a539cbd31336acbc88dc90500ec21195029","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-9eb07a5-20230331171431"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9eb07a5-20230331171431_1680282922407_0.18875223855495493","host":"s3://npm-registry-packages"}},"0.0.0-next-25f78ab-20230331194947":{"name":"@shopify/hydrogen","version":"0.0.0-next-25f78ab-20230331194947","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-25f78ab-20230331194947","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"be0e8012e5f61c30d29337ca5a44373d5d76d24e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-25f78ab-20230331194947.tgz","fileCount":19,"integrity":"sha512-S9P3nYSM+4AU4OslIqa4lcfwJsGBiQQoeuF1DgVN/TYOsACZU26DZMPNs0i9Dzpf+E75kkjqriqArPXRWne1cQ==","signatures":[{"sig":"MEUCIQDDNMLiCvY/yQYcShpEJhy/N97B75g5oqvT9QKFhxNOcgIgO3JyfGlTXov6IHtPAE5SxTVvSiP+o/5A2nE3S/uLW/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJzmQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqacQ/6A7ef6LrT4nsl8pzSG/Byv4tI4a49g/uUc1AebY0LuCiELyga\r\nnaL4i37l6rarKiNxRna800suuczkfE2Hn4X/sT8nhjd5C/P+Uw4LLWAGAd3f\r\nsBBwLh5EuW3oVQBI1qcESyc2BgS8m+lIXVCrV4Jh56+eaCZhvJnuVmx8EEnp\r\nnJFIezjuz777wBD18eA64gaUDD85Rz3eSLIlqZjhBsecy0GkavlB3Dfme3vQ\r\nUjYBX+37SxLuEXnLvAEBH0NV6JMYgY8alVNObc/Sz+A97k6XGIoSKaKabZ7s\r\nVQGQSH7Y/hjSq4PpnFEWnXkWN/toLtggF+m8gYgPfJcBsHFU7NIcJFwR21Ro\r\npB2OEHQR3ouTrXvdUgsqXeeImlALgCdnzehj0B/MGRXhMbPHpngUymXwc5BS\r\n3koiILNTiTX+wX1QLstiigmw/3iqfAjQGXFcznreKVRnSwhN44cfvkCvArnx\r\ncGlrVVMYewNtJDhBnQ8CqAhv66casuIbLgXY++t/mA0yImjvdyzRaIAGIXNd\r\nMKK94KhUktBxaY1GKBlaPkpWvZfb8wSLBoRIDRMNbCTt+pmxqaaLdzd+bJGT\r\niowK547+Xm7lbNaixJAh4R9gaqxyGayyoiiwDhbdteA7/Wm2ZN8BIPGavC/z\r\nKyMY379uhCoe2oVJ1J7+YOU8c7J5aBq/Akw=\r\n=6Cwh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"25f78ab3b361e004c3601aa967679ea84b8172f8","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-25f78ab-20230331194947"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-25f78ab-20230331194947_1680292240387_0.8673149889380214","host":"s3://npm-registry-packages"}},"0.0.0-next-5e26503-20230331201035":{"name":"@shopify/hydrogen","version":"0.0.0-next-5e26503-20230331201035","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-5e26503-20230331201035","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d4c6fe690dcf371d70bf991986edf1ce4e2206d6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5e26503-20230331201035.tgz","fileCount":19,"integrity":"sha512-k5tPqQRRyK6AxXYhlx2yMmPDHeYNYu8RmkBP8eSglQ7UxUX6N7tGr0Yr+aLHRumMtk9T0/GVXmzN/BVCuX6EKw==","signatures":[{"sig":"MEQCIE4EkVN4zZ9rwLp5PcAOyrTdOf+HvOAUJS6XXgIajtsTAiBxlQ06g1oRkApx2awvQMwWo0HZNv7SclIja2X9NmsD3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJz56ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpoug/9FcKrV+KFWSnHMZj8ggW2GMF37ZkOcyMWdhuAtrQAlfj9uDOF\r\nZ0nu27Hmmj6IgUD4QiwRtYfvzkcRM7EZrMh4U1X/Z/POOo/xxFhq9HVrUuHP\r\nowyI+edIxaWF4L73q7tjUhf1OAGiRToh4e1LWXjZESsOUbwajMAxJ813nsF0\r\nRd3OZNuAHRReAn5tRNKB3o6wV5Sfnz8fUxXqRLeL8yOHjNjdSp4Nun3l9F5F\r\n5Zlq0BGWUrir1+3cWF+J5A5J+JX3tvGr5MkuUjmMu9pP6+qREZMRqpbmVInD\r\ns5Dw9Vul/Yc75JqSCIMbjfmpjS8CimGpJCTDk3WjHxX0eUFZ21eY2gHBNJ9F\r\nhPnZct37CZfAyGgbKw52YDrUh0i3mRh/oQFwMJ+RAK4oHBbfIfL8oKrfJ0tZ\r\naYnBrgs2s7/vTUg1UYIPqJNMgcysLaTQ1G/Io5DlCsvUw/v078pgE0sgXcIr\r\nZVPfsbYi0g/zYOdbohNfcssgMaej2eDVx+f0vOXaTwKjwV5/7nThiZSH46tm\r\nVZ8mbMyHlR/jwTmN1bXPx5jspyBcHatsaqB6YEnQpo8RrhmTY2jslEMkF0Vu\r\nanujCXWqRNUeHrDI5wOiru1NUw/d8rCzFc5zmq2sjwpWUqSuTVH+PBSrEwId\r\nN5vHzltH8bRmXIuV60MVyHmNV8TjQzomdy0=\r\n=wUZi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5e2650374441fb5ae4840215fefdd5d547a378c0","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-5e26503-20230331201035"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5e26503-20230331201035_1680293497988_0.8498180801275872","host":"s3://npm-registry-packages"}},"0.0.0-next-68a6028-20230403110318":{"name":"@shopify/hydrogen","version":"0.0.0-next-68a6028-20230403110318","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-68a6028-20230403110318","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"905f0b1979d0d31965b8485c67a355f42f70ead8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-68a6028-20230403110318.tgz","fileCount":19,"integrity":"sha512-yHoXblPWNyXWtmXjT9j+I0kbx4kFnbz01ZblRK+wpsxBeM3HL1Dh749HkqJb/g+RrfvCGNOvrD721f+pay4lGg==","signatures":[{"sig":"MEUCIAdd1ZzQrQW+h9lKprP9UDn0WdIzOIDZzHTSsIWmKTBNAiEAiY6u+Uc0ODuISd2nYeovyhryAh9IhBby4uM0KRkrEVE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkKrK2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8rxAAjcieLQO7zA3DYkckVeQxYJZTPYoQMK3N3siMb8tlZtSeyvkV\r\n/d18R0YMgVkcjBYDFgcXkqJFJX1euAExVf3yyjd6jGhO5doKHQHIzZtkI46R\r\nU5FHE9aNlijJWIQ66t3bHdYsaD+rtS2XLkdaQUCbYlaNKQBezGSb3CBmxApP\r\nMn5Te1pmwJsxirnZyJU33jfxt620xAe614HQ5UvTE9dOJjqTXohmGpky1I3D\r\n/StYGFcf8DF3yK1DEoLR1kpKQo538AAkTA0PbuR4OsbzZY4py9ZPWh6qO6R5\r\nSCNoGu0ZgFm5CNZtfZwgZzVgI2COCaZjG+JOS9VPri8BfiDDAfuI/Thwl+9K\r\nHcr54pN2t2ACclw10z4alCkvcAs8rNgYs7B+Ev6phiPEz9XJxKGffuY6wVYn\r\nWjd4/ZJ3DH9pqJPZHxyt2rElxOwl+bdRDxqO2ExXtPad4p1f4v79q41KsCqH\r\nkutZ6KCWATOs8HT6GQWa4a7251lbmk1UMUlFlDt5JmqklijNPZpJQ7uhfhP8\r\nSn0E8+Rrp9qLt8uwbLUz/cV9kzEg2UNFDHJb/Wut2LqT4KGlaUhul2O4VIVD\r\nCQ7DWV5yXIVoOn0EbWTinKyGKcp0vp+OE7LtwlAYgyyTwYLLVAhP2k+tMfAf\r\n8JxxbeMbhyYjMK/MRk1fJSu2c0sMw4bBhlU=\r\n=CVhH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"68a60285a3d563d6e98fb79c3ba6d98eb4ee6be0","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-68a6028-20230403110318"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-68a6028-20230403110318_1680519861954_0.5065819566430696","host":"s3://npm-registry-packages"}},"0.0.0-next-73f0c48-20230403171931":{"name":"@shopify/hydrogen","version":"0.0.0-next-73f0c48-20230403171931","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-73f0c48-20230403171931","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7a72aaa00994a012ccdd6f4facee146993cd8a21","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-73f0c48-20230403171931.tgz","fileCount":19,"integrity":"sha512-DgOQRLFt2KInxX/nsia5PKrN1xSB8PXQfNsCW06LX7rT7Yb+9Q4JzaNrAiIIMeRs5dCCFHgOMptFsIiGNVC7tg==","signatures":[{"sig":"MEQCIDnmWwFb2v49k8w6eXEZSY/VehtA/7R6B31S2L2csF0kAiA3OUg3R0raKTAQPDSueY5mdqipfiY28rJlODn5QKBB6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkKwrZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqkvg/5AXWUtqpmItP7rJNX0KDP4lgUsGrb48BQ1rNnR2OQkMlUiPON\r\ndo0etUgICsS6/mBIMw80vxTyzp8cRWvPUi+8HG94bSWcqoMtHENVIqu0Tk7Q\r\nS2VYt7qYvqcmpyZxEX1JddpvLrfmgYrEng2PolMH9P9lTxp5HMpVui7c2QFi\r\ncZcKxmTBvbIawDY6dIJEDbEUkjTh1GLEiCwiI96PqTxfJXshqv1ldJksOSyK\r\nLAnW8BkVzV6eUQbFQxjLbgn1tcksezco6WE8t4ObxuZZdL8BvX2euHs9xZlU\r\n7n7e9EK7dkeGKvLhSERFeJO7zBrg2wM17YF64e4k1DJZIgQuggccSRwUwCZd\r\nMc3AbOFSVuwUWa9+GpgjPZkbX1NQ1f/iOHNsr8tz1m3cioRWyCeMMAtmHmhU\r\nGlMxage7a3XcDvvIiZD9u+hOdbqxu1qg5VBEdWwaeaGCWBxZlpEq3QHgynIk\r\nu2l6AXT0W7b7DZ8nKhRIhF3CCnU2hu2C6uK173VhBKB7gLXlFFgaMK5w28uJ\r\nSpeB80hQM57bAmD3UIg4NPkVF6tS7Po5k1oiF6yxFJfLzEXvu7sCaPXlc9OH\r\nmiZYAsDrdGTwefRpMxEUddDc7eWpUvSvvPxKp8NIPshFZXd4YvqaJMHSCdor\r\n2XrAMfmM100DgIBAY2Urh11V3JzyP1yaI+k=\r\n=CEcu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"73f0c489e2b53e62656447f8570b9963df4f8c0f","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-73f0c48-20230403171931"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-73f0c48-20230403171931_1680542425380_0.4339717010613824","host":"s3://npm-registry-packages"}},"0.0.0-next-92ca75b-20230403192429":{"name":"@shopify/hydrogen","version":"0.0.0-next-92ca75b-20230403192429","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-92ca75b-20230403192429","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"37507bbe536441159a66eb089b95769c877db247","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-92ca75b-20230403192429.tgz","fileCount":19,"integrity":"sha512-UdDqUP6yVG/Svf+NHhsPfA9G4PecbwfS+E05WbpzaEuKK6vAxq0Cd4PGAzlhN2RmGdwqeePcTbFuGfm5S1PgnA==","signatures":[{"sig":"MEYCIQC7Nepm4ssf8/gFgEBNWMmLeCTHgPPnCLZa6K2a1DSyLgIhANz0qFurtCKM6glz7dmkcf7ifcE03xInWqFlM6L48Eo3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkKygvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpe6RAAkMMPpady4IBtkhRFcZBateocRTdFDUvfR0yPwnLD2w0N6u85\r\nu+wNbCNTqWSsYjdFoO8qR3bJtXwtzyDUUHqaqaRqgOqNtOir85Std/TBvD2m\r\niznnUOh60z2yZ1y7m9Kk87ITo+1B8PvCm99K6TzChDTubFrg+gXwWpev1w+w\r\nMnX9ohJaWXAucLHuI/vkbkupMALk+FuodxbbD2ru3LL/G8GNrYs3/7b/zXuS\r\nb43fa35CD95xTCgXPxM6p722fW+XOJdFp8BTqwDDucyXbg02lzQ0sP+zVh7T\r\nW+7stg6hcFlg6zgDsDkm7dY+FQfZz9VsVGyktuvpToVq0U7hV49S7WEB97/u\r\n1XX2sdo1kt/qjSnhVg5JQKJkHORVda/B4AASX+5AsaHeXuJrcufHRpAPZm4W\r\nk8kmePuf7ZtZXfRxNwX+LsWPfz9aaJ++G9rZPeYUfg2jOTXA0pq/BS4NI6Jj\r\nVR5ivK1XWUrqRYF8oCoi/ycMczkGsH0XgZrOEs2+zVN+M/Xf3duZygzRRRO/\r\noSk4nELnc552mjy08Kre4urOmyW4/X8K1io1sZtWIK0yXBEPsyFexk3os6id\r\nfjctXJ5j6gHGWOTL82y9o2nGVJjZMaggO+7D4sgr8yEe2p+qFtqFzddzWIO4\r\nKZMwok7OvDV5AVUh0BLHmbB1SgX+BITwYKE=\r\n=BMWg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"92ca75b067eff622092fbad420dd45d9fda26791","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-92ca75b-20230403192429"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-92ca75b-20230403192429_1680549934979_0.6675278546515544","host":"s3://npm-registry-packages"}},"0.0.0-next-331120c-20230403193348":{"name":"@shopify/hydrogen","version":"0.0.0-next-331120c-20230403193348","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-331120c-20230403193348","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6dc07769edba2c76a67a46f57849d490ccfc5f02","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-331120c-20230403193348.tgz","fileCount":19,"integrity":"sha512-JcarGCqc/kfXtQSUGYVqUqguv5kwv04Dr9bRHgFH9I5e/gfngLevRSatCCw48CbCGoBjA9F/8ZmPwnpSdl/DIg==","signatures":[{"sig":"MEQCIHZsFqMGPR6xWka6/w22vc3zHuW19Zi9V7f3FR9sAaFaAiA3+E4bPB+bMW79DzPBz5aczhiZJPmo8uHNXskZYBGkSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkKypTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmohtg/8CAA3wjGg9zg2lzf+Z87bBXvsz086IUiJ9v8uMb7+L6R5UK6H\r\n/r5hlcs0j1dmz9HgfJmWvMI5qDrojeOKvptLi/ny1slLs0ob7xHTkT1TcpS5\r\naf7uRXNB4gkd5HSOsF8/4D3NrSU1xty3+d3nKII9NBIQPS58AAdekHMt9kCr\r\nsT1tk4DbOibDJiQsFI20+DS0Z9WlbGSthJhELDdcSW+LnZF2cTsZonyPAQKj\r\nYd54cBIGO3X11rac4rl1MvIJX2QnVKCsXUrJPXHlRGv6YCUvUIQdrLqQC1PQ\r\nnN+tAGhFDoc/x0z5ly+oec0jJqZKqNronmPPPOTRWNkNF1HxpRwnov29Aa+n\r\nXwOgjWkiYxkSAj9zmp63q6GbXhIUBluexlylDvHezDtrlsIol692suaxXRA3\r\nEuYbRdFDBuytIND4f2Lg+X1RK3F7lmzSGBW5TcQaNjU58DbGeWPI9Ao3gQiz\r\nO+bmOILlbS0KQGUZBr/LFzwiqSoDvYFnFbrzL3Eti3Kx4aTyc8OigEJzQgKS\r\nAaAJQ1y0V7klDwHbT27P0U2H9y9U9npRtSZxJvEMumMfSGOlzPaeLd9n3SAl\r\nTEmWsvFytcpMdSVheItQC3uf0wp6zpoTUzNVQGi7lN+rkZuLWEQRsG8dfrGd\r\nWzHCHxNsONfXTD15kUOqntUkerbB/p5gLZA=\r\n=68J7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"331120ca77e0a98c3ca43b9c25564f1f5746eda6","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-331120c-20230403193348"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-331120c-20230403193348_1680550483353_0.5771472101817849","host":"s3://npm-registry-packages"}},"0.0.0-next-d9877d6-20230403225015":{"name":"@shopify/hydrogen","version":"0.0.0-next-d9877d6-20230403225015","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-d9877d6-20230403225015","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2c6262421f733a58ec94083d5f18425d4198ac82","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d9877d6-20230403225015.tgz","fileCount":19,"integrity":"sha512-C6zyhsm8Hb411+HWfn2MEDJLUl9A6hC+aUcGYv64rwwVmPFZS2PiiTFOd1QwwvL1REUSzxgUT82Xv++C8MoKiQ==","signatures":[{"sig":"MEUCIEbVyBuYG6A7XQtFhiU0JCtBhHeIB32rDvDlNFEP+6u4AiEA4NaQ8AbIPdeD1XP62e7kp6G0bBhPG5dBCCmmBv6PR9E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkK1hsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBTg/+JnI2tJC1Gi50DsuIN8y++iqMR9yUKT+WBqvq8wVSiKz25eLR\r\nnZE6+arDYvorc0Fl9qbp/K268AwcmsrZ75v7KBp7ZZRiwdsQNK5Perp5GmcY\r\nYTG26qtDAlNKZBwBRSme8VR4t8dKGh4+XE15oHNBib00QWd1TNXRo7aBGea+\r\neFCf/9c6P/o/3Xf3lyVziof3f01R6CSf3Wv5TTpcpVFKAVyXSCx7mtXS4sv0\r\nXE5xB13XWp8Shs2VzTqC+bs/RtbsBKJblaNRx817PSV5PKXAF6HHYOn9eOl7\r\ntE5fVWIjKJapaCzRvJerAlcyHVcgIeHi+GZCu6mxw3gC1yszSIGz+AEXZkkg\r\nSY8o4WzhPcwC/uEs/T7v2/Zrs//0+PiXh1IE/9JWhDR5i1OFJvW63hSB31ma\r\nJGMgVjrn5Nuq/skLIJV9XzKz8+O3Gw+1SjEWiuaH1siaMhgdSR4782tGgZHG\r\nW/ONePeojxivkS/r/xDXTXUUznJpmB+bx6iUT+svMbXDhSvOs7iHqDKDdfCj\r\nPhlYPzwkLJ0+56zwVPVa8h0sQr4oZgJjMm5NewHvBlChxAyIozwN7hS0f4EN\r\nSct4rvNrR+aPpwnU0e+jyPhIC7EMzgqICkrWX8o1uEax0MDf6Hz5UPm0AGYm\r\nJ6sX9+hgEsBmCww5APKzPwupwyeL7qZM28M=\r\n=edvd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d9877d68bcd8657219ad90e54dc1fc596b801e89","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d9877d6-20230403225015"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d9877d6-20230403225015_1680562284720_0.9207884091442708","host":"s3://npm-registry-packages"}},"0.0.0-next-5420c9f-20230404074924":{"name":"@shopify/hydrogen","version":"0.0.0-next-5420c9f-20230404074924","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-5420c9f-20230404074924","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"24ac95945b429959c5db79d14f8bafb51973b008","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5420c9f-20230404074924.tgz","fileCount":19,"integrity":"sha512-pAM1Y7fdk6Fiby9ohkXQy6ad5vEtflMSFB8l+YxU3bEL8TFmnDGlY1UWOFLTfmPTSgrrtxB9bpiv/gK0atDF4g==","signatures":[{"sig":"MEQCIC7+Uxn5Moa0yz/x38YtDEtW49SaK67hqWIZHQ5u+npbAiBFJAw+kdm75elwGgqjtaIhRmRHV9WaoQcfPdPuJxWsSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkK9a8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoxQxAAku72wCs0XX7QncFhLwCGrlR9CzhLGzJeIILd1YHH5I4x2Efy\r\nyBbuaqZkJHgS6uWkFk58ijjdIA6Do8FwoBDaxA4WXoC7JI/qAETYh2itTSxA\r\nItpMchXznhvpH2HxDcmsvzk13+9o6WVCOOHTfkcBdga2k8Oj0doZIi4LcqIU\r\nXJrywTMlwdxB274GuKAJdNGoSZGkXq+e6uFOqSEp/n65FZ3ZKXu3t6KmKYnP\r\nOpmP4mqz1xiQZazXElkY/lD42nh+n/u/ko81m2IE3O95YEsZIDvIyfhAhUMn\r\nG2l1u5NuHj2JNJwOpZUOFfVUn1Sbzp9ytyRN9IuCNhUJJTa7vM4YqdoN6ThY\r\nLQNIv/unhlyza3Q7ErtIeSlTfZ+UtS5cO4qEH88jeyWes4Dc5OFvwUTNVRft\r\ny98Ku+B89hhwVj/vE37gj0L1LqpkZZS0HB0v5KgK70Exwc+2z0YNM8EpK0RB\r\naxAcId21K7fmuhBFMIRWBuRU6W9Tk1DSfP8fMZT3+lW5FdbBfArgAsJXN7wK\r\n/5FshNe6hWgyLm6UrVrPUGqSV3FTMke6g1m1Q6IwTngsH/dU6wv89J1CO4l/\r\nwNywEAMjNE0n1kNuGHnNYusXSf8WrGu2aYOzLQtsQLhluZ8tD92dvEj939Nc\r\nxEf29ddB+zNh7ztWCGBzgqgfjnJqo7WJERM=\r\n=QRSp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5420c9f90dea26b88d6c9ecc6d4ddf629f808308","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-5420c9f-20230404074924"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5420c9f-20230404074924_1680594619881_0.7801417159975634","host":"s3://npm-registry-packages"}},"0.0.0-next-fab9629-20230405152805":{"name":"@shopify/hydrogen","version":"0.0.0-next-fab9629-20230405152805","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-fab9629-20230405152805","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f4bf91bd5e3a16fb6d200fd7b9f9a35899a4e99c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fab9629-20230405152805.tgz","fileCount":19,"integrity":"sha512-7RDmrRqEUF491vd51yenkZCIjjPecfLPlfbb+7tSzcd8GqtDJp10me6MCrBAq4X59xi9/k1jrPQCJoORMq39zQ==","signatures":[{"sig":"MEUCIAd7yjXnj555PLFuvPttCTJhvMUu9oqTl9arPl85GyYwAiEAigkT+CVA3iruXSKatcreYIzIboV23IM/pc53HZsHYOU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLZO5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVIhAAlezesEhdUe0bfJ+GRchFqguI676yADg9kIm501TTutNk2NjI\r\n8j2ylihXQEIEGcu2iVVF0p0BO0cYzcPl2oAGcSs2WYC0i4nU/FKvFaTuNOQL\r\nePELWHClx11PFvJ9t1ly/HI+FNSNjZcFflQcZixV6nKoxcnvAZFa6SCsA25d\r\nD49F8Ot/w4WpRg+bdG1Lnps6Mr2nRsK+a9nw/ETVDL0dWPAh+kN1WZ70ryCU\r\nMIvp28UcxXRs40GlXhSzT5dOdwRIHiMoHjOlO/CMpLLlyy/czADXD2IoPp0w\r\n5Vhi4Sc9QdPgPgCLMPf4Cjj7NuFP7jWYU0/BrdZoFFdxcEDxKI+e+tBZMVP4\r\nc8TmnUlRkjcu1AXT4WB3aBE8SvWBXG1nKfjbYin1PvIKlzirBNdAMKwQSO9V\r\nuej4N6udTULu8nsUlksK6+TecHigraIly9rkiBQeKvvOTNzFYpTnEaD12rjM\r\n7NnF2LYkHxVBEinhgjV4HhNvEeifN5fkDHTxDPm6H0L+zvG+oqMg1i2YlQyE\r\nH6X7ZPs9+99ZgR7pV2cTb47V+rlYPFsMupCifB31mT+BvI4pP3ACLJojJxWj\r\nQ09g1L4t2gyTT+7Q8jrpY8t93GVO9SPIucQB/ZxK6mqLymPVDSd+hoXimKAJ\r\nqAyhQKROs4xCpUaog/FuJr3KgR+z+1xOmIw=\r\n=F3/x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"fab9629b65384a21a2d2a4e8340312769f157709","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-fab9629-20230405152805"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fab9629-20230405152805_1680708536991_0.0469172970338223","host":"s3://npm-registry-packages"}},"0.0.0-next-91f0ff4-20230406145211":{"name":"@shopify/hydrogen","version":"0.0.0-next-91f0ff4-20230406145211","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-91f0ff4-20230406145211","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5dbde42cca174dca7c2ab35048d3b8c7aa52ac50","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-91f0ff4-20230406145211.tgz","fileCount":19,"integrity":"sha512-TIw5XEGkueXHnlVPfB0kxqQsBGwG3/eObXR7PNGoBgzAfZPQezyL2y7heGjcgno5ymyYRd7/I911wnDMsZ2CnA==","signatures":[{"sig":"MEUCIA/g3+MtKHGNV9p7nO8EASQv85N4CqUMvGCCK2yZGtBVAiEAtHeURFjuT0bHeaXCDzYHKd69J+mVL6tMa4FwTwfHeeA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLtzOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMUA//W4fvgVQBz4OTKOPVLIm6BFAFodSKL+pubJ3dXs8TnPfWB/pf\r\nTRjyUKcgUFtsQMT12hfN0FR+tU+M896ovTj+yv1WlLqAEbNHZD8csftfDD6D\r\nghoqU3h1F7pBXNf1RoKm3+Rv1V/FSiEyN1TtITOEa+HbcIlAXrlx0u1kiXa9\r\nugV6mzsaJHV8xwcx+xjPQDa9vyJHMZaAPD5J9INYGIHDysZQ+JIfB9hviESo\r\nwJfE+oPu41DnaamUTosRAdqGjrCDgPLqF0szqbCWBKjXhixUTFl3Mugz084j\r\n8CUZkP31gyJ2QRzmAQucXiJ//zuEMUr1yJKST94OQuD3NaOAfwXbQubG4oKi\r\nV+9B2s3tjkvVgMPvShd2fiQpWAqbFfuNmSmIHtBKQDnxPpp2meiT0zcfiBG3\r\n6N8vGObVf7jJYW/XC3Snt/pzPVq4m0SQV6Cdi9T3Be8mzs/k4cOeNG8ZNBYM\r\nBKhD5a99IBVe458dBPnnTEdSDFE91rlwZ5EunwPbc9jN/hpQ9cBnb7BdEocs\r\nZRhAzZtIYBXFNOVj2bF9MYFUlnNv2JjtsP2ZJvmqXk3muHAXYx11JR2cveJj\r\nPSACMxwTy25Yol3cFjx9/RB5FPtxKCl4mW4SeABiMHDDqlDNOpariubxNAcc\r\nEy+xShme8/3IWv4fP+DWTf7BQlYIkC9pR4g=\r\n=KQAh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"91f0ff4f53f9c2f33600faf0dcc707e6cf9bdbe3","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-91f0ff4-20230406145211"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-91f0ff4-20230406145211_1680792781762_0.0886617178429081","host":"s3://npm-registry-packages"}},"0.0.0-next-0f4d562-20230406165935":{"name":"@shopify/hydrogen","version":"0.0.0-next-0f4d562-20230406165935","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-0f4d562-20230406165935","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0c0e6e4df255d936c6eb786c89b8b310b340503d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0f4d562-20230406165935.tgz","fileCount":19,"integrity":"sha512-yUKAAwvl4WrpRUYE1Q507QPPsjpshcilihrxIEs6Ki2fc2N7cdwj3DSy8+MMOgjOY/Dx2UKSrZq+VmP7iLx+dA==","signatures":[{"sig":"MEUCIGM9VaK2NHccYdj9ZKKoKt8XdwU4DgKTXi9fzmZv0KJxAiEAy2vztrcAJbt2n05s1id5AR54u6SXEXBkQ4CtJtEugcQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLvqqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqwlg/9HX8cNYx427uFFyotarafoN2EPIwwR/2jh/fb6zv6BaVbxCve\r\nxWzVjHMb8XWq3f/KJBRmzARL7JFoWezeU9rqruwyyHBMSJ7r8LJ4nzbYHltE\r\nqcabouDi+IWTUZcu/eUnSNri5ABab+aAwyOO/ancVkI2GJ+SNWOEr273dhlb\r\nEk4Tr6GmCCMcmzVv2rk19RdDAmd9LK5K87vJLGPyxJTYrl3ouv3KyGDTfKoZ\r\nEd35P2C4QbqkoMQD+67oU7K9L7xS4zAwB/q/lM6hfO+syan1zyzJerbLbkDO\r\nzQVk2NiBUeIaqYouzXJmTu2y9k3l99iZeg951xggeOfq0RBaJp1u1q3PbUY1\r\negSsFzcz7YU3CcHHO827OAm8dbLceg0m/KSie092LRLUisrmuiD1J3Jr7uhc\r\n0ZLsNa2AYEF30kqv72NsxOAIYAxR3IyK5m+OA5+WltxgdlIatweh7nitN9MY\r\ngR4MTRg7EAZgyvFN+7TUcQt5k8CspdnpC3uFmYFUFKrPm5tKrB6mO7v3kj+l\r\n3t54KRHg/c9jRWc8SxwPE0PxLnGK1fPHBnPpHis6ZwCweseJiXBWQbecOrqM\r\n09ewQSj5tpY0m0NmkBadOs1yPyQFEYsJLe5tvc3mEEIMNmnNxcOg2maIMTUt\r\njydVjckuTRBNducaU9oN4+kJ4cNzCwQR6XE=\r\n=j5wE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"0f4d562a2129e8e03ed123dc572a14a72e487a1b","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-0f4d562-20230406165935"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.14.3","@remix-run/server-runtime":"1.14.3"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0f4d562-20230406165935_1680800426349_0.6256108331738974","host":"s3://npm-registry-packages"}},"0.0.0-next-d6e612f-20230407114147":{"name":"@shopify/hydrogen","version":"0.0.0-next-d6e612f-20230407114147","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-d6e612f-20230407114147","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c7023ea348407877a4dea2848a1c30a547231389","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d6e612f-20230407114147.tgz","fileCount":19,"integrity":"sha512-ODSLUmoPoq7jV7xTP+ZVfqv8u43wr2oGMAyeM6uS4YW10q3MG/9bLdw/aW5WX0ExWSPPlahMGTc8vP6pUFlCew==","signatures":[{"sig":"MEUCIQDYOT6zF1jSEFWkoeWqsdNfDpq3xJAaE4FMhW4iGM6IDAIgYQ1WUwczTdSjGTl/TfqCkqNZq6KkX0l7DkVlrjqG2Ds=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMAG/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6cQ/+JESdxp+GGp3bR17uVDHqkaBuCLSFiC+0u+lS1PW4rdykTcWE\r\nTXXuDvciAlEAd6iDfw/odh8sZM4Tx+JFBsO10UXpFP1Wwi5f5iIeEiDTHNmc\r\nMxuEmt5W+is0eD1/5UiHFrOsCTTYr1/d9CQJSy6gFE2wmMNrcvDuXpAQi+Pw\r\n8DRyNXWnTroLIovJJc7ZDIuf92rHhgoAWaOjbs/Z2zQEijK9LObgjVtkWteY\r\nL+V9CFoCC9j/ixJsqzTVyAD+Xq3vJjYctiUmS49eqMa+BtdGf1wl9CyAerTK\r\nWqSE4sSqGGkQiYMj8kJl2+TWsz4897zAbMBwptooKjyev7+E3oHK5DBEu/gR\r\n2bC1LZBZoOAQiCJt8WmgTtnn2xiiqPQ5RBOIE99pHqt1IniJgSwF4HYNUBAg\r\nZkZJ05Xu90Trl+J8PpG0EpBMfDj+IchakSmnmvoqHCbz4zS12GMv+5qcWlA0\r\n5dN6R4/TAqubf88hdWiePbPbm430dzYvG++g85cBUBp4+omxCCAxcN8GZOEW\r\nA4+06fADDUlPLM+pFvY+ss/9CJnpD30ewx5TQu8CA105HskOFkydTt50y8OG\r\nlM5+ljSH9ZGH9T1WtxiXufJOuNuNBnuntBmC7fRL1IG9zYHv44vJJppXQ7z3\r\nJYxauocyxwxRm/Cb3fBg4Tg5AWAdmMY/ECQ=\r\n=AK63\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d6e612f4ed27aacad0393157bd307a4b11c0d3a3","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d6e612f-20230407114147"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d6e612f-20230407114147_1680867775646_0.2464346555995931","host":"s3://npm-registry-packages"}},"0.0.0-next-e6e6c2d-20230407161512":{"name":"@shopify/hydrogen","version":"0.0.0-next-e6e6c2d-20230407161512","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-e6e6c2d-20230407161512","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"92bb1e3cf5a9a29383109d9dfb8e432df40c4b02","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e6e6c2d-20230407161512.tgz","fileCount":19,"integrity":"sha512-lQxbI1ZzjwaJUEIov6HzA5l0qA4GVk6Pnu7IpI9HNXwxWTsvYVnKxRKxyb99sJJlSSie+UeqTRbA+Ei25OkgLQ==","signatures":[{"sig":"MEUCIDNbG1gzFfho6jTcr+UGdz30sSDaAkuqQLbz0HinbK/zAiEAlSaYPHASrLykDRcuYB+M4Pkzga/cN8JV9nwvSU2bovo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMEHaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9JQ//eUmrQ6VUhuoG8ph0tuTAPWV0lnM3ZrVV29Q81cG5kEirqGVU\r\nFWctjuM++2AmotexE7ib4I2QUajjCDpLT6vilYoVO1zKlfGL+3QlB/ejE0mf\r\n3esF2waQltR6FxuXDyvmaqzWdeW/5qycQxl9sPG6rzKSVEFjR6EUHH3tep0t\r\nV40wWM/V7gqIkRvq8+ktrZ4naEjGNVK5fLPKqLpORS/RuVHCCqXPITIvkzmb\r\nPEWdvsI7lZ3ZqboMsWCh/9OHjre7kM33MkEbwp4UYWkOZVfHNAhGzdz/G2NN\r\nbBMdMVxviMqk/dIpMpFqXjHInenPMvj/iWlSsLKiwhkQ9Mf/p/GLZnToOOuO\r\ndWC/k6rYlbSPMxovEVFuWCPUnuL9hR40XA8q6vrdHXu9puz7085Y2LMFqYKp\r\n23tpA8UBWiyID6pzhXrSV0pAikxG2xxtl65vTFmpTgkKrbK/HMI84dBg1aY1\r\nMS8PUGR4NtL3+YuCCvcZVeFKi+7Cd64gjTVONJtU11bQdOGohuXeebmRCrNg\r\nc9hIVpVJAvLskuQgbXgT+CYt3YfVF6r++RkCiHWqLqwPvkzT0nt3+D2g6IAR\r\naU4vki0HDIz9w+2ST/hzU8gmrr1ldNT5fvNIv0O+htkkbpdRYkaqM3z6hK6y\r\nCQNEp1wzt/VNwqgf3pSdwHE9+xEYWcVlQG8=\r\n=i3sG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e6e6c2da274d0582c6b3b9f298dfd2e86dd4bfbe","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e6e6c2d-20230407161512"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e6e6c2d-20230407161512_1680884186608_0.08759310387911556","host":"s3://npm-registry-packages"}},"0.0.0-next-2d4c5d9-20230407181253":{"name":"@shopify/hydrogen","version":"0.0.0-next-2d4c5d9-20230407181253","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-2d4c5d9-20230407181253","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1a67d0f89576d5292776d5ec842b8bf0cc9923a3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2d4c5d9-20230407181253.tgz","fileCount":19,"integrity":"sha512-eSgsJgvfwLSYhL7RwF1Zp40oGAJcKX+2Vbtz42uS0RqjHUR4p8e8SkRKA6iIR4qquCYpwuXSSBgs6YD3VJblWA==","signatures":[{"sig":"MEQCIBJ8JkmXWjByO9hZv7LAOD36N2MKXrSv+58kz+43EfpbAiBKIUXfInbVOw5OPrG4s8Vih2S6eyNqH2kK3J124EephQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMF1aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXXhAAkw433m6Sia5ntPWz5WZ7ZX6F2HjwydlbX9ttJ42HTtrBVukb\r\n5Nb1ZyVmNI0x1fVX3iDXYmDRyx/TrJ+R+gOOcHecl2Sv/fAQxEztUzW6YYOA\r\nPhCMNIn+hfW0Z2yvWEQijXSbf81wvi6vc0R59IAIpkYolbddTo57No4M49um\r\nC3V/v+wA1oFrmXBVIOs5StywM1GZ63OYJEkfe8tVYJNzzUyZ5L0ILYvp6t2V\r\nwTlsqbFNQNCfARTA/S4uxI3IXL4C2NjwxMNiOgGL7OGP3y6vGgtIc/U4YcyL\r\n+tax1ksD/OV0zHR8CxbCSpak9Dbmrmg/nm2dZY/kBPfzXoXM6EL/KSJUwURe\r\nsZhNdfzigqoJWui3sWCvhlMrR92yWPNzFkNoPRaJSFMQuHUZpJg7AKqIdcal\r\nEOmItMHmY9Xo84mL/SORqWiGKrNgygA0Gj1U3LOfCREfuifWmhqqtV7981jc\r\nZgeN1AUrWimaUltJFytRzDH7sQmLQClMgVp4TGvpag8UjKfMAUbk+0BW0+Ks\r\n6chf1cD0/w9rdEZ3HA35V+pFfITl1gdquB8toxW11ld12H53oJmyk2MOBJxc\r\nblDn9I7gQAev5R4Eq6sD482Tx+VeHqhR5/f2uO98e1zjEa6EPDeLQSq5yQhJ\r\ncpV+q18XRge80iwmP9tmErN2ayC9FjLBaH0=\r\n=iJ04\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2d4c5d9340c5a2458c682aa3f9b12352dacdd759","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2d4c5d9-20230407181253"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2d4c5d9-20230407181253_1680891226613_0.15794099981591958","host":"s3://npm-registry-packages"}},"0.0.0-next-2c7d1d9-20230411165851":{"name":"@shopify/hydrogen","version":"0.0.0-next-2c7d1d9-20230411165851","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-2c7d1d9-20230411165851","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9083b57a62fd75fbfc89eb97614e87c0776382ee","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2c7d1d9-20230411165851.tgz","fileCount":19,"integrity":"sha512-oUeYhbabUNCRXgN2oLCZ/Gs3OveoKjw1pID3kOFyKCnRmy6qQaRwsLp5N6BceASfJPAe6uMTRDEAKMOYUM7jPA==","signatures":[{"sig":"MEYCIQCK+7b7FrQd9tkHInGpAo5a9kMIQto+gZ9pR/ykgdLmYgIhAKOfsvYWlSJH+QDlHnHpophDim1Yiv6H8kTQ28Qpf2Aa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNZIAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoG2g//RKhyocJ+CtWVkkKbH5l4SXcNbX35HWmlaJN4iS/z5FowAP+z\r\nHb5KaC1HfRbliTT9uSsi4FMWvAESJde06XJLDmtEYqZsozNNFKYZPGWXl0iC\r\noUdi/YaneoqyscvZ3ffzwZPZyZ9/ctLZg1aVcEG1LDefGcnQsLwwGK7SNMV8\r\n/jkq4LNJMXpGuPXiy3Tb9ggFSi/3z9IXu9ROoDxFuxQqJycTxZSuywemiMlo\r\nG6vnHYWyDAM5uYKj5rSQtIQ6pqJw1svq+83vrSy9PabSrkkZS5WGYO1b2yAa\r\novDPgmvBv+qSoGKEScJm3h/o+RX/VzRjMpA/xky7FmmJd2L1udLPbl9rTYVV\r\nPoQVDIE7h1YAce8Qivl8Xbewu0pniUeHHUFPb8L0axNOb2RD36MjKkZY1aRW\r\nSHC3KSmMMfSkgZGCJ0fDNs+P+oweHV1w9z+k/DFfDkEqWtLAXUo29pChmKpG\r\noCbQ7CSUjAO8QqRApOS/m3VhdINt8y4VSq3467eQVJd5+Y5i+ugE/IQbd4uu\r\n1sGXmyByW8nX8ds4fHmwIuO5Qo1ZWhBc568rJ9RNFgNARbq8aQW51v7AYwG6\r\nwkt06ObzxLtDn7K0Ljn5zf6er18nyVNidgI8ILcJWHKRk7/aC920MJLdSzWz\r\nyrDFyzQIhtOoWh7XsbgUexsB+jAFCUD5QtY=\r\n=SRTy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2c7d1d97e9235cfef5e067a961bf65f46ebed808","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2c7d1d9-20230411165851"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2c7d1d9-20230411165851_1681232383899_0.15668925851586346","host":"s3://npm-registry-packages"}},"0.0.0-next-ab45234-20230412073308":{"name":"@shopify/hydrogen","version":"0.0.0-next-ab45234-20230412073308","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-ab45234-20230412073308","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"43cc8c4c1fffb8495877ea32d8d9e9d5d5523e16","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ab45234-20230412073308.tgz","fileCount":19,"integrity":"sha512-+8RMJMBCMn2q+bY+sR87/osgMIZ/BBszQiyVimiqKmQ8fZ8Kwyc9tu4DUAG95Mu+Oqk7xudVBF3XRVwYoSkEvg==","signatures":[{"sig":"MEUCIAWTFL1cJXATYUcZSZwIV20N/Tiraq7qBr+6qudF6ue4AiEAs9snWVEIhCqmFyVYjyasr24zTuvfk8H0mqpmWwb8lR8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNl72ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8wxAAiAnbBnNFn6DZ0HlEdyqL4Oh20unHSBRCiDQWDgt/Xh3Tr8BF\r\nVFOHjJ8H3hbiQq+12Db2h3WijxrBRn8Shsm9FjVYaUaSmE53NQXWMTa4A5zv\r\nwg5WTIW139IUhmamn/8aaxV8lcGO18w/6FBsEeScsQ+74NwJ498ydX5JDUIo\r\nstXbuUt5erIjBnGKDY1aSRnPOMechsfpiHDGM3FjaiXT6Ki5icAgS1L0kPx7\r\nJgo2gJX5G3hK6saMDXUKm+cXKvqDzIYhfxX4OzyKE/63NwIO2HdwnFEA4jyC\r\nndD8uceutYsiXLqw7O3MFz73mO7YAuO4ZLxt6Ax2iII45I0aw/mc655oFnMu\r\nnrN/m8FhEerKg0IaoT7RGsOSlUN5mRrJL/XitPztju3RvhH0lVAE8K26/hPw\r\nCA93scul6o3iPldNvWJRyw/sUyZO8TCTSPxyf24sPwYvcSP0CLaXOquwXZfN\r\ncP+Cswtm4fa3DAu9WwgIRp/XAK3wdm9n0oZruRC5TXCoJCIugTe7BzJ0uY2u\r\nT0Slin6+vauojObwyETmE+NzVHAjGz8aCKQu8u7Ow6c9xzGE09Wl94xid31g\r\nxONLqYkZzA2T3JrgKTyxnm7K3R2KJ5VpvPG9pyhrmv785NLEjSUIVrUzE/Tw\r\nGn0JV5Hk2Yri8LbZMiI/IP3UhEKPSDNzo+E=\r\n=8UFf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ab452347f7cbb90159a9fd09fc7601478322172d","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-ab45234-20230412073308"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ab45234-20230412073308_1681284854350_0.9166140913704248","host":"s3://npm-registry-packages"}},"0.0.0-next-e977bfe-20230412153657":{"name":"@shopify/hydrogen","version":"0.0.0-next-e977bfe-20230412153657","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-e977bfe-20230412153657","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"88cbfc60c7c89f64ef19d24d52cc14b98885422d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e977bfe-20230412153657.tgz","fileCount":19,"integrity":"sha512-n4123f/3IcD6ZdbhCcFT6drr/q+QXB/PoAHFXjHW9fdjjcZW5ABKQpWGd0IDcMK4uqrVt/s4oL5FEW/oEl/rhA==","signatures":[{"sig":"MEYCIQC2e758N7jeFjaRoPLYVAIY0OuW7FmmyF0X89BLIRsqFQIhAPonAzy8ktHw15s6mvb1b5VAvFdNLmAMQmEpfNbUDp/n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNtBQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqephAAo19kEDu3rUHdgIs+iM6XAkwyIXxCWvt8FBWFoctk88ixPFq4\r\nb2jX1Q3MjLbiXhWZGl6m4zdDrB6HK+8/J+XDTlAW3Rw3hJ8g60KrHOEPqNhL\r\nGMpt+0i9uaRZPcUHSltQHsa3ZCZ/BBuLr/jJOA5Z7uJ4rifSiTySNZL4YheD\r\nphv8SQfkqQDsNqwl+EWw5nsxsmc8tFUBOYeQJLEBqGy9RUXcuNeXDevPYEYV\r\nTaN8aMCh/xQf2Nq4UTkX92LWU/yssIRQ9pvAZUI8ffzJw1D5UWBG1790JAX9\r\nsX8hy54iimmMZkyn3YX1Dex8NLxP5MdPKOZZHFwArtMSleUYsLj56vR5F3Ur\r\ndI7odOWSz3ltw/F4WeZLSr7GmHqrkPS9Z1RlTxqccytaYiKLgTV54s9cx2Bl\r\nX9VaNODvXkNCgP6bZ6hwj83wV2I1Oz7J+G4ba9KRqTsDOF66HS7pUEJcwgw1\r\nEJdJjlHlWYJ29kIb97XMhhhtJUnTQWsPaXTNffuAJtt9O6+0WvP37wW7hC6J\r\nP85UIMNSR0Yvrzo4SsMuO2FeozZiv4rtlpH5mGTUmvpLVIbhDIN6pVVG+XXc\r\nJAFSo9N8VLId7JkcNr9FCWo3HA/A6TIQd1MX0uaKdTpt1M+lBkTmANVQ0Vs/\r\nz8qaN6H6WOBw2FiiYcqm8R4Sf3lIJnaXpWM=\r\n=/lkF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e977bfe458777c9d6dd221625864f896db380e14","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e977bfe-20230412153657"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e977bfe-20230412153657_1681313872634_0.07245252292030524","host":"s3://npm-registry-packages"}},"0.0.0-next-21b97dc-20230412155451":{"name":"@shopify/hydrogen","version":"0.0.0-next-21b97dc-20230412155451","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-21b97dc-20230412155451","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f843d646ed77c3681ab13431604b703a6076db06","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-21b97dc-20230412155451.tgz","fileCount":19,"integrity":"sha512-LWdI6ZqSeOkSEM2zV+zqXhS8rM6C3VD6D2boA7aIqIAHDIOF7FRFUnRrhS7DEhUJQH0qIN37ZQLPgg/jaMTx6g==","signatures":[{"sig":"MEQCIG+qAh+MiKRfO6/oksgVl3wv6x5nLO3LyXGSMgCXe6ajAiA/PVv2PP6ScRkW/FEkERWMpK4L+ud6kuUYoVUnNC17VA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNtSAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOpg/+OG06tv3zd89sXH9b9s3nxyZkRAHdNAHX3CjBh0siGm4A7Wtl\r\nEp75UEJb0EwpTDSSviYaSNGJ2TLnj3/TpaINJB01zss20KoxdnjhmIq4K2Tq\r\nn+BLMJSiSNC0EUtILOqfJXmqJtTS2vPuO+uJ42oIUvleuGUnM/i7q19cOiLR\r\nu3mTmzuDB0a/XRooaJIzJSe72HJ9FUAKKCVvlsrqbKvqesPt2txmGve53Gxl\r\nhQXwH4l+KdfYykQ7yEGXoSgOuybGFpdw9QkW4MRi1qzcH1lq0/pWwaxnaXDW\r\neA+rqJulrysA6KzwXbBKSa2z7nlQ628NY1nb1MbVGDnWgcwDHLi1jYy9ap7r\r\n4waSV4mzrqLopAp6xysIIn8E/FGk0ifFWBAkK83K1O8Lqw5XyEoe4Ez9+Mu4\r\nYN6vlKpRjzyTAQTCfWXz1pB8cXGQJAU30MDrbtWWtn8D8m2qP1d2urZIeuxd\r\nDrGZ6NqxwOfPQt6wzHZpHlu2fu53Ymd/41ac/VrkNd2nN2d3vDcaWx/K1Mny\r\nw3Oth8IIiFd1sTn0KelWGI7+aTJEFdobPWP8TZc3uDesSA2OkXKbx9FRcM6d\r\n5ZTdo4+uD8NKQu56Xno+vtRfZS56aH+gD8dMmeatbloPWu/EGpWQciM4shyC\r\nbZTM6wRtKf1CLls/8eEL7QQbRv72BG9x+5c=\r\n=/Fw5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"21b97dc94777d330ec7e604e4e8bf0fcd0e6a40f","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-21b97dc-20230412155451"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-21b97dc-20230412155451_1681314944517_0.9524999244878982","host":"s3://npm-registry-packages"}},"0.0.0-next-03b518d-20230412161244":{"name":"@shopify/hydrogen","version":"0.0.0-next-03b518d-20230412161244","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-03b518d-20230412161244","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ca7d13a33342d267f49530e2fa7145a49b7a6be9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-03b518d-20230412161244.tgz","fileCount":19,"integrity":"sha512-l3z23AnIR5K6uGazd2JeAaXECoTfLJcJ3s5ALnjf86kpH4oI6I7xz4IxsGxUVe0/P+67l1j0yNt2ZZD3HULORg==","signatures":[{"sig":"MEQCIBbp/qPqr6nL1L6aS1PYuM1kpCJx+TJiK3u4r/u03ZoFAiAHd88DN036m4xs9Cx5gIKWJDpgYvcOEnQYKlBWQAMZDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNtizACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3bg/+JM/0UiH0UTEKtRonZcAVXyUlmryk/uMzxRHGkfMBnviN5uxU\r\nM9tLzVxwESa1OkOhQExPZ8/8HdQNn31MEDjES5xI9E1zDOCtPA5sjBWnViay\r\nlQckMjBbyNLK3JmJy5SOtlPAZg6D51y/UJF0MPqecylqDk68u6qD3oJI/oWO\r\nVw9x7hvnjXOe00ugHdSIs/WSnC8uOKq1OOm0z3/e85F1BY+mZW8zY1zB3cZA\r\ndIMw1wEL6j12aEmr1fVTLa/fk+Gm+uNfEqg/92WOVNZCmD6zWB+a4DBUPkBW\r\nya0vMq1OL1j60bL9Lb99UP0evjGM3SK6HCC/6fEquD+dqe+ebPu1vcEwFnCp\r\nbGIlFL2us6jetSRt+41dQGZ/pG2aMfMyVP0DVH9lSM58Y2ql0CFoPGx8zVWJ\r\npZ5Tjf8M9/1lhZta1gNqpZQv5ysSDfqPrXkSIF4Gqm915Qb6By+aL5OFPMK/\r\n7aB1pnwjcgfQVA2ahDt/udX/V62+meimNnXDiZbYFMQZW+w9o5b6q1t0ZAos\r\nobt/iNSpPl6VUDmHhHwi1Pa/lE0DCZ1tn6ZCLB9E2J8lTJzvQqDNfCSwEUr3\r\nMMcGl79eNQhkq54NwJ0a22o9hOOpd2pHQhaLqSRCfhmhro175NZVd/If3uPO\r\ni8EuuaryT+ivzJmw4p62i0nbTs2Gue/rQVg=\r\n=QA3M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"03b518dbccc06df2890d7a45c3fa47f9373537cc","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-03b518d-20230412161244"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-03b518d-20230412161244_1681316019137_0.7762660500780867","host":"s3://npm-registry-packages"}},"0.0.0-next-5faed30-20230412162730":{"name":"@shopify/hydrogen","version":"0.0.0-next-5faed30-20230412162730","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-5faed30-20230412162730","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ee8a7c9327b52588bb666104ee39788b613718c6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5faed30-20230412162730.tgz","fileCount":19,"integrity":"sha512-wgzNW0YLJV1VbDfYSBfFDGDmjs0j2WrrkTKQBdZUeKUJ63KcC7vusOr7Q1Fm3TUXA6amkL/WUgf8bK5UtPVBUg==","signatures":[{"sig":"MEQCIGZofDRasebhcZv+7pJmV75z0PtFhlBAnXzy7f/8k/z5AiBX/iIDWgeqVLLnxxikLwbijCCXPlZ51TH8gJtONzdnVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNtw/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4QxAAkmKfXrUGy0/Mvrm3b1bHjZDvq60mtOFKYcqIwvZ2S0o5Ct+0\r\n4UcW6ds1JVCvUNQKL4R8nFVf/N2qo/0kjyfZoJOZQknkW/xq0K4C7dFweC85\r\n3LugExjWq+lhPauVIFpevsN2ZAJmBMnoDgZPb9BIYUViofa0PXkRVb2p6BW9\r\n85WI6d6t7lvLdYbSNJ87yPDtuh65NAoWfRG5LEUi7g5s3QEVuTYReLnshJiL\r\nb3xGGzVhHHwwcrZ5+VMbMWfsFgoXcfClR1l1FuJ7+s2XG7WKaIIsmbHnspsd\r\naRByr5zprDUsxwe1C1aJAIGM9Wpx4EYQoB2F+6Gg0mN9zXxN+U9HtHYtGMe2\r\n6eyDMLFFUGGFqkUDASrC447CVc7cFQFEqcyx5zoqzJ2c9ySl9rAiMgM/4vyi\r\ndqGk8tBT1xSr8srTK+awi9uXfo0U8ge2le6uXwb5GBCY5n1siGNlGzRfWQaf\r\n5pmfwjcAnzK0Yq71MRL7fgPSXqNxJkW31H03QdGHMYfmomCSqK9TGbpZv0FM\r\nM+t+4PGr4e+hSe6rcyQODfiXSyrm6NF46ritO91uobOoosk+t6h6Nvz8kaFk\r\nE4vuQMrJmaful+FfCIJW8nlYLBBSFlGo5Og/mJKyicx8xrfoWkqLozBmsRGv\r\ni75WK2+X6ZXXMKVWj2ZLxJhoAckeNCRUk+s=\r\n=zgtc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5faed3061a6f5038fa7c44ca8864ee85e24d3058","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-5faed30-20230412162730"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5faed30-20230412162730_1681316927656_0.6067783506894886","host":"s3://npm-registry-packages"}},"0.0.0-next-6529b87-20230412214540":{"name":"@shopify/hydrogen","version":"0.0.0-next-6529b87-20230412214540","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-6529b87-20230412214540","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4f2434acfa8d53a6add8a0603ab9d0e89346e293","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6529b87-20230412214540.tgz","fileCount":19,"integrity":"sha512-LOGlhtMMGKMlznTV8ENCN/g0DR0Hl69OlQuwKUBJzmgVlh9RozJF0DnpgsX50f16SkixSDL1hfnT5BgtjvA2ug==","signatures":[{"sig":"MEYCIQD8lJyDmecdn8fZJuichpjicNK0g4hAZrmRVFMWW23WIQIhAN1hVVwwUBF5ToreqAM8RHSNU2dXzTMtk8gS+ZoWkvri","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNya8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3DRAAnZYMVFRRjYL3NCyrULBfkVsMdyDBuPnvYbQyzk1TYhkocb2o\r\noKXl0kFBmAKGQXCmFzZgV5TSNRwfUZqb7aEtDI2KF0LIV65CDQRQVUR2TPh0\r\n8zlqcPPilVPG+DnaoguwlbDrwxSZKd7OJumy18kkBKZAsrkXuR5mfeS2+iUJ\r\ntWARHU68BHxsuFJlFbqe2UVmF/Ouv/3rLdZETUl0S9likde7iDz0EJnN6kET\r\nFUngatwiueadqQNgT2tuNoeET3/Gu5XdPN2h/XnjqZ3d1+Shw0m/HvwoZuwr\r\nP/sF593I5rvipXg12drhukHdQUo50f6R6xt0vLCYxJVhwCLu/AV/rJHNv0Vg\r\nIAUMfJx9UACYAcqQqUBGI3tTrthH2i04YGURcWsr4HXnSdwGPtejMARPjPBs\r\nmJFKCC6Jd79igUs+gcSZCpbsufLZzT+ImgPmdr0fF9JRIqUb4SjVBoBrPyQQ\r\nLJd2+lDKHJC1OO0+crm9H/zHNB5GIRXdc37RTvo66SKkSE4PxCSy5i6wRCOd\r\npkYm2O0wdnngj4fdLbQuxhAinuzPg3Ox4yW0onH7kswANAyodd82RDrLhoQa\r\nv4kNJ1ctzJGGkLc/2CkBC3fc9cpAgvJSSVi6Y/WDnluCLMDug/bm5tbV9PWQ\r\n2D5LWIbYsy3qEJ37VZXMQqfXKGXN+L+e+KM=\r\n=XEw8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6529b87d6e5b8d3e1b0dd544d353873f6ec9aeea","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6529b87-20230412214540"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6529b87-20230412214540_1681335995935_0.5908160987601301","host":"s3://npm-registry-packages"}},"0.0.0-next-c0facf1-20230412214544":{"name":"@shopify/hydrogen","version":"0.0.0-next-c0facf1-20230412214544","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-c0facf1-20230412214544","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"42c8870a48c7148cfce078fe6c1cebc29c2eb4d1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c0facf1-20230412214544.tgz","fileCount":19,"integrity":"sha512-srjJpEhY1NwmJ6Gs2AQFMGnTDPTDidfC9tgxUyavmrZH6d7lMk0QOCPAtN73OksG9jauqMbqOn4O+bXMkM5iwg==","signatures":[{"sig":"MEUCIQDcXi+/3DVHpKHEYdIDfj08Fsaqs3f4w8Ju8g4m13ZH9gIgTP6FNLiTCeGA8KUc1x8pR8+IRxCJBEfsTK9pfPoj1og=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNybKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBzg/9Hu7U36wAG2gRyD/3eykJYPKw/ogWFyH1Aj+ExUYCp5HFkbjB\r\nFBjlp8kqaAUIKzS4YIqxGBV2e/V/WLi2t75ZKcbJFAn2ec6VhqqAcjWiTUa5\r\nTa6cw9xCuffh8Q2+/LFB1KaKgQRBiIFXB5NIDWCZzPUgQkQV0TfBrOFplHOs\r\nfA6fqrCyR+88FcNS/zn3SgTBJNpVfSBDvkyQhOrxhMegV/1ynwVNDSkIaQD+\r\nmZOWpn3MCbFOC/G4e4FDll15QBRb6c818WRZsrwFSQ9tYPUb+kacCJEEAfUF\r\nJ/3ju4NoGFCseVKPYOxj68JRv+8pqRk5OWpDTt2TfTEMayk7lo2n8ytA3gWW\r\n3uNYEJOPNj6ILARQ1I/+NFqbS4SXsijW5/QSytCZPmw5BFXM55bILpRPbw9+\r\n0SFeM7M0pgfNI+pK588GW4Wlh9w9TbDr0EHaQ/9K7zahC39VdE5wZB2TCUVK\r\nKk3JOesIxrsi2iSr7XX34iocEclTyvD+rzWAFJKUbfO+2/SwEgkuwn8GCDG7\r\nNYIhOSrIGyqTeRVX4TVcaQYua0knqtwGDrCqfC1cdX/2i1aGSQNQQl+fahgx\r\nFhGhQ2PP3dqLLUnE2xHLB8FX9KYxRjI6JPOhe9embTfLSKgkuB2iRmooqPyk\r\nEqyVt8MHQxzuRaPLM1U/GRpK2r3KATZx/ss=\r\n=PZDB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"c0facf174aea70ca718f56912f51e854b1f1d141","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-c0facf1-20230412214544"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c0facf1-20230412214544_1681336009720_0.9154011893751277","host":"s3://npm-registry-packages"}},"0.0.0-next-082ce87-20230413151551":{"name":"@shopify/hydrogen","version":"0.0.0-next-082ce87-20230413151551","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-082ce87-20230413151551","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4658de3720e24405c15afdb6e2725bb87b9057c4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-082ce87-20230413151551.tgz","fileCount":19,"integrity":"sha512-lgsRr7jWz0o0MTThE94b084Bqj2Jsa4uQitrNqn9rQ4HSupJR4HwAFW9LGWB9j4mRjA6E/IwkpyBxSTlXKf/tQ==","signatures":[{"sig":"MEYCIQD98csJW6TPfxHRKOdmSWPms/o/hTYIXvNebGPw+EZrCwIhAPp+vo87VbccNQ49yo2xLVN+twEp3j3VC0ByFnyYpGNq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOBz1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjmQ//R3LVF3X37Zxexs6LXs28ZYrgYcpidpqBMy/H8RolRB5/cVKa\r\nN88d9uBoMfaMOZWF9Zw4WGMGP4KEUKgLcp9KKIW74i4eRaTxJj1KABmeFhaX\r\naeGo9S7q9INUzwy+C0IKbN26PEtHvJSNX7YS5Fdv1Iafi5GKCt2VC+QNnsGz\r\n0TCLfEToB5CqRa0Whi55AVkq4U+n6/42U4ipjTYkS5JaxIXP6i9zBJMaWjB2\r\nTV7l08lTzxWJ56f9XCGiQnNLSsjDUKtuSy5ZjnYkCQ3QGVTgh1U0NTMj6m6V\r\nEohem6IOjpbwjpz8F4Om9WdICT4coMbj/mfQGsIyXHkMtv0NNdYyQK0xY7d6\r\npqErHuXhCSscCTLlIRiuWLuCMJe3TGDS+kvnyoSD90Lyw+8WnKItrHUAZcz4\r\nDyD1XBIsFOoyoN/E4jX0BZRRlPXop2R7G0Z4Pw1PeaaS+hPLH6kDJDKeG5wn\r\nwZMlO3WSCkocTObyvHsO8Qx7LLufsk36pIfpftUcCyk6gealshPvUDzCXNJo\r\nxDk3HJIu6nWLcAhfVeWbjFMXf98Nt1mY5gDwxznu9xkB5f5MlzrlRkw4K88U\r\nLFfgPvxqaa0VOJWn91LOnC7e+Vm49JXt2K8YA5RPoGUEkooXMYW8iz9rK3AZ\r\ns9ZWQZTNHk6F3bAWgFq0PjVQjlqYncrGyLo=\r\n=YjRR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"082ce87667136c9c76f04dcce48e2921814bcbd5","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-082ce87-20230413151551"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-082ce87-20230413151551_1681399029558_0.8232772596589968","host":"s3://npm-registry-packages"}},"0.0.0-next-6116da5-20230414160127":{"name":"@shopify/hydrogen","version":"0.0.0-next-6116da5-20230414160127","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-6116da5-20230414160127","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"19c79110c47053b67e557bee372edcfd93cba48c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6116da5-20230414160127.tgz","fileCount":19,"integrity":"sha512-iL1bQ+7Sz7tkMwP2qz74IKj/GPU8GDQggBdAbyjilztrO9D4dTZGEkdJKIS3MeSagJz2P8C0Elb/KlDGsYLoOg==","signatures":[{"sig":"MEUCIQC72w5tCkZf4IDMaBCl+A8xgNZnbgDRCkBjDxouh+jv1gIgFYU7jQjO6DZWG55sRxa1plbV2TcMdF0evJeueX6tjY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOXkNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXuBAAl5idBek+VWKk/dISt+SNJzxa0Ds41SB2uMblEoYL6o0B4bYu\r\nsIKmznruCrOB1eqmlZIKFxqiFrr7+ezKf8KhlOr/U3d3qBxUWc8CyXNURDTP\r\nZawsCPhQCBeEUFQHDDyp56w1Is48fCdx4+r9KOFV1xXKlCuobHdr2cjtsuD3\r\nZi9vMu8v5XO1gXkbakz66WvIUvRuIhYuk46mhqzmZQU6NPVaggSVD2XBuRVg\r\nVRN0rsbM5Zp2GoEJQ2KuFdtPTv0+5izEmwXWbJEbHcQ5e2HFqRh304Y3jV3I\r\nZt8zlmu+Fc7ITQDhyZKuLSjg/xqHIuq8dvHvqQjPlyAxF7R3V28FBk8HHa6u\r\nB5ES/Ym0S8QLojAiOSDFufmZhf6iWa3sH8mf55lIzwcBJdZ3G8CNJh6kg+nc\r\nITwdBOrS1T+fZHxNJEBXcToLCo9lT5MTliuoFC76h4vVtBmmxGBloPp8Pxpt\r\ncLLM8CHHGYNGnE28HJwiibC7OZdK/FfrjS3NHyG1vqxTEA3VVhtWEIot4xXk\r\nDyx/WaBGloViVmjnxrPKCg1sx7/9rMXkPZrgcQxnnQSPXo1/2e2pGA03KT3l\r\nCKm+QHGyfcc4MLNZWNfhMJ7wfSod+g3GJdfJu1VQeWLqnYnOoPIUiC/mjL5L\r\nX3nkkaAqL08REN2NZxIDYauEindjF+nfxLs=\r\n=NqaI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6116da5a13f6573fc98704548f2d36a988aedd2c","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6116da5-20230414160127"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6116da5-20230414160127_1681488140968_0.8482510937340073","host":"s3://npm-registry-packages"}},"0.0.0-next-475a39c-20230414185654":{"name":"@shopify/hydrogen","version":"0.0.0-next-475a39c-20230414185654","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-475a39c-20230414185654","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"335f2fb21b78941b80788924075bbd3a80a491f9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-475a39c-20230414185654.tgz","fileCount":19,"integrity":"sha512-xpRjR9QNWWaY2n6VeF7PwkYTbeQ029v22WAo8VSw/iu3VHLe9laWh0dhKb93+kGXIsUYaUnDY6+M/xlaPYLLSA==","signatures":[{"sig":"MEYCIQD1+LVbikbOA15RpqiC2tldy7BD/kSM42Lri46A/DyASgIhAPWOfgHV8xXut0yOgNRhTVlkQNgr1POTpzWpiAL0aK6E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOaI/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRpw/9G0FrgsrFNruE3u82mg7+aqottPwJPW71B8gJn+bCx/xOyNbF\r\nBxYM65roaFlLpPK8tWvrDZYyC1Qi7XDaz8r3fJ7Gcjz9+GkigE8NuCC4ygd1\r\n2JQ+k70FyiHnQ/UkM9jjnS7wwB3RP1QIyWBPrENHjtAs5DhNUmFGbKxr7Vw+\r\nivgjBplzdLrvblL7L8PTxOUyHJ0JQ3U6dzYGq6PzOLJ+trg/EPcRE89POJZu\r\nRAgGUDp+momWatsxncGXQbT+oUIGe7qt1e5abgPrkCM0pun9Pvip+9gd8C6t\r\n5CuTltGYUVXxQj+0aXA5ZTyj0BowRklsorcuODcgAyx6tW9fid9HbmI910EX\r\nb2nBlbu0D7wLZDsDiHWx13rI3uhVE8TkpiTBYdzuok+lJO7ytqJGqBq5G9eI\r\nmiiFUHHTPTxXAzOuwuR8xZVdNiDUUUUa7Wr3u7HEHX0mRE+hlIonH7AInt6J\r\n5xl3wEiwwwkroNtRwLk9GkgFAnbB4sYH84xnHGoidH7GSbmnJPSY/GWsT7R0\r\nESclns/2SHYaqF3PHoPC+QoP1tPnlufLFifq6woRD1D0wrKNtIP3tIqDWA1v\r\n/x89gJiYMbpCZMBt+D+05Zwybqi6ma+4HicLXwQRq/S1WDuC4luHMNmmkgRG\r\neqSOIgHIcewI//hkrqgf0BDrKcxxvg8hWTQ=\r\n=Kf6B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"475a39c867b0851bba0358b6db9208b664aec68c","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-475a39c-20230414185654"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-475a39c-20230414185654_1681498687145_0.1544061148257052","host":"s3://npm-registry-packages"}},"0.0.0-next-2ae0b97-20230417075926":{"name":"@shopify/hydrogen","version":"0.0.0-next-2ae0b97-20230417075926","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-2ae0b97-20230417075926","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1edbf18a2a58586994d88a5d15cd3cfc93c27879","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2ae0b97-20230417075926.tgz","fileCount":19,"integrity":"sha512-kApjTnvGsKjPfkGvy1y2IPaCaZS+6NJz/teCuDgdEwiRx0tjiSyeZdzX7TFuR11o52RXm7xi2smeKlEimcqisw==","signatures":[{"sig":"MEQCICZgbqpJ/CMvlIuKEF8sVYJsQgly1CpfcjRJyX0y53H1AiBHVL0HpbR+4U7Gd5/MBsJqggPVK775R4sIgOHwFVm4Ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPPyUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoU7Q/+L5sEeYMlvC5xAtg2s9JtoVaqoYagBdqydwZRDHQ5RVFmrOmF\r\nhzOog+MSvR0aHd9JDurmyBQVcRW5iAoBbVS4FA/yJIKY5jqdYIz6Jl3Qm8E3\r\nrMmvZ0wQeFjkvXmUg/yyUNLqhDr4KpG00baPqknmPVKg5y7tapiUOnB7jbez\r\n0jqP00wv+2xBooIB5VcbYOg4CwnJDKEUEDE6o3FT+YoQM7Ac8zpRbNZoOlRO\r\ngD+0uQo7miSEjZ5U4svgeGPjaKB7L1ovRN9430lXU9QGiq2iWccf1zE16mgH\r\nKWxarVbz/cSLsmDWsoKtds3sWmcVWRLk6Fz/C3ls131ZAr3tJDHkZ43f1fyd\r\n89f0tW81L8QWMRsIJMR3s13TYqfUtyq1cLD0qTloSfKjKwJRk3Z5YV2zoN8s\r\nOasJ7M4iOoLNwuww7oCcgzVNbrIQfYYJKb+BQRaU8xHngRFJC1zvqcDHH1mV\r\nYT3dQMssmNWtVeva3w5xK2Pb3jiCQY4mV4BI+RSmlLHa0vYb+XBtyo+J/PZS\r\niQ3VxlkyAckPnOGn8y1O7fBepVOt/1Lvo0g1REob9Ar4QfW68VBPNjL8KGK1\r\n4nvBju83gMVVnIoJpoZQ4bCfut0A9r//AsnLXauzrA34BrvuClAvec+PUIbe\r\n+uGlnwdHX+hF0dkFTqQoXpT961LNsAZTb7U=\r\n=vC7N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2ae0b979d09b62764125c0ea90b1c3e796046643","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2ae0b97-20230417075926"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2ae0b97-20230417075926_1681718420650_0.8085772087184377","host":"s3://npm-registry-packages"}},"0.0.0-next-3d41961-20230417131311":{"name":"@shopify/hydrogen","version":"0.0.0-next-3d41961-20230417131311","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-3d41961-20230417131311","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2806d78061f0b8619f0219844c63e5076014d513","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3d41961-20230417131311.tgz","fileCount":19,"integrity":"sha512-HLw7Cm3raZmRnXAL6GMbV2vAOZazna0SR/Y3qUozPnAzBNzKbPb7pjR2m0ctGXy3cbL586kz0MdeeCAuLhZgkw==","signatures":[{"sig":"MEYCIQDlJDVJhW2WVlMUNjFhgq8/q55GBd+FGqRl5j5qW7YehgIhAJUF/R+zruN3Fy1CUru0uLh1pXmaSo6zWhIyEo7S49dD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPUYdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqroA/9HPPERodh31d/dB+ZIKocD2NTAkKpOKONwCoQ8pdQmcDApxmD\r\nttwjDnUyXwz5Pf1RCuGWxwgjNgXtrZcBMY6k8vH8QyS2oviQEu3cD8VfPNjW\r\npr7d6NbcewiAp/nl+AKlqkzcByqiSQL2Z0VXlMRVMBJNgcppHLPhcHDZe18a\r\nAI4Sz6nA24f1TbikQM/b7rfyS6QNgjLipWIvXZYMKHKwiEg6LcyZylyK9U9K\r\nwJldBegprpZfs7fkuCgzllP5H3xgzPKMhDuA1/xlFj5fyQEbdSEf1IveZ3sD\r\nk7rhPL6P6mxWr4hU26cWAKFgY6y5E8wTfCdshy6OugerWnma0gVGbCdNy+Ib\r\nM5akAW7y3igVPGfpeuxgUTjqwk4iqnQLLIq+MH+i58lLJ9jqD+tIIrvMvKpy\r\n6zTYKTcHTmc4I9vs+ds/e9XTjYmNOKWyLGI1o5eaAGlSP2SpFUPoshWV5ehg\r\nxWdxP9SREaV8HGpq5XSdGR91m8fgsCuUp+elzLlXSeHrJ3Rk1wQCe4eVZmZ+\r\nyCO8xev3VXLTwlJZNXPuGBK2Xzuail/n/OEZu4+ZFO209cLcwxnrffGy6yfY\r\nI8OcocZeTFGOYUDq0fQX3o9gEmfekG7W5iCE5HN3ufcSLCdUj39uM6ajzy/G\r\nFb21ozBHhtg/QPKHwlW3cMhfQQPrUbYe5O0=\r\n=kmyH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3d4196110de1782a91301cb0764bc1749cd2cf26","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3d41961-20230417131311"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3d41961-20230417131311_1681737245238_0.324466180688884","host":"s3://npm-registry-packages"}},"2023.1.7":{"name":"@shopify/hydrogen","version":"2023.1.7","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@2023.1.7","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"18731293d83cc9d16d596387c7fd288da3dbcf35","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.7.tgz","fileCount":19,"integrity":"sha512-tzP52gLMzBxCg0ZndZYh39bmguOWdbMO7rcTbaPQXHgus3nOKp7byavWgI9obsgxgp++ugeCqF8AlTdBFEAu4A==","signatures":[{"sig":"MEYCIQD4CZZVUeUOakHB9oZrbb9dJXQnVfRymcuJF5kvpsbEGwIhANWzz7strsc2dVSa0r4RwpGmcP1GaM+FDvD84RE0wjY5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1240797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPUq+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoctw//c+/QBYoqpSoGuIdnI10ftipMZLtZNIxtuSEHFe/wdl1SjGhO\r\nx1Dm/Tsv1Vs3aZGGeM5lTihsARzwAtTxq2i49vJQJXJMLiX4xXVUbL0xEpFM\r\nEdD7cd80rw3x4nNKqPyvuxNQpO4kF3bxBud4+2EfQbdiFB3ZJibcsF2Ebn5V\r\nO+ZB9b0j4l07qjMYm2H+vBIeicLZDusD5FOjsIw3QG63Py5wOQt0B3XqHF1S\r\nkdgEn4AqJdBtUZA9q80/KGxF9lbZtPnaVNu9ltNlFFGgapJwBM89Uxk207bF\r\niW/U2o5HASZOBRlnnfDN/nP5mOHYXlRm7eKjhirVdmdzTUYpfHOpcivh9AWl\r\njjeA4RwcR/wVn9xMzTaFofTKYrlqQnDE4V9S7UroBOsQKux9m3AAiXaN9Z0W\r\nF88N/UbFZap4vQ495qZnPvLdbBd3kl7bTzfPr/PimAlcB4i7/2pO0ZPmk853\r\n1bk7kFQ++Gw9fgJgg4NamZ5ESomLs59nRqsHe+P6Wi0BNpeYXrPfFzB8A+IE\r\nBlP0Cc4kwjYfdaHpn4MNbFRtZzWx/ysrJACaDLlGvFVQFB6L7YoZ4evMHHUE\r\nACKsyL2CYxCoGJMoISZFoiT+1skvHk+zxjM2LWTQos2M6GbvDvtIkJ8R1w4D\r\nYddeus4gg0aEcclz35Smf+PMPmx9jWvY8uc=\r\n=X1bJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b0987807df7d5ad610fb5a67a51a00b04a9532c5","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.1.8"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.7_1681738429837_0.8461340300608089","host":"s3://npm-registry-packages"}},"0.0.0-next-f991a42-20230417143042":{"name":"@shopify/hydrogen","version":"0.0.0-next-f991a42-20230417143042","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-f991a42-20230417143042","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"25b2ebf1354c7d2574bef03b5998dfa380cf69fd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f991a42-20230417143042.tgz","fileCount":19,"integrity":"sha512-J43JH/iURaEtiPtHRkIlrBT5R3dguSuiFvrAnSmDIZbzIEWhGBxdV3smH9SkiqiNoCZWEYGfP7QgnDr2m5Y2Lg==","signatures":[{"sig":"MEQCICAd+99r7m9lChhH7Oq98Fh1Arao3QnMXboOATw5/1rMAiBhqogRKKKtVgZLh5nm64dmzTNSzHuSLIyp0dNtuFtLtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPVhIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobXw//bkxbQOwm0ZKa6GEI/rCwZtTn38w2RnGztiT07l0Tc0qUHsAP\r\nBHKWuaZAQycjgtiq5wQjrP/s8NByT2vYuYmoWSq7CaORZKYProDUAvtiQhWa\r\nSgp+ojHMfMrKa8D8caAlxvccXTUZkN5JCkjEZb/5/7NIn4pzYWda8qgq44PC\r\nhQCkSDjKVvE6Zmt1ozGBSfK5/pzPihIIDobuOvdr7BppXn9nbPEtvQrZs0+9\r\nQhGSRuAxYRcaGLXaAXOi1k8xQNOZFTTpJzbTkuD0Q0V6J2PV6A2cbRHHkUGW\r\n2aufm+TXxiAoQ2fs25SxZQcoYBTsO5/S+EhoSEDcqaOuA0ManhPRZkvpc/KV\r\nht1+ndAh4fh9djSCextGYgTkvOZvDUr8jQ1sPdN+xCLGLHaqpUSy7mKxbitI\r\nyPl+yAhPuhihr4LTbHfhkGK+bK4kzBGyZhAQF6MxYan3UdChPjc7ylePz9sf\r\nBqjjo6X6+owENVH08xs1WKHQBJhOdDqAkzNAGJ4hMgT4QRz9oWxEh41ilfQJ\r\n6i3f7l/pilqBkSD+4ONKRNp1SRAQWw/2XWe86/XmbkEG8iZnSXSbSDDtKJ2W\r\n3QgeIsPQQl0LZ2/34u9WWtQhpb8EdMJTf/07FW1wbZFTydafpDotD7fl1nwY\r\nMGS0N1Y8vddEQVqNoFAGmuT01LisEfuUSf4=\r\n=TaQB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f991a42fb6357cc3790c080abec8428f3092e7d4","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-f991a42-20230417143042"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f991a42-20230417143042_1681741895880_0.35895274386557907","host":"s3://npm-registry-packages"}},"0.0.0-next-361879e-20230418144748":{"name":"@shopify/hydrogen","version":"0.0.0-next-361879e-20230418144748","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-361879e-20230418144748","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"989835da0b5fab5a4bfdab62f09132751da17dd4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-361879e-20230418144748.tgz","fileCount":19,"integrity":"sha512-xAyrx6UUnuGvRhjTehiSpL3bDBiAhw6mvg5INiM4xJURo+ARFB3mU43LTvkSmRqh5MGnik3yM1AWDPjffgWtqA==","signatures":[{"sig":"MEQCIGthl82KJ0MD6IVXtlYzwAlTwVmBs/UFf2Byq0EtXV6iAiB3R8GADl8GR6bC0DO8IBFU4I2H/nswD+X60UyqpD6eWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPq3bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAfBAAiqRFpm0CC8BMDAv1rQXFmFj48JzeEC9Mtav+zxDxGoeVRk0v\r\n1PailvKP5oVz7W+WV8SnEzAETcZf4QKMi4pBJw9H7OEUfXq9o5NmOZ9jvbrz\r\nuMg9m9l8vyLDMe7nXx+QnrE2Y0N22PnZXdMdW5FW2GippMYLBMO67tg6Jjy5\r\nCWdG3i2r7Kp0kmdRMVwtyt4QzeX/U5X7H+yOjoDBtbofpKO+t7TMl2wzrat/\r\ny5UZBpv3++xcTYLb1KXi83ful9R84Sw5aTpCXYbrQtW9Ex3IphFqzo2JLodl\r\npOwttpc8zpedIiA1dww0tJeY0oFTBgTEz4bsP0Ro9CQvahD+ByTTTrOkAXif\r\nysGf+KUzIm/meqY2V7NqydfPj0Wm9H/1opQRSJFcmD73ANUEkG3zHsRTpBSR\r\nVf3KSniQyCW8EZ4hXznkwJTKV4G8gpLSCxkxct8iOgVLSAaE9akBtLQJPny+\r\nnHsDQ4HL4AYz09LbNjCDG2r8gtSMrbpTXfAqHM46p/PXR4zXhSHkyQqKGmFS\r\nm4r0qjOr6EMO4NsbRZ252/2UuNyN4BS79sy2pWFSWqH1hQHYQXVWlV4TduT3\r\nKRAN73y3pUYS/xwO0LMnvcfA/0DPp3yhhwmdAk5ozD1CENl37TqAqG3MFpub\r\nlj2cQH/TeFP6oybu5J0bnCNFQOd/2asKr34=\r\n=BRZ4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"361879ee11dfe8f1ee916b022165b1e7f0e45964","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-361879e-20230418144748"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-361879e-20230418144748_1681829339341_0.9977911756916051","host":"s3://npm-registry-packages"}},"0.0.0-next-62d8d31-20230419123029":{"name":"@shopify/hydrogen","version":"0.0.0-next-62d8d31-20230419123029","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-62d8d31-20230419123029","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"89064d56033f2559f53af6f2d6db53d459b5d4b7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-62d8d31-20230419123029.tgz","fileCount":19,"integrity":"sha512-F0rHX3/eXtvnz+YuNO9FRhMhxXRoXoK7G7aG5zp85+n1OocmfJYpeoB9GUEmGzGvtmrYLm6j7PSusf8t9kJvLg==","signatures":[{"sig":"MEUCIQDTS5oaIktYOaZ1EVzugJ8K9gO/cfh17Uqlqoefw1GBCAIgGLjcUzLJSIr69yMTULDbiJhuxjkmv0psmDoz6BHVbY0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1241521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkP98iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIBA/8CysJN21hOBSmxwBgYBlQQ2YVlW8dXUFGnnrA9ejF+8S3jhaU\r\nKDIKg8Ak9a5jLsBKgadhdr/AQCX8my0vIv/rIpKUEtTNqFxifoDFJbvOaRVL\r\nnhYbe0qs3UQOg761aMlpRxKTKF9zTq/WfQJaen2myvUtjEkcmARcT/A9wAVe\r\nlp9/SaVfH8sYpcjcwR8zldRQ0Zz8ax7fny2fuxVviwm2UyO7HNElaZUuXAdd\r\nsokd0+AhVCXTEBrPkOOBlE7N08VS8oZ/7L9+hJ3HYDQbJ0cDv8ifH93zQZxg\r\n8dP3AIUxj0e/K//GkMUYiX14AeO683vUhVKF1rIRWaOOV46vmz3xi/+xUlRp\r\npA1L7jtJBFN2qJEndJfHL0vs3WTOwBbW5l9QlZypb3e3cpfTG6e2xU8der2g\r\nk/wKrvQJw9FT26yQ2gNrEjoVXeJT8SCJB89LYiDpcYZ0Oz9LfKmIpOH+v41B\r\nYNBraWQGeRhXSLB+H9kz177QKjC0Ek6wUrB29CB++F5TqajEn96n3dId08TE\r\nVu+q2f8siJcO4vpjbNLnR6jOaY5sDyAIJpu6Tlt/pooqbE6Fg9QK8Sc3tblz\r\nRDznAke7jRDFgbx0MrNlMNB+K0pjJrLCV84P4A/igmcU/kOiImPkEXYOIDch\r\nVKhneIqgZqrLSvAI1kqLBcocvw2efWC5sWA=\r\n=hOuN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"62d8d31a48fc2536c1ca05db2748e15b937b2324","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-62d8d31-20230419123029"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-62d8d31-20230419123029_1681907490132_0.7421927074684063","host":"s3://npm-registry-packages"}},"2023.4.0":{"name":"@shopify/hydrogen","version":"2023.4.0","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@2023.4.0","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"74fe908ea4de9ab5fbabc3cc842f6912a4a2fda6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.4.0.tgz","fileCount":19,"integrity":"sha512-dHXaa8unSY17wCYdXNU83rSzEcmc7ojdCPAqSoX3hlLv6jmaBd+Mvq+VrWMnHtxQ7E/oTtUWa9k82oA23hVOaw==","signatures":[{"sig":"MEUCIQDgtMCh19L3MxU11jvvoiock/FlCx2zeahDvvoY4c83NgIgGJI65tPwhe3yDsJr6xEHwUty8ZOhYZN5Fv7cWGrGZq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1325404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQOoqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqnVRAAgO3915NN4vV5iVP50GWN3zoJOBIKfqq10KiZnDko0teZeLYl\r\nHdERUiB4steAfxCORep4++TmldYC+d5XzPgHFyiUejdPzq4fcNHHWjerAKqx\r\n9gSowBBRZhAFCXR3t9x6gnRJj2FC90YAhE8nQvAI/xP+oRtWkrRoGxev8txu\r\noZqyLb2Rlb5MJhGDoxTCvZrSPjM+GmugsQFIM/t+bK8cjnclScG50FGKdoHX\r\nlldOYanAiFVR6Cc7RAcUOcnQvibEiycP+5TZVUprlQy7yfhB2VWVRLeWaSpc\r\nVhVPcyOfEFUtjob3t4y1qYMVOKr1ITsSr6f9rlkMcKrB+c/0FUqZpKQ0f/K5\r\nImAgz3j8/WasUtbdIkDuECgi7yEhDS4AvsFREybwye3Anc/4RwJc3QNlPTaZ\r\n6NHl2l6xWmXgVFIccSHHBpBnSofP+i2oc2CB9jGWOgN8Geu1dTlvbWOmyXYz\r\nWw0+Srq6POGJ/GklR6rl110nWbDad84gBi17o9U9UlpicMGODNvm7rGZ/5+R\r\nfhF4MwSfPZvjot7i4YWWqF23WqZQJV+aONEivzTYz7PXYrHztsqnK9FGVm1c\r\nhn83oC+ddVNZMi0aDD4Bc8WKJMzmPLyZg14PXiPAd+iA8I8VXfz9XdBdiiYh\r\nZdsBHai3bXKI51yhtr5lIoxrRxDXmFVRgB8=\r\n=Th+c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f43f61a7703bbc4963586d51ee89f8d6002842c6","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.4.0_1681975850437_0.16758364826028815","host":"s3://npm-registry-packages"}},"0.0.0-next-0a009a3-20230509153403":{"name":"@shopify/hydrogen","version":"0.0.0-next-0a009a3-20230509153403","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-0a009a3-20230509153403","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"351297fdacc67b2465dba372974dd120735b88ee","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0a009a3-20230509153403.tgz","fileCount":19,"integrity":"sha512-LnIMwglYeKcDdbuuJR04s7Qizy+9pRvvz0+CnPSSelJyoiLrsfJj5igSwzs3QEEGMqxy3C1zCy8epLLpCn9ECw==","signatures":[{"sig":"MEYCIQCB+nc6GcMxneCvfzYoSDm8K3kOtqLrqYx3Y49YRVGn1gIhAO8QqPQj9XgPCdUpTGVxzm4TuhXmaF3JtZfuq0xTSHji","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1326054},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"0a009a3ba06dadd8f9d799575d7f88590f82a966","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-0a009a3-20230509153403"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0a009a3-20230509153403_1683646494238_0.14889656475179924","host":"s3://npm-registry-packages"}},"0.0.0-next-7375de1-20230509170225":{"name":"@shopify/hydrogen","version":"0.0.0-next-7375de1-20230509170225","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-7375de1-20230509170225","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9055d482da50a2cc6033f7e21529f7018c1cae49","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7375de1-20230509170225.tgz","fileCount":19,"integrity":"sha512-zRLHv4PcgX1jDhiZgCrk4z9UsvkLpPEaCYBn4Sbbhg9tSF1xGyaCnAk/b/pK9HVSfrpxczWspze3uTp/pomiow==","signatures":[{"sig":"MEUCIQDPxF0ZzuiGW+NDRw/QcZNo8zd8K+u5bgHpE9nQY3FCXgIgCZ5PoDx8kr93erpFqNyJK8pnhFunRLtadxYiMPwRno0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1326054},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7375de1c01a0dbc1253d4939a21028cb1f1d3066","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-7375de1-20230509170225"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7375de1-20230509170225_1683651800747_0.3033126827227728","host":"s3://npm-registry-packages"}},"0.0.0-next-d450e1c-20230510013051":{"name":"@shopify/hydrogen","version":"0.0.0-next-d450e1c-20230510013051","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-d450e1c-20230510013051","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"31e1ea56005cc7ef5c21465812a2f7f3c8f24c66","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d450e1c-20230510013051.tgz","fileCount":19,"integrity":"sha512-wYmCra3R65nqSUz41HPUKp1mGdBWYHL9huPSFvAoD5IgwIeOU/rdruznLuCGTOrcef3uAL54LDlUOV8gA3uteA==","signatures":[{"sig":"MEUCIQDHNju4TdUsET61VBx46WmP/oRVT9JW8Db/ewSONUitVwIgQADzHPZbbVwGSlsA7EcZG1TVU5mg47WWKm55LNS28+U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1326054},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d450e1cce49671e66aa596a6736b3359703e22ce","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d450e1c-20230510013051"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d450e1c-20230510013051_1683682314346_0.15247843090352187","host":"s3://npm-registry-packages"}},"0.0.0-next-9c2e67c-20230510023544":{"name":"@shopify/hydrogen","version":"0.0.0-next-9c2e67c-20230510023544","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-9c2e67c-20230510023544","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6b6a189ab67448b718c7751f4ac68667f6464446","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9c2e67c-20230510023544.tgz","fileCount":19,"integrity":"sha512-ZCtqWcpuJ5qy9fXfT6qJH3GZUxsi0D5UOiXP1XrlaGPLZ6D8Y5b/Eze7aZBAqQm4DdW1MtCvqbL9X84Sx7Smag==","signatures":[{"sig":"MEUCIBqT9ux9Cv2V680lA9dGxSQGYR/ynN5d1dAkSZEg7nfIAiEAsZVPjGPkzSH8Hc0+YbVAKs0DPnXYtGdJmLZW/A5YZuM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1324568},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9c2e67c52ec1c77062cb667505560afb757372a9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-9c2e67c-20230510023544"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9c2e67c-20230510023544_1683686195704_0.882621266319737","host":"s3://npm-registry-packages"}},"0.0.0-next-94f1244-20230510223710":{"name":"@shopify/hydrogen","version":"0.0.0-next-94f1244-20230510223710","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-94f1244-20230510223710","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4cfcb18181e946df3c8c3101a2a67f4a415d70b1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-94f1244-20230510223710.tgz","fileCount":19,"integrity":"sha512-WEbVM8tchXy4c3mwvz0ZcnY1trILkW189aI3Eb4llhXTM869k4XKN7i4rfWLxSfSTfRiOl7Mc8nnXPa6XRr7XA==","signatures":[{"sig":"MEUCICrMTFHeZpBalOGaEG44LOYTgnmR8wAeL86EUtOv6NkOAiEA92VzzeKc4GfdIuDBqUyh0U4cbZYEirKJHpjMmTfE3lo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1324568},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"94f124446aa3bdbeeb6df59cf926d4b65b952843","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-94f1244-20230510223710"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-94f1244-20230510223710_1683758288334_0.15370427342808668","host":"s3://npm-registry-packages"}},"0.0.0-next-808b8c4-20230511184855":{"name":"@shopify/hydrogen","version":"0.0.0-next-808b8c4-20230511184855","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-808b8c4-20230511184855","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f8362081c26e24343e5ffb3bae474a322d331e26","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-808b8c4-20230511184855.tgz","fileCount":19,"integrity":"sha512-KY0ChqfNeehziOL3+/TSQf0xoO+dNc7v2LVwCYa4VaxbFhE9OUTCmHYQanl4l8PlJBdSYvweZ5FPrNjOb2J7gw==","signatures":[{"sig":"MEUCIQDx2z8X5XHy0Etb9fTlvUcIpV8VnJVDNJfPNhqHIBK1PAIgBw8u4zYDkdQasRQjDkk8vLhUQGukFgADjEZ3zdZz7yU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1351047},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"808b8c47281a61fe1179477d799995a47e989fd7","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-808b8c4-20230511184855"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-808b8c4-20230511184855_1683830998311_0.10727848769497617","host":"s3://npm-registry-packages"}},"0.0.0-next-d1ffe96-20230512145204":{"name":"@shopify/hydrogen","version":"0.0.0-next-d1ffe96-20230512145204","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-d1ffe96-20230512145204","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d83d34c7d6654b69260774b370e8a1c253b4104c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d1ffe96-20230512145204.tgz","fileCount":19,"integrity":"sha512-pPCDm81bvsMuA4gvefsCt62Y9nrD/vdgTFL8vmoqxMJwHXRymSCu83nTHolqUj3JnR+y6kZTN4WPTb5GaZiYLA==","signatures":[{"sig":"MEQCIC/YXiAZxcy2frMtJDDy2a+GuaahmrY2R8waebmUJ8s6AiBbFJ0cjbPPW2EXdnRFGRcRGU46i6FhzXy6q8cvl5VMwg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1351047},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d1ffe9688a08406861a5e1eca4fcf6a311272249","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d1ffe96-20230512145204"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d1ffe96-20230512145204_1683903178702_0.4533315566319118","host":"s3://npm-registry-packages"}},"0.0.0-next-025385b-20230512160009":{"name":"@shopify/hydrogen","version":"0.0.0-next-025385b-20230512160009","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-025385b-20230512160009","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c01d6c999096f8ff80c56629aecfe7134eb06892","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-025385b-20230512160009.tgz","fileCount":19,"integrity":"sha512-NVNDcKcXG01hsO1RCPDBR16mqber4FDF8uwEXqQhPlKFNDQBjtyT37U022WZTjOO7ZTEjnUaKTGrvK3+vcvVCg==","signatures":[{"sig":"MEQCIBauMBCI/tXz8h7mjINvIsbsWRYY7mT4rl6GfTl6fdeyAiB+yb7x6WYg9OADCYqmF2Ar0BQjleljG3utSU60R/PNQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1351047},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"025385b6f9f58a76ffb15d9f505dfbf2b5e21427","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-025385b-20230512160009"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-025385b-20230512160009_1683907266760_0.9578055635219205","host":"s3://npm-registry-packages"}},"0.0.0-next-33f33ed-20230515030612":{"name":"@shopify/hydrogen","version":"0.0.0-next-33f33ed-20230515030612","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-33f33ed-20230515030612","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f9350b5c89148fc00ad16ec3af76cfd71e0ab58f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-33f33ed-20230515030612.tgz","fileCount":19,"integrity":"sha512-IOb7Q1kKocLK57/J5R/mfUNUZQOIMxg2MSfu5cmaKdp9GYpmkoPHxO8lnUAh9Sd6+X/UcoeNHCUkxKBw5o6LIw==","signatures":[{"sig":"MEUCIQD1hym18UKcPnoOTGz9Nd31JwGhaC0ISctkMQmfL0XZ6gIgPljuHlKXmvWcCtHIPnANhwgIAtBCn9Rx20SBiemiVDI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1351047},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"33f33edd205bbc113047533c71c71ad53bc91b3e","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-33f33ed-20230515030612"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-33f33ed-20230515030612_1684120048855_0.7397880876245762","host":"s3://npm-registry-packages"}},"0.0.0-next-7e1a787-20230516145705":{"name":"@shopify/hydrogen","version":"0.0.0-next-7e1a787-20230516145705","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-7e1a787-20230516145705","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5bd0759b164c52f094aeb8906914a9dba232d4b6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7e1a787-20230516145705.tgz","fileCount":19,"integrity":"sha512-+mnwwMaQ4GUdizZL06wjZhYeSINX9HLJJ90aafKfhEuaYM4VamYdd8dhPFXTcB4VL8WzUOUbyGdsjdFC7arh7g==","signatures":[{"sig":"MEUCIE/tiftJBFtj8NBJ+MdIr/ZZ5Bq+4CV6esB4MXL2cqfHAiEAhqueRmbupUcXiliJA8kMPEGT5y3f3wq3kZGvpg2ag2w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1351047},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7e1a7877716fed67f546aa2ac7a950752603066f","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-7e1a787-20230516145705"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7e1a787-20230516145705_1684249100428_0.31656420102526317","host":"s3://npm-registry-packages"}},"2023.4.1":{"name":"@shopify/hydrogen","version":"2023.4.1","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@2023.4.1","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3921942c7981b3b182149abfc7b0ff7636c45e17","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.4.1.tgz","fileCount":19,"integrity":"sha512-4F/fqqfaOAKpl2XT9HH7X0489RY1rW4GGQ1erC1mKTMnQYvtzbYo2txfQ5dYeWWSLYqahwVNwnsuat8UWxqeow==","signatures":[{"sig":"MEUCIEPTMS3v7S7NMe/tTCZ931DFb3OyY1mjW9qBuDku3/+9AiEAgQFRjMgiEey7WFa9NKchC5jVn0VKyksMCbt6ic53AqM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1350795},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"8d21adc05ecb2d07a26632a8baae086519e3c0f7","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.4.1_1684250501870_0.4255732406331383","host":"s3://npm-registry-packages"}},"0.0.0-next-112ac42-20230517085234":{"name":"@shopify/hydrogen","version":"0.0.0-next-112ac42-20230517085234","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-112ac42-20230517085234","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6373e2ab3978c31018e1dfc5a86c39aee3b10e2c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-112ac42-20230517085234.tgz","fileCount":19,"integrity":"sha512-J0rYLYWqj2ECYLJ4yFuCpE1haK18kGcrmJVWckLslQqCotQS05qkhZyPiJsmypiolucl2M62LIBjvbQdhUgM1A==","signatures":[{"sig":"MEYCIQD3FbBela0Q2Xl2R3Fdsf7ugl68AKSsiXNhssBeDyn6QgIhANfFsF7dlUCuNe5qt4H1VdULQObayilp2N4x84iJ29ek","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1366284},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"112ac42a095afc5269ae75ff15828f27b90c9687","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-112ac42-20230517085234_1684313618565_0.3565505175413861","host":"s3://npm-registry-packages"}},"0.0.0-next-2e1e459-20230517155016":{"name":"@shopify/hydrogen","version":"0.0.0-next-2e1e459-20230517155016","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-2e1e459-20230517155016","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"359299ff09b3989658230d600eaff700564b4d46","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2e1e459-20230517155016.tgz","fileCount":19,"integrity":"sha512-EXf0NwLZqYjta44Gzxviv7nrDM3FC1StTk+csGIKVEFxtq7yeomj/9awewG8tOatz8zXobZ1ZU7eDvfZfJPNLQ==","signatures":[{"sig":"MEUCIGi1DzrDlKGr8cEGDheVJU8P1py3CzRCmvGuWsTfwKehAiEAsAFfaKZVmDN2wvIU8E0RL371pDNLPVWqdadLuadJOHM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1366309},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2e1e45905444ab04fe1fe308ecd2bd00a0e8fce1","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2e1e459-20230517155016"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2e1e459-20230517155016_1684338672473_0.5391873487722616","host":"s3://npm-registry-packages"}},"0.0.0-next-97b9b8c-20230517163721":{"name":"@shopify/hydrogen","version":"0.0.0-next-97b9b8c-20230517163721","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-97b9b8c-20230517163721","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"10b5201b0b07d23ac8cfbaf3a461ae6c2d10e5a6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-97b9b8c-20230517163721.tgz","fileCount":19,"integrity":"sha512-8ef5B4ELatEUOqKraqHLHqT5dFmJKJsAIxT16vu54ZBick6zAHaFV98oT/8qmQ55ifWvZ88HxNJ8W6zJcGpogA==","signatures":[{"sig":"MEUCIGIVQF906pG+IUaNybFUNaW/b+liY1Xm8Mz8DLwt2L4eAiEA5DCtbho1MJHRNJbxTYtuGuNs4Bx5KkEjTrNh9VpoE8I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1366309},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"97b9b8c6781927865e7e581380a11ad0cb862e6a","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-97b9b8c-20230517163721"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-97b9b8c-20230517163721_1684341505959_0.7066410248794834","host":"s3://npm-registry-packages"}},"0.0.0-next-8ed46dc-20230517171645":{"name":"@shopify/hydrogen","version":"0.0.0-next-8ed46dc-20230517171645","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-8ed46dc-20230517171645","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0cceb68cc54b3c4597e4d27a48718a1b1353a698","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8ed46dc-20230517171645.tgz","fileCount":19,"integrity":"sha512-p4G143RJoX/0peE7OCJrLDyB9yMAj14YhRV+chG1+KZ2prxopEC7FM1hPWb/3hcwii/wJayBoSXL/n7l9tKpGA==","signatures":[{"sig":"MEUCICp9mnERnIH3cUH2Uli+VzKfvZ9qThJO5O3LCMVfo/5kAiEAiT3YjFTFZLjbeL0TBeQcsIr/rH+1I+adu2SM49G+IJI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1366309},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"8ed46dc6c1fbb5c724fe8e80814768595f55f6ba","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-8ed46dc-20230517171645"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8ed46dc-20230517171645_1684343862685_0.23925083458985852","host":"s3://npm-registry-packages"}},"0.0.0-next-afdb69d-20230518093530":{"name":"@shopify/hydrogen","version":"0.0.0-next-afdb69d-20230518093530","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-afdb69d-20230518093530","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"michaelarsenault","email":"michael.arsenault@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"marytal","email":"mary.briskin@shopify.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"andrewapperley","email":"mail@andrewapperley.ca"},{"name":"iainmcampbell","email":"hey@iainmc.ca"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f28fc265fc9cff967dd576e0fdf121ec03e7a3ef","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-afdb69d-20230518093530.tgz","fileCount":19,"integrity":"sha512-z7992FYW4pzc95XA+E3V9Py3y/OIl61qjY0h96bW6L0C9QeYE9QQuv1aZQM3QhwJ64e1FS6v7ecuJWUTNO9F8A==","signatures":[{"sig":"MEQCIBU0gC/MdTE+zeOto1nRzXK98yaa8PTg2L+2P9oBd1kyAiA1Igetf1idmiITb8N23WkjraYu8JQE4QZgTmUmSfS8RA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1366842},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"afdb69d343d107752a7595699b4d2519b96832b9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-afdb69d-20230518093530"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-afdb69d-20230518093530_1684402596152_0.8524043984016838","host":"s3://npm-registry-packages"}},"0.0.0-next-2e97b1e-20230519053848":{"name":"@shopify/hydrogen","version":"0.0.0-next-2e97b1e-20230519053848","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-2e97b1e-20230519053848","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"eef38160cb347133c67d82f35462e15c0178b577","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2e97b1e-20230519053848.tgz","fileCount":19,"integrity":"sha512-3yIAaFPSkl4NJ3DHq8cRoaxwTTgDrWhkhKvEmi+E+km3UxW+cffWG2toc/8a+U3QtDlC3xMx8KeXLSnqpuErbQ==","signatures":[{"sig":"MEYCIQD0yowpDgPE9FIdlHfpRDZvLTzNkBrFeg/lBsdemGX7twIhAJNcfOIuc/n+EHCt6RGUk9MMXJYMVmQ9WM/0tyb+Zzak","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1366842},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2e97b1ee662e6de196e060bf549d9f7113b26a99","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2e97b1e-20230519053848"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2e97b1e-20230519053848_1684474782347_0.3988411367776228","host":"s3://npm-registry-packages"}},"0.0.0-next-ba54a3b-20230519142842":{"name":"@shopify/hydrogen","version":"0.0.0-next-ba54a3b-20230519142842","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-ba54a3b-20230519142842","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"de06f9cc85421d0ab6466f389401a4da53072da2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ba54a3b-20230519142842.tgz","fileCount":19,"integrity":"sha512-wEZdNTXH0LHW/VHqTkJmFPG550FlKkEf45pCheLaO06K9NgkldSOx5V7z3cBswv4SUNAwUwzEKc8VOFPj/c/mA==","signatures":[{"sig":"MEYCIQC4/juKh+0NEPXP/EhqXXNsYRCOtcYfRe7WV7RO6Ht1BQIhAMCCBuByOzDngEMj0uk3NlvjF1S2LKByQj0xUbK9KQtG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436969},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ba54a3b650b85191d3417647f08a6fb932f20d44","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-ba54a3b-20230519142842"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ba54a3b-20230519142842_1684506578349_0.9355932609193931","host":"s3://npm-registry-packages"}},"0.0.0-next-a8d5fef-20230519153644":{"name":"@shopify/hydrogen","version":"0.0.0-next-a8d5fef-20230519153644","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-a8d5fef-20230519153644","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ac4275d3c607a2f509a0953eb3b7949eaa3310a0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a8d5fef-20230519153644.tgz","fileCount":19,"integrity":"sha512-hYS1ojo0Ay5IaAl+rBc+X5Nt5ldFXiYZ/E/5OG2RQUc7HEQcg3PkZF2dqBb0l7ag3ZUpeGw3/WUE4ELcFKf8Bw==","signatures":[{"sig":"MEUCIQC+vV5rPUQnIE5O5W+x6jzKn0y6CMFHo6l4UaYXEqxITwIgV2Vew4g/SkXLsj/zDTiYKvcSoTYxzzlRboUp6MKe5FE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436969},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"a8d5fefe79140c09a58e77aae329e5034d030a93","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-a8d5fef-20230519153644"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a8d5fef-20230519153644_1684510659427_0.40849344221053396","host":"s3://npm-registry-packages"}},"0.0.0-next-24b82fc-20230519154844":{"name":"@shopify/hydrogen","version":"0.0.0-next-24b82fc-20230519154844","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-24b82fc-20230519154844","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1da42dd60c475c9c912221d49f966e60b9e26641","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-24b82fc-20230519154844.tgz","fileCount":19,"integrity":"sha512-jOfsHi4vrVajMqukmoRG9WYq+1PG1mONKMbJlWEhO5XDpCMTAAdATbcrpCOwr6DY04x+dTQV27Hn8+PRe54trw==","signatures":[{"sig":"MEYCIQDyISeI6vAj2bfNwBRTetC2/6NM2g/vAe1aNq+YK85nNgIhALmH68iPBtfFsqfBoDBpYbxlzdECfeXZDnnZDD9LaEsO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436969},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"24b82fcf457d82f456d9661b8a44e4f51b5fbdf5","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-24b82fc-20230519154844"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-24b82fc-20230519154844_1684511398964_0.001508541258184115","host":"s3://npm-registry-packages"}},"0.0.0-next-1a9f402-20230519160940":{"name":"@shopify/hydrogen","version":"0.0.0-next-1a9f402-20230519160940","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-1a9f402-20230519160940","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b43597d5d2238af7824b0a924ae8352a8c31895f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1a9f402-20230519160940.tgz","fileCount":19,"integrity":"sha512-D8p8yzZfQwevpeGUS9SVpl3QH8Wr0hs+yHjsjk+qdPBz6eUtHp8wH3NUoXDE/Pef+4BBymNFavGw6bKmFVwkpQ==","signatures":[{"sig":"MEUCIQDJh8d/Jdh5yTGcAKynpa79ty124Hb8D9Y/x6sJQLgS3gIgOknO4jYQweuB3Vp3oHSGrfqj8Csxrw8jKJGhLkyrtnI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436969},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1a9f4025d765bff672cf3c02d87c5303e8b027f9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-1a9f402-20230519160940"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1a9f402-20230519160940_1684512647975_0.22987821786861007","host":"s3://npm-registry-packages"}},"0.0.0-next-3cc6d75-20230519161739":{"name":"@shopify/hydrogen","version":"0.0.0-next-3cc6d75-20230519161739","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-3cc6d75-20230519161739","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dab5dc785ed6fe62cea641cfbe8789704cd46e20","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3cc6d75-20230519161739.tgz","fileCount":19,"integrity":"sha512-Tgl1lzAwAU7IkWV2EFesK3qi/8J2IVhMYeLL8xh9Jty0YBioGWAPQU54835YvN5vkrVAZFPC5sx47g+Z4S1BHw==","signatures":[{"sig":"MEMCHxlPh+u1aH65Uo+o9kEBW0ja4YOZ4qm+nmn294ZpGH4CIAkMUlAv/3pwBjGlR8HJNNltDD42kYTMJjpAmslB6HDT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436969},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3cc6d75194df4007ebc2f023c46086f093482a87","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3cc6d75-20230519161739"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3cc6d75-20230519161739_1684513115662_0.01303859369171212","host":"s3://npm-registry-packages"}},"0.0.0-next-6ef8753-20230519191012":{"name":"@shopify/hydrogen","version":"0.0.0-next-6ef8753-20230519191012","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-6ef8753-20230519191012","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4e5dd2ba58157c77819cb8d48b47f14b31899c0e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6ef8753-20230519191012.tgz","fileCount":19,"integrity":"sha512-7GnNZPvSHQqlvsB83vcOcRnIzo2ChxzXJXKVChbkHBLg6ztPV4VWYR+ebL11iwo0eDcDB7Te/FLrTJCV6D6/ow==","signatures":[{"sig":"MEYCIQCRYlEcQJeFDFb93IvcgbgeGQxdUZKbQWrBGH23whNa7wIhAJyzYaHo1gog/gpIFvWJ5rHUzUcAIHyZHZBkE2hrytNL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435707},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6ef87536d1239ec31fd8d29d69df27fbc312ae19","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6ef8753-20230519191012"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6ef8753-20230519191012_1684523479979_0.21023885005427023","host":"s3://npm-registry-packages"}},"0.0.0-next-fb42061-20230519210328":{"name":"@shopify/hydrogen","version":"0.0.0-next-fb42061-20230519210328","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@0.0.0-next-fb42061-20230519210328","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1b6f38855d84c286c9ea9699e2d27500fbfe69bd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fb42061-20230519210328.tgz","fileCount":19,"integrity":"sha512-FWmBH/9yLFYh8lCgSSuGmDkRomqVsDuL02BJ6zfFx+W+H2yYpe2OEJ4yq1D/MgShYJPLC/8YiUoPteCu3Im8yg==","signatures":[{"sig":"MEUCIQD7lc9MSxV5IGpbkre4sGS4ELep1VbIoSMmtxfiuU65twIgP7DHIT9JEReCebFLLpwoYU42cK5l6CBTQjgRwoDAoA0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435707},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"fb42061de87069f1a9250fa11ecd46e5cc5b9a69","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-fb42061-20230519210328"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fb42061-20230519210328_1684530267607_0.28152916336520706","host":"s3://npm-registry-packages"}},"1.6.8":{"name":"@shopify/hydrogen","version":"1.6.8","license":"MIT","_id":"@shopify/hydrogen@1.6.8","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen-v1#readme","bugs":{"url":"https://github.com/Shopify/hydrogen-v1/issues"},"dist":{"shasum":"968c4f30cf7fed86ef98479a625cf124b16dd39f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.6.8.tgz","fileCount":626,"integrity":"sha512-y7Hqo2rlZix0KeZGrezRW4mSG/bpGe7PUPBP6M7RtXq2vb9El7bmhtLaecCiLxts1id/9FaX2OIdxUzxl2ekQg==","signatures":[{"sig":"MEYCIQCgAfTDOZ2NqXaGnJKK58niB74CzOzjfQqrETiSAqZbJAIhAL167NwasQrt2vMsKWDqh7kAOUhchk3cUyy/Fzon7hue","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1418794},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"b41063c29f0c96117827f18d1c2bc3684d25ea41","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen-v1.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.4","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.20.0","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.6.8_1684776016385_0.9493806403304865","host":"s3://npm-registry-packages"}},"0.0.0-next-e1caba9-20230523152924":{"name":"@shopify/hydrogen","version":"0.0.0-next-e1caba9-20230523152924","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e1caba9-20230523152924","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"398397f5b8ebd3654dbaf1e91c72e4c2fb90361f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e1caba9-20230523152924.tgz","fileCount":19,"integrity":"sha512-2sGTjdJxXKL8y2bKJJnPMFXnTy0iqj5oAet1YqkiN4jts7Lkkpepbfr+450wqIK2g5phZuiJnC1rjY26DwdtwA==","signatures":[{"sig":"MEQCIExRjp5/1a6Xyd4j5u1PMdfT0+7iAMosqOWpwpHLuhCAAiApkZJZpk7YFDimdP/JNICsGQQvhubj1Q1yyD12KwwXKw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e1caba97c00ff2ca5427a02e0fca960d5097f435","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e1caba9-20230523152924"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e1caba9-20230523152924_1684855827663_0.2164169123456059","host":"s3://npm-registry-packages"}},"2023.4.2":{"name":"@shopify/hydrogen","version":"2023.4.2","license":"MIT","_id":"@shopify/hydrogen@2023.4.2","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f408d7293bbcff68fd11a8311e729516ac4bb4c1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.4.2.tgz","fileCount":19,"integrity":"sha512-daYnUGiuOVEHVgcXv7mxUF3Q+Sd+VRafm/obrVk8nCLgjRAzZon1u2qOj20ti2vyIrB9OKMofFIY8/z6X54CdA==","signatures":[{"sig":"MEUCIA0Zow1YKy/HI+MxM6WgWDqh4MrKZVDoT7dkmE2taFfJAiEA6UsFrMUtCmbEDIbAOy9EQHXRSqJoafZ8IwWSm3IYVsU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435433},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b1320471703f8dc7f04e8c119070ddb5d8ce6047","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.2"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.4.2_1684856424835_0.8882836751669339","host":"s3://npm-registry-packages"}},"0.0.0-next-7aaa4e8-20230523161105":{"name":"@shopify/hydrogen","version":"0.0.0-next-7aaa4e8-20230523161105","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7aaa4e8-20230523161105","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"972e5a69137ead97e7a4367abb1895dda405f9d4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7aaa4e8-20230523161105.tgz","fileCount":19,"integrity":"sha512-oev5Id1AOw8W7rO+4kjG0zfJouz0yllsmH6RxD68dlBkxWUukEtwQmFUX8EMhEifcwhGYUs/07RGLh3RDVsyJA==","signatures":[{"sig":"MEQCIAtMxSyWTEZuovqeN3IHgp795DJABe23KclinMxXuhJ2AiApIhiDVQarQjTn74W6ks81nY62zeuUzmnfTfIRZDZ3JQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7aaa4e86739e22b2d9a517e2b2cfc20110c87acd","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-7aaa4e8-20230523161105"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7aaa4e8-20230523161105_1684858325848_0.21572927026054245","host":"s3://npm-registry-packages"}},"2023.4.3":{"name":"@shopify/hydrogen","version":"2023.4.3","license":"MIT","_id":"@shopify/hydrogen@2023.4.3","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0a4c1c38c43cf7808737f16f0149a9cadce20efe","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.4.3.tgz","fileCount":19,"integrity":"sha512-Zhgm3y35NJmGvEmvBRKBLxfruupSsUuQtmIXue/kDLw+IdCCqGGW399leXs55lelZRoZ1LrZp/zCSP5Qe/5mGw==","signatures":[{"sig":"MEQCIDqhWOAr69/ZBSOBXUjTUZd66VW0b0lwCW96g5hbQwnqAiBT6YhsBY01uAzSt+LzP4UJc2FdFSq/oC/sgFeh6AsVOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435433},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2443047af2ce09a45cadceda3cc6452adde29e3c","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.3"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.4.3_1684858712793_0.3626196419800092","host":"s3://npm-registry-packages"}},"0.0.0-next-7d6a1a7-20230525202113":{"name":"@shopify/hydrogen","version":"0.0.0-next-7d6a1a7-20230525202113","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7d6a1a7-20230525202113","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b9b944ac6521a313f7389e347396023187ff1c88","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7d6a1a7-20230525202113.tgz","fileCount":19,"integrity":"sha512-LceAch/Tj97PTM6qlWnsllXuRwuvJLzRGcQpdqvGFnH8BcZWwYRBXiW1+rMIZdnJqSjJnNo+REt/SL8yskTK7w==","signatures":[{"sig":"MEYCIQCrXOIl7nyI444hHnBphvCGE5regKrrxvuKIIN1XZBnugIhAMkp7n9RckN2+bPoC24plTScuJZ8Q7YGPvFIJ0MBt6Np","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7d6a1a7cd3adb6ee0cf4cf242b72d5650509639b","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-7d6a1a7-20230525202113"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7d6a1a7-20230525202113_1685046152164_0.02279266650147327","host":"s3://npm-registry-packages"}},"0.0.0-next-487c7b9-20230525203455":{"name":"@shopify/hydrogen","version":"0.0.0-next-487c7b9-20230525203455","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-487c7b9-20230525203455","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"72aec8f4eae7935ac9edea08adf249c691bc01ab","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-487c7b9-20230525203455.tgz","fileCount":19,"integrity":"sha512-kgdQz4h+IWvqv+Hnq/OQaFrSR8BNxNIWh2IFfyC+vQOU1DLnfF/q7xFc5HFzMmHWwcbDQQUkGHdmZKlL+hPcqQ==","signatures":[{"sig":"MEQCIFj0BAI9wM6AqeKLtnwXpyijsw/AXLMfl9tp+sMLjGBIAiAdVUY7Z7pgQD+MspFP+gtIkMjTW5DCzmc5OgzFKBdJxA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"487c7b9a6cb5513ff49ae10aa19eef74d6ea06a8","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-487c7b9-20230525203455"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-487c7b9-20230525203455_1685046949576_0.8027726429581719","host":"s3://npm-registry-packages"}},"0.0.0-next-4c5cdfd-20230525220139":{"name":"@shopify/hydrogen","version":"0.0.0-next-4c5cdfd-20230525220139","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4c5cdfd-20230525220139","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"03593e83f43694448f26beb49a4bcc1d4a30ce86","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4c5cdfd-20230525220139.tgz","fileCount":19,"integrity":"sha512-dsTlcnSgfQ8+ys1AtB8cXYGKT3fRUMt5idiz7X9nyopJ7P3XRAEycuCeO19JmrmCz3sJmqV2pPXe93OmKAjniw==","signatures":[{"sig":"MEQCIButfCzrLzdpKwgRwJzPMkwNPMtrA/WEj5myKKDkxPa2AiA3iMVZYNqwKBoSvubD1rITvCbcY5U7I1diev6GAJym0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"4c5cdfd61b4634c76db7ecca05972102071109f9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-4c5cdfd-20230525220139"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4c5cdfd-20230525220139_1685052154464_0.32779318271467384","host":"s3://npm-registry-packages"}},"0.0.0-next-b219552-20230526072056":{"name":"@shopify/hydrogen","version":"0.0.0-next-b219552-20230526072056","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b219552-20230526072056","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"39dd02625e5b284e2d48df8734bb9d2ffc1ab6e7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b219552-20230526072056.tgz","fileCount":19,"integrity":"sha512-Alia5JwywMF6XJxo33JoBdEHK0vYB8ElTtDKugE+CJiBaVWoud3D8ZYrrUR+gu4OddiqRfHtof15vl0fEYYuEw==","signatures":[{"sig":"MEUCIHgIYvwj2nvGif1+naAxrQJr+EgArjZED9AQoCHqxrGTAiEAzagIN3TQyr8pmj8nqSgMKmB4QPZL+CdKmOl8A0TwhqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b219552030ed9cdb3fcd3343deaf5c502d12411b","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b219552-20230526072056"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b219552-20230526072056_1685085711037_0.3940636620128799","host":"s3://npm-registry-packages"}},"0.0.0-next-42a96f2-20230526135606":{"name":"@shopify/hydrogen","version":"0.0.0-next-42a96f2-20230526135606","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-42a96f2-20230526135606","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ca5853b10c1e8de3432aaed63fc31469274a728b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-42a96f2-20230526135606.tgz","fileCount":19,"integrity":"sha512-OTS7JyqWGj+TxyohJM5umkhQCdT36/o8goNXZCt1ebKz9/0GpMbdwwFBLduXC0nEK8RLpcvpVXD3kl3TXkCUxQ==","signatures":[{"sig":"MEUCIQDGr/9m2fXEY13EiduIPTR1dyIm2oKSp/JrEmIAd2gEbQIgYp0kK9sz9zBxEWPbFDwXrPD9SEaQ741aUcQUNq4haF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"42a96f29d5c4e9ca8522d563628651c7272d0603","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-42a96f2-20230526135606"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-42a96f2-20230526135606_1685109424411_0.1266498596548622","host":"s3://npm-registry-packages"}},"0.0.0-next-be912b2-20230530141413":{"name":"@shopify/hydrogen","version":"0.0.0-next-be912b2-20230530141413","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-be912b2-20230530141413","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9099679914a41950f7c4cc7fd5e34f875c885e1e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-be912b2-20230530141413.tgz","fileCount":19,"integrity":"sha512-TewaD08rZrxO3JEYM93ruv4hrkwaxjXk6wECsyxjY09172kq8EUMBv1LC+KVdX+RW3a7FeXgZMqMvqS8GtJvBA==","signatures":[{"sig":"MEUCIDBbuekaZV6mGoKUhXprWobTrengvV4ufL5nZbC/S3HTAiEAxsJNdQj0yrAdIJFnBv8/dhQSYSu0nUbrgB1KDI5byeY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"be912b2ff7f4bc7a45688ff96d76f482b164efe5","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-be912b2-20230530141413"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-be912b2-20230530141413_1685456115748_0.25452451751840455","host":"s3://npm-registry-packages"}},"0.0.0-next-93a7c3c-20230530200359":{"name":"@shopify/hydrogen","version":"0.0.0-next-93a7c3c-20230530200359","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-93a7c3c-20230530200359","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f9104a4c804d3067f903db7d10a0dbf3bb545133","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-93a7c3c-20230530200359.tgz","fileCount":19,"integrity":"sha512-uOzsydWifVOxK/oos3FQ1n0sRG4MiAgzHSfovLsgUOCSonIqWriiiTpaOAkMm/evZGwfhEcj4yeZ8KKLyzpk5A==","signatures":[{"sig":"MEUCIAuvXZjPQ0xPPWCZkHU+EvR0xju5QShMzB3/tNZL3gLRAiEAvwF2ZyqZYvs1XA1arrexdnBV5ErEEVxCOIaObnIJMYI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"93a7c3c65fc10c8b1a16cee5fa57ad932d278dc8","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-93a7c3c-20230530200359"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-93a7c3c-20230530200359_1685477098120_0.33566869659244003","host":"s3://npm-registry-packages"}},"0.0.0-next-6764ebf-20230531172625":{"name":"@shopify/hydrogen","version":"0.0.0-next-6764ebf-20230531172625","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6764ebf-20230531172625","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"efa1b1631fadb4eb8ad087fd06191f1c87ac2ce6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6764ebf-20230531172625.tgz","fileCount":19,"integrity":"sha512-Ll20U04w7bsgOyjaZBoBb5scdtaiYLiz45QCFd6Opu5QbNJRlrXZI43QuznIfjVPuBYNudNCT5j9eb+Q8LT88A==","signatures":[{"sig":"MEQCIB9snoEbnMNzqvdmG0bR3JTitGWn2jELc/fIAHDaQyylAiBZduiIf5DwaafLAAIS3feQRqQEP0W9jD/G6k/wkmOM8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6764ebf8b89a368cdfa10ad347548a722934d1f5","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6764ebf-20230531172625"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6764ebf-20230531172625_1685554058842_0.7912541553566905","host":"s3://npm-registry-packages"}},"0.0.0-next-dbc7452-20230531183100":{"name":"@shopify/hydrogen","version":"0.0.0-next-dbc7452-20230531183100","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dbc7452-20230531183100","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1701a4b4705524c9f17eecfb054ee7f005278831","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dbc7452-20230531183100.tgz","fileCount":19,"integrity":"sha512-AUCOJAFDmKJJpbppPmnhLc3FNtnY2h/0UIZEh5kUJnGwscyuGDfLD/y3ea+YBEjc/IJsKFbshSDUN8A0azSHxg==","signatures":[{"sig":"MEUCIQCzLm7nQfsPYVYWWhqkg84X9S3NFPIiR+XoMKJdrjhrMAIgVAMS8xGjlMdH8Djag77O60Kl6QpUH7IRxVHXHnOyMVw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436050},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"dbc74521bca070b422c7fbdf07a6ee83fec0a4b8","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-dbc7452-20230531183100"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dbc7452-20230531183100_1685557920535_0.9189741368824922","host":"s3://npm-registry-packages"}},"0.0.0-next-8ccf6db-20230601091334":{"name":"@shopify/hydrogen","version":"0.0.0-next-8ccf6db-20230601091334","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8ccf6db-20230601091334","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e77f7b228a67f756e3a0839bdb9fe2266bc7b90a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8ccf6db-20230601091334.tgz","fileCount":19,"integrity":"sha512-HU91IOBVhqMxVHfQX8f6+oh+sSI2wo4dI5wtUVZATkM6kUIJqeLWtJ9s/vuq5FZw9s5kEmpo3tAJVxzmI4D/nA==","signatures":[{"sig":"MEQCIGaHwP7xSsPqjjzWsCC8vPDZRqjTto/jX0LzK957satmAiBvgHsXGStZ0xcGCKpn7XBsPxqv40FtdDVQNLsWY9uvOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436457},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"8ccf6dbe7fb9cb2dec161dea2653c4ef6ba212c4","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-8ccf6db-20230601091334"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8ccf6db-20230601091334_1685610872607_0.1667889911117466","host":"s3://npm-registry-packages"}},"0.0.0-next-6b8537b-20230605175010":{"name":"@shopify/hydrogen","version":"0.0.0-next-6b8537b-20230605175010","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6b8537b-20230605175010","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"14f9fd8440e6ffdc8bab58bc1f7f850f58b104fd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6b8537b-20230605175010.tgz","fileCount":19,"integrity":"sha512-cvyuOYn3X/2DDHhEwSznB1AMPq2QGwLc5WGTt7V54Q4h8OgYilnOS7Q9xqUarcA68H5RNzOnTu3AXhvkcgd0HA==","signatures":[{"sig":"MEUCIFHwfrAueYN+GSuYaR8yFg5UdMjJ5TV71R30kc6x9EmxAiEApqdqmGaKw6bbmVIDHRcSn5EV3qwcfmnli+vjhVnN2Jg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436457},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6b8537ba1b4ce320a6b59a398ca12df731f97483","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6b8537b-20230605175010"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6b8537b-20230605175010_1685987488608_0.3801457816908935","host":"s3://npm-registry-packages"}},"0.0.0-next-808ceb5-20230605202937":{"name":"@shopify/hydrogen","version":"0.0.0-next-808ceb5-20230605202937","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-808ceb5-20230605202937","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ead0b2d792ec1e35cf2166fa2bdfa4ca0374e691","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-808ceb5-20230605202937.tgz","fileCount":19,"integrity":"sha512-ZXpAILGEW9lzJgzU1JE5dzaUIZWWQTFXAWINvf0FSJwC4XxlIjQlgqEZtZJIT/J5UmLqCbbjiTi9Yy6ZdAKQOA==","signatures":[{"sig":"MEUCIQCB8BjTd/UioN5JV/WEd3mfUJdt3xWmm47Ym/EFfuCpkQIgJqPeOED45aBbirlu9jzrshUfhQq3tRYdepZPCex+sgk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436457},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"808ceb518a30389d0df4226bed23aead65ccd11f","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-808ceb5-20230605202937"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-808ceb5-20230605202937_1685997051735_0.15953820735001556","host":"s3://npm-registry-packages"}},"0.0.0-next-42683d0-20230605203529":{"name":"@shopify/hydrogen","version":"0.0.0-next-42683d0-20230605203529","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-42683d0-20230605203529","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5947e4e59495a31d1cbf0fb3540b83cb2081c278","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-42683d0-20230605203529.tgz","fileCount":19,"integrity":"sha512-SGlzz46fo7LO811/tUJZDBbeMaY2rU24vIMlwciGKHLI548yspXDxrXdI7B1kSMhYqslJq9Ip+vIWmudg9+7Rw==","signatures":[{"sig":"MEQCIEXtmpqrDy1NnjccmANHZr/hxKTDUfrpHv7xGz0VTSpXAiAPkzSsy4yIzwEXQdYXyfx8vLhQwRPWnfvQ9WW+PSG1Ww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436457},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"42683d0a1b6288d8f6a6e58bfbf2e2650f0d82d2","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-42683d0-20230605203529"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-42683d0-20230605203529_1685997400800_0.852314497380332","host":"s3://npm-registry-packages"}},"0.0.0-next-b9ab8eb-20230605223347":{"name":"@shopify/hydrogen","version":"0.0.0-next-b9ab8eb-20230605223347","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b9ab8eb-20230605223347","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"164693d2fa18ca8f59e674bf18673b28ee13d2d9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b9ab8eb-20230605223347.tgz","fileCount":19,"integrity":"sha512-7CXwBAHjRAJIkBe1/lhuJ8sNhCGFS7IWWirfZhVMJMrW+KJ14PuHdqk1rWGrfv6wTAEwebpuL8XGKtBG0ZZHtw==","signatures":[{"sig":"MEQCIH4Ypkto610hQJ8n8D53LhKuzco4BP9r5qLjRnWZ69KRAiBSuEa27Djn3gYiSiFQpIwQ2KGiiascW+MmrqJRizotrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436457},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b9ab8eb70f1506ab7516804ea69ecb9a693c420a","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b9ab8eb-20230605223347"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b9ab8eb-20230605223347_1686004487444_0.6016557519111247","host":"s3://npm-registry-packages"}},"0.0.0-next-d3817b9-20230606002016":{"name":"@shopify/hydrogen","version":"0.0.0-next-d3817b9-20230606002016","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d3817b9-20230606002016","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e2191297c89aeca8451c8aa1faffada0712c0af2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d3817b9-20230606002016.tgz","fileCount":19,"integrity":"sha512-iqi9sX0PuG+HdTAiU48u8Ll072qANyZCVRQGe1TiFFngGJJRLulN1D9w9cX8Hq7hRAYYlN7n6RjaQSpLA+z3xA==","signatures":[{"sig":"MEYCIQC+rEI4AfNJjnqgkKsscH39UdqzcgzpHDCO+1MwoC1AUwIhAMO9qnGpvxUe2ymt/CS3N4nEB0sPUfMSwRg42bjhfGVE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436457},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d3817b9c5e15db0c997089387fd9d43ab0fae027","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d3817b9-20230606002016"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d3817b9-20230606002016_1686010879545_0.567100510809738","host":"s3://npm-registry-packages"}},"0.0.0-next-d8c905c-20230606203233":{"name":"@shopify/hydrogen","version":"0.0.0-next-d8c905c-20230606203233","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d8c905c-20230606203233","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"be814f698e2e7ffa4420af356178f25af3ecd1ca","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d8c905c-20230606203233.tgz","fileCount":19,"integrity":"sha512-FUglCZfTJl505eQgIbrWz8e/GPaH0JRBZtLe+tpe7M20m1b40AlRkvMS7zan4MD3HXt8F2wU5AJj2I27uZ6IhQ==","signatures":[{"sig":"MEQCIHwUqJBcgI8UxzOANlMB9iDzGC2mVvLuudn6/8K0hprdAiB6Fw3A5HQyDulagDtC3Mvvv3N/wTBZLAK0KuLZQhWf0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436457},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d8c905c05c11210e68e5dabf57bce3ceb593a5d0","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d8c905c-20230606203233"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d8c905c-20230606203233_1686083613352_0.4608124017390811","host":"s3://npm-registry-packages"}},"0.0.0-next-442f602-20230607010130":{"name":"@shopify/hydrogen","version":"0.0.0-next-442f602-20230607010130","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-442f602-20230607010130","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1cb0be5e7cef073ed0b036dd4bb787adbcbaf927","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-442f602-20230607010130.tgz","fileCount":19,"integrity":"sha512-v28dtgPRLQu8TNSlx3NXGJbya0ofcNlBf40d/3bf6MgD8pmPbcwlzufMt+ClJ3R5F7cgpzXvWfd9wJa535iFzw==","signatures":[{"sig":"MEUCIQCGSsyggfMjxCNzuzFulku10RVaMM634ATwbmpn5kLI9gIgHjNMD8wUyMY2bFoRWu9JzoTUV7dBlaO8ljJ60alVsEQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436457},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"442f602a45902beeb188575a85151f45b8be23ca","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-442f602-20230607010130"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-442f602-20230607010130_1686099756535_0.9485365597406585","host":"s3://npm-registry-packages"}},"0.0.0-next-0c6b715-20230607012049":{"name":"@shopify/hydrogen","version":"0.0.0-next-0c6b715-20230607012049","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0c6b715-20230607012049","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"847045629b9c88f6b309bdff96cd4aa8fcdab2bb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0c6b715-20230607012049.tgz","fileCount":19,"integrity":"sha512-QEeoF+hWaOQ/oFcGJbeCHutSNzKqD8IkLE0ggSmFj6LjNxqJydvbt4R6vTGfX0XSTiWjn2ECzAv79Bh2Uljp7Q==","signatures":[{"sig":"MEUCIFs8EFNRAGNBQ5EI6d+Tbgg2RtXNa41Hie7BFD2q0fAAAiEA3Ms7XwP76H7HIwHDJMporg/tho3xkFhDCpxlUneljr0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436457},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"0c6b71511fc239e0032c48a9a99e9d193106433d","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-0c6b715-20230607012049"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0c6b715-20230607012049_1686100911435_0.026795504685605653","host":"s3://npm-registry-packages"}},"0.0.0-next-5124d61-20230607212322":{"name":"@shopify/hydrogen","version":"0.0.0-next-5124d61-20230607212322","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5124d61-20230607212322","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c9c2c961c21d4312b3781ad85197ad977b4bf769","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5124d61-20230607212322.tgz","fileCount":19,"integrity":"sha512-bCmSg/knQVPZusvkfHeScBkOMHPELqPgFijuSVJqBfbYbv2E036syNNbXMAXGDZSWtKWOcRY5xAbDAnMdbMSZA==","signatures":[{"sig":"MEQCIHuV8PEJxkMEn9dNabukP8ILgvxTnh0MNsdrlHuJzPECAiAUVRGd4t4x0aeo6z8kWCHa7wYVZiBMxHCAhcNJV/0F6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5124d6189ccfc208b65d4e8894be1a9a2bfb7db9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-5124d61-20230607212322"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5124d61-20230607212322_1686173070958_0.8078411470443436","host":"s3://npm-registry-packages"}},"0.0.0-next-7b4afea-20230608063649":{"name":"@shopify/hydrogen","version":"0.0.0-next-7b4afea-20230608063649","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7b4afea-20230608063649","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9b6126a7c147d200d0ea0a268ca3a99a1164b00f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7b4afea-20230608063649.tgz","fileCount":19,"integrity":"sha512-Ul6n2kZIqx6qWJYf/uCzrla4R64aDbpc3M3tSrbuMzv4pj+DgV8YP52jhiIfURNUZm/YGSP/9qiwSCNQKo8Lpg==","signatures":[{"sig":"MEQCIBwEVy7nmgC6TY8IfIreiabDyI5dHz4W34R+ihX7ljhNAiBKe/g9cuOXkgdxNUCqUX/HahZMA02nHHx8opsfWM0qMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7b4afea29a050f9c77482540e321d9bc60351b2e","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-7b4afea-20230608063649"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7b4afea-20230608063649_1686206272959_0.6096904089410133","host":"s3://npm-registry-packages"}},"0.0.0-next-3251523-20230608070836":{"name":"@shopify/hydrogen","version":"0.0.0-next-3251523-20230608070836","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3251523-20230608070836","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"14a94120acb36b7211d2314c44506da008d4a37f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3251523-20230608070836.tgz","fileCount":19,"integrity":"sha512-2uNqIDw+TiwAkcpEdUajY/QO3n+rspfqAnt2WyMVDmxy4/pUTu/C5Y1FWlS/fhg73VMS1qm/HYOwwlsQiM5gdg==","signatures":[{"sig":"MEUCIQCvrsaM5Y0ZRuJQ9jk9ONQ3C4ZYkHpQ6vjhNvuRe12g/gIgIV/lXGxVMZ5iN29YSBhIE1rdcynLJ51zlM67D5DoPo4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"32515232aa03077b542f5fcf95f38a715af09327","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3251523-20230608070836"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3251523-20230608070836_1686208176857_0.11023273000446898","host":"s3://npm-registry-packages"}},"0.0.0-next-2aaa726-20230608162809":{"name":"@shopify/hydrogen","version":"0.0.0-next-2aaa726-20230608162809","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2aaa726-20230608162809","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"29059a775a46489077fe22254b874b352f1dfb23","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2aaa726-20230608162809.tgz","fileCount":19,"integrity":"sha512-e9JPOmTmQdghNtcWxrIrgRwKIjFR7aIpnHV0Wdu71bBzD+JMV8eEfIdT7hZ31C6tMVb+mZQjzan5LK3V63NZfw==","signatures":[{"sig":"MEUCIQD6frYebvZL0p85a0BjPsgl3WkbYQFrWKqS729+2+ijugIgETF+K//Qye+o9jDSQ9GKRrjRlzSfyUUFI7NjCtpKuyo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2aaa726f622a89010b35c0feb4695276ddcf0dce","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2aaa726-20230608162809"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2aaa726-20230608162809_1686241749045_0.09242299554701972","host":"s3://npm-registry-packages"}},"0.0.0-next-6f68b0c-20230608163816":{"name":"@shopify/hydrogen","version":"0.0.0-next-6f68b0c-20230608163816","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6f68b0c-20230608163816","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"47c2d74b926b18e248bafc2389fe61a3579b6d0f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6f68b0c-20230608163816.tgz","fileCount":19,"integrity":"sha512-hA7SRkpxsITXihV4c095hTy7AuDCOpisRXCLzOMKMtJMMhdwS4uQQZfqsEYIStJDpkorkVWqlIE17caKpmA1UA==","signatures":[{"sig":"MEQCIDKbNFCgIRpwZO6jq0eqFrwJmCE7s3NtO7bKperNasUbAiALuvDCTb1wr3RoYz0M4yZ0ya/Jaxic2p4G2qvJxhKwrA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6f68b0c0dec1cb34bd61726db43aeac11797e722","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6f68b0c-20230608163816"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6f68b0c-20230608163816_1686242381235_0.2324247101581256","host":"s3://npm-registry-packages"}},"0.0.0-next-15cea18-20230609192620":{"name":"@shopify/hydrogen","version":"0.0.0-next-15cea18-20230609192620","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-15cea18-20230609192620","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"33fae8bbed833e007b28d7d401777e9b92316b20","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-15cea18-20230609192620.tgz","fileCount":19,"integrity":"sha512-8ubMqPN3jqeYpjcgSfVglAkkskyQARvaZsMsjzhnEOKm+zXBA3RaJ2fO8C2Cnbz2ldrouMi3qaFyshIOBOjLlg==","signatures":[{"sig":"MEQCIGe3mznuf9ZlIMbLZXfYqe57lbh+CrtkLZNbkmrE6L7ZAiAw5WcjGnt+ipEMXJYWyrgw3KxWGnBWng/Z53PjW1UluA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"15cea187c0e15649cf950db906251b4edfd38427","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-15cea18-20230609192620"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-15cea18-20230609192620_1686338850609_0.9819646917736666","host":"s3://npm-registry-packages"}},"0.0.0-next-428c78d-20230609212324":{"name":"@shopify/hydrogen","version":"0.0.0-next-428c78d-20230609212324","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-428c78d-20230609212324","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"829ece22ed014055fc85106de02d26b3c569186f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-428c78d-20230609212324.tgz","fileCount":19,"integrity":"sha512-HZ4Mn1LhJM0JbkIs1UtcnW0y+leUImfbiO4tOX9Er5pdnNtZEB7ISQ2Abg41JUmm5iEABZ37Ybb6i8AgrLHovg==","signatures":[{"sig":"MEUCIHfgtKNZrSDl8sVzifcmb2zWKu6u1p8nJHNDEYLbXrrOAiEAizXGXLgXhtL4Lj+D7G/7NGmENT4MGu4J4jW2RlZ1kQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"428c78dcb6005c369c0c60e4c4cffb869afa7eb1","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-428c78d-20230609212324"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-428c78d-20230609212324_1686345878463_0.47217360243964257","host":"s3://npm-registry-packages"}},"0.0.0-next-114ef0f-20230612044331":{"name":"@shopify/hydrogen","version":"0.0.0-next-114ef0f-20230612044331","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-114ef0f-20230612044331","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b1bb3c8f2a4696679646aa647e29a092069f7c3a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-114ef0f-20230612044331.tgz","fileCount":19,"integrity":"sha512-cDrLJpuT5BrPbe/Ci5co5hUSPoeziQmf3QFHSvNx4XBrP+XjRoAUGqHw9Rt2H2XomdLIjGejMmcivCkcVQlOCA==","signatures":[{"sig":"MEYCIQDtdoqAcFSig+NjUZQSpBVYI6ab38zv0/9KJLFmRUavnwIhAPr04hYD5LfgLir49rcfxY3pnqGC4ReYAg3xoAhiUjb2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"114ef0f57ec9bf99a824963d5df0799f3d5ad813","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-114ef0f-20230612044331"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-114ef0f-20230612044331_1686545072893_0.050034089123544456","host":"s3://npm-registry-packages"}},"2023.4.4":{"name":"@shopify/hydrogen","version":"2023.4.4","license":"MIT","_id":"@shopify/hydrogen@2023.4.4","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d8f36523993cf3d6bad6a68caa36e3d0e9caf925","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.4.4.tgz","fileCount":19,"integrity":"sha512-YqJBpBNZxwzBqBmeRCiO7c74Qs1xa/QtCfJRdc+5VmCFmHIDHVF6ulDhvnB8rnb/inCjZ6f9G/Y/xL7Tp8Almw==","signatures":[{"sig":"MEUCIGVhR6mPvtIJ4T8pCRS+cfSKKgnPP81D7JLP+eNbIsfAAiEAj1nWQx52oiQlFwGA1AX1fW78ScyNCbyf8j9VYAlXsx4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440402},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2273c836a5f022d0685db1fe8968035193bf8ae9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.4"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.4.4_1686598299252_0.1071372072114034","host":"s3://npm-registry-packages"}},"0.0.0-next-f29e178-20230615171233":{"name":"@shopify/hydrogen","version":"0.0.0-next-f29e178-20230615171233","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f29e178-20230615171233","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"79e687da0de80e846bd11edacfac7e25724de612","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f29e178-20230615171233.tgz","fileCount":19,"integrity":"sha512-xp84tT9hpZjHAtb3MGE65YsSG/iQIPqDXGbf5EOggSgC3eSqZ30fM3tuXCqgy14VpbdixD2rHtKwJEbHm7dPYA==","signatures":[{"sig":"MEUCIGAcCbbWK0xXhdWJM3PuX57QmrzG+SBoj1HhaYwqYDIZAiEA2RlQz8gRi07O0RUIRtDcZc1SLY2JkjzoHGqIhVGXFD8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440629},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f29e178ada608ef3797c5049fd498afeed272152","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.4"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f29e178-20230615171233_1686849230412_0.4538491153412496","host":"s3://npm-registry-packages"}},"2023.4.5":{"name":"@shopify/hydrogen","version":"2023.4.5","license":"MIT","_id":"@shopify/hydrogen@2023.4.5","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"12cca2fcd69e4ae260386236fd07ebd8cfa88b84","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.4.5.tgz","fileCount":19,"integrity":"sha512-Hnq+8aZQ98cZY/DOxAf7EueEOqWGKC7PxIY9I3CNGuZDM0aunb8SxMUY0PfLZ4DAG5phF3mDxpKILy5NzWaPcA==","signatures":[{"sig":"MEYCIQCb6Issrgv+We28igrH+/jdCxKMlCJjgOsywDHF7m4IrwIhAOWA7gCBgXFQKOK815TXDptumn2ZzRJjWmcCKkbsck77","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440402},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"52ade9ec53067b6a46e2c56b6bbd0f438258f768","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.4"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.4.5_1686850787158_0.1717985027161124","host":"s3://npm-registry-packages"}},"0.0.0-next-b8f41ad-20230622144028":{"name":"@shopify/hydrogen","version":"0.0.0-next-b8f41ad-20230622144028","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b8f41ad-20230622144028","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5528a4524c0af721f7c9bb039da70c2f2e89e594","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b8f41ad-20230622144028.tgz","fileCount":19,"integrity":"sha512-9tPhHZEdeVCwEPYNuovWoW0kR2zOkOWbQiBhRxMM0GpC9lDyn4Mz2+jjfUSiTQjIvFIQQcrhNsYFoPD6HUfUaA==","signatures":[{"sig":"MEUCIQDbon2s4AWkDjivWnlwejo9hnM5ZgI0jPymjqYi5Gs0/wIgSVUzMUFl6Oa1v4kLR3vm2MBOkR5j+xbza0Pz7DgDHdI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b8f41ad7174056f304301022a2aa77cecfdf0824","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b8f41ad-20230622144028"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b8f41ad-20230622144028_1687444886376_0.9394430848090791","host":"s3://npm-registry-packages"}},"0.0.0-next-0b44c8e-20230622150033":{"name":"@shopify/hydrogen","version":"0.0.0-next-0b44c8e-20230622150033","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0b44c8e-20230622150033","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2ff5419f9eb662addd19b7d438122619bc3ac55a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0b44c8e-20230622150033.tgz","fileCount":19,"integrity":"sha512-+iytvaSExguSxTqabsoIFg4ixt6fdg0jPEFza8knw8uvF3rkvYboLCpwtyWBeTWpWijNp41ML6+MJEAmO9mpOw==","signatures":[{"sig":"MEUCIQC1yxScIveRbbArmnyyzSTcHO96I/k0FojvCc9+IS5w1QIgdYIRZSCI/Vxy6ygQzMy1FRRXEEp1AKn62KXCOJGGYQY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"0b44c8ed874ac4813cbde2833df9995198a0ea29","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-0b44c8e-20230622150033"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0b44c8e-20230622150033_1687446107873_0.39884423942780534","host":"s3://npm-registry-packages"}},"0.0.0-next-7a5849e-20230623052345":{"name":"@shopify/hydrogen","version":"0.0.0-next-7a5849e-20230623052345","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7a5849e-20230623052345","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"04af80dca1375e458a12c740a5009bccfbb64cf0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7a5849e-20230623052345.tgz","fileCount":19,"integrity":"sha512-wujxFEM8LXwsQQdI2VTKEF3UaZkWye03VzHxOqabMRufgUTPOIm+fFzkh/Q4wOECsd1PI6NUKoIoj4IYve+JSg==","signatures":[{"sig":"MEQCIC3fxwkgVsi2QXNzn2xQCDJdJkxdNT9hT5+QrrOQoWPIAiBmsVgwflky7uIqcFeQQe96zPHWVyBka6S7JRUjS5pZ4w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7a5849eb4223d1278b036ae0460223db08bb9d32","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-7a5849e-20230623052345"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7a5849e-20230623052345_1687497884405_0.9266901603083291","host":"s3://npm-registry-packages"}},"0.0.0-next-b80f315-20230623082340":{"name":"@shopify/hydrogen","version":"0.0.0-next-b80f315-20230623082340","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b80f315-20230623082340","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"823a32aa66348e1b8b80605afe5dbfd292afcdb5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b80f315-20230623082340.tgz","fileCount":19,"integrity":"sha512-Ymcy+9rC5LuBaeGIPEJEzyIlSQQI+nppwvCQaBkYPNbhNbO49qbV2nSU466J7JKEJW0SWmqnX43IQY6I8Koyww==","signatures":[{"sig":"MEQCIC+LvmUXOr58NklWCNQvXCRCpaABapi0bGM5WzVZc203AiBYmS0ItTV4Mt5L11t3oRcrUg4CR6qe8k7QGghrHUMuyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b80f315edef37c9d2ce4398c8e931adc8c5d231c","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b80f315-20230623082340"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b80f315-20230623082340_1687508687109_0.37063016748322797","host":"s3://npm-registry-packages"}},"0.0.0-next-c67b1a4-20230623102129":{"name":"@shopify/hydrogen","version":"0.0.0-next-c67b1a4-20230623102129","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c67b1a4-20230623102129","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"67b41f901fcf96dbf03bbbf44e017943dd2cebb7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c67b1a4-20230623102129.tgz","fileCount":19,"integrity":"sha512-2ivZrfyBKWQg/FqIH8HBsZLV2+qKNVTTqUutR/GS6KwEv76FOixItZeHcjbIavLYYmCnbjOmLGcKcMzFRth5AA==","signatures":[{"sig":"MEUCIQCq5dlPa7PPJ9rMFdjq/1PiVTKshvkvIQg5+Ckg7C3n+gIgX+4J5qZI/K8UsmiiTxG5idE8Z66qCzxbUwRzOWlSmtA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"c67b1a4b3a1cf816366ee31c5619f45d47f00880","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-c67b1a4-20230623102129"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c67b1a4-20230623102129_1687515747231_0.9692752111948064","host":"s3://npm-registry-packages"}},"0.0.0-next-804062e-20230623103934":{"name":"@shopify/hydrogen","version":"0.0.0-next-804062e-20230623103934","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-804062e-20230623103934","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"37c873f729812a83afb4d4110cc8b2e9959e0d99","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-804062e-20230623103934.tgz","fileCount":19,"integrity":"sha512-654D1UMm2hXGAKUupQh+hk41qTw+hAcwgTh/KXkYc7PsW1oQCnRi5eUzjDGpk9f28wl8cYofK4w2rSsTO+qXZw==","signatures":[{"sig":"MEQCIHb+rEzTnz6fjMWrQkMni7SDS79ox0KRBXwDNCG9AmpWAiBDHNBzRcoy3Wzg+k2RYpEAFTmkORoKih3/GVBP32yJDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"804062eb4395902bc67530f8dd069cd0d76be2c1","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-804062e-20230623103934"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-804062e-20230623103934_1687516844442_0.894334801334596","host":"s3://npm-registry-packages"}},"0.0.0-next-a145d26-20230626023722":{"name":"@shopify/hydrogen","version":"0.0.0-next-a145d26-20230626023722","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a145d26-20230626023722","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e0d0ba312a3f5d22e4150c244c7446b3e886074b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a145d26-20230626023722.tgz","fileCount":19,"integrity":"sha512-a4VqBWlbO0BsCnj/N/mzzcSRS5oBf6yBRzKfW56D02oooHBzJekRVsV0Qg2VDpn/3eafiyY7p/BH7bA2YkAFJw==","signatures":[{"sig":"MEQCIATVxt7Aq3IDq5CEdn+mS6oQgeaaUiPd4w/Q+rt2WwkkAiBn6IbJ1d9ewF/npntAZ/iVv777jX4wdBcM9xSRxF0cUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"a145d268c1251aa61a22c03df26f8fd8de6b63f2","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-a145d26-20230626023722"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a145d26-20230626023722_1687747103411_0.26084692131428766","host":"s3://npm-registry-packages"}},"2023.4.6":{"name":"@shopify/hydrogen","version":"2023.4.6","license":"MIT","_id":"@shopify/hydrogen@2023.4.6","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4bd71c7c83ed3a2528689f4626b7d24e640fd314","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.4.6.tgz","fileCount":19,"integrity":"sha512-mX9iaEJV7dAEJMx0dQKHal6FkbK0aJ8pWjM8VsmK7wolXagL2EK6JyqbH9TdCJeXx0AJRqFLKkSL+OM67NgbLw==","signatures":[{"sig":"MEUCIQDDYImPNWT9OfTeOSFvcsHAHUtv9npReI1SE+JYPaXFdgIgdABR66XDT/xm9964iKeUHqwfFB9icDurwTpt+EEJ5x0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440402},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1d8f8510aff0c1380a3b7ff61b8bc1fe9f5812fe","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.5"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.4.6_1687747422108_0.2010150127318242","host":"s3://npm-registry-packages"}},"0.0.0-next-5530d98-20230628050324":{"name":"@shopify/hydrogen","version":"0.0.0-next-5530d98-20230628050324","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5530d98-20230628050324","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"41315133858e60c318b09ce482f5477a6b3df815","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5530d98-20230628050324.tgz","fileCount":19,"integrity":"sha512-/fNKmuOjfxASNkwl62kF5fUKJ9NwR9VU8siWn+aeYOPnQHWC2BtP/fEGlAwP2YAwgWHAVje7pnK0feO6/kcKYA==","signatures":[{"sig":"MEUCIBsyp2autw9+A5MT/CyAoZHrJiAQiMZhP5BoJ2hUP0NXAiEAgw+ZPfQBmzrEP3hr9TwvLg/9LaWUHQ7GnllJ1mOhhpM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5530d98756503878fbf5ac013e2103259ffc0443","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-5530d98-20230628050324"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5530d98-20230628050324_1687928679931_0.9275699098633594","host":"s3://npm-registry-packages"}},"0.0.0-next-850c4c9-20230628110405":{"name":"@shopify/hydrogen","version":"0.0.0-next-850c4c9-20230628110405","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-850c4c9-20230628110405","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e39029a26cb94c9c6331d8798ce186e86d7e37d0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-850c4c9-20230628110405.tgz","fileCount":19,"integrity":"sha512-Wds2KMUn5lS0qNwou04oqeHeDr5+OkXzdEEMeWWBnOFed5gPV1iVBiMQGP9wVLFyB65KRPJILRVZiFBdXQMsqQ==","signatures":[{"sig":"MEQCIHrqs3fVWTaoxavPd8SqGYx2T9P+c1mSwTN14vieys2ZAiBFrS1r1FB5TI6ncaKViAe7828ukm40fFWUZlbYeyKB/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"850c4c9b8f8912c2cb99233eb9e2b4ac68ab457b","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-850c4c9-20230628110405"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-850c4c9-20230628110405_1687950319388_0.1646509065371493","host":"s3://npm-registry-packages"}},"0.0.0-next-c5511f3-20230628150910":{"name":"@shopify/hydrogen","version":"0.0.0-next-c5511f3-20230628150910","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c5511f3-20230628150910","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"314e4611fa7b11825f2e15e8b05382c6c18bde96","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c5511f3-20230628150910.tgz","fileCount":19,"integrity":"sha512-+qa3nx9EzG4LDBf3zHR57jvnBzRhMpL5JYDTcI9ddJMKsuKcA7eD/cf8PdVwt0DdCL2g/zOKSWSlpoomQ+0SzA==","signatures":[{"sig":"MEUCIQCFXkwFF+eMcPlyxzVW7KO8bHnlfFuSbNtCcct1Y0mN4gIgWIBUYKrhjvcvLHmGmjs3/UiO/K4WYzrKbzldmSb+twY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"c5511f3bc498d26787d28f331db9baa2f8996c9c","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-c5511f3-20230628150910"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c5511f3-20230628150910_1687965017355_0.26779797930833404","host":"s3://npm-registry-packages"}},"0.0.0-next-f6d8030-20230628151039":{"name":"@shopify/hydrogen","version":"0.0.0-next-f6d8030-20230628151039","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f6d8030-20230628151039","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4ea9970ab53ba87ce76c08ad7888d22d8ce5e0df","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f6d8030-20230628151039.tgz","fileCount":19,"integrity":"sha512-mGPBiIhJ5u/JRK9A91mUXfxBjNZTORL2dlttzhgNBWemXOsj3zm0OZSNO3LGN0TKt0NcLxQ43JBGYVFa2tqBYA==","signatures":[{"sig":"MEQCIAK4JlSqMm0wsKTCUG5NDIeQAl9bqhJgYsc+sOerzsFbAiBL6XKZmjv49ByiJTqRpeSBef88LDehgzgmA2B/1nEjNg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1440654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f6d803078d3481c4b6010608c435b156491dfbd2","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-f6d8030-20230628151039"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f6d8030-20230628151039_1687965100531_0.4652588029093774","host":"s3://npm-registry-packages"}},"0.0.0-next-4c0858f-20230705192044":{"name":"@shopify/hydrogen","version":"0.0.0-next-4c0858f-20230705192044","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4c0858f-20230705192044","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"629adce873bfcc1960f8ac96eb2ea93679b388f2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4c0858f-20230705192044.tgz","fileCount":19,"integrity":"sha512-p9znJnWB3MilolsTbf4bEbpdwvL6dqhB6ad4ibs+1Ep01fUvHkZ8Kyy7wFEG7bROZKFaz69hRsSDHh8c8uDJUA==","signatures":[{"sig":"MEUCIH4WF13blzrtD0EuUGGKqf9/dDKpp1eZuxxqnl6jH7PnAiEAw6ZOs/tE1yPuohjGt21pjkPk3bSnHJ3N3BBMb1ReynQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1726341},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"4c0858f2bca39a631a868902aef64e537d6dedfd","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.5"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4c0858f-20230705192044_1688584899683_0.7160923472137872","host":"s3://npm-registry-packages"}},"0.0.0-next-3068a12-20230706081400":{"name":"@shopify/hydrogen","version":"0.0.0-next-3068a12-20230706081400","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3068a12-20230706081400","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0258f725a5b2e9082e24c8f94c80b2a3174b23b1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3068a12-20230706081400.tgz","fileCount":19,"integrity":"sha512-ESK1VpQ6zclf8LrIb6Jw2TmxjhROa7E59zZP/osPqt6K0/+msvnd2Cf56vFTemi/SUyJERv+H71syTAxRqgI6w==","signatures":[{"sig":"MEUCIC3wUbJyhEsRZrMnmx2VIz1cQ00ItIxq0dtyn9lI9I/UAiEA86mEBNCHABcYqAfrK8z06cgVx5MNEmzfBSh/Rohdxbc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1726341},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3068a123665f3eae9cb0219fe4da67d0d7358f15","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.5"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3068a12-20230706081400_1688631306086_0.9988909760961511","host":"s3://npm-registry-packages"}},"0.0.0-next-1befd36-20230706153444":{"name":"@shopify/hydrogen","version":"0.0.0-next-1befd36-20230706153444","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1befd36-20230706153444","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c9ac8fd2890c95b3ecb32ab582698d661d2c3dc9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1befd36-20230706153444.tgz","fileCount":19,"integrity":"sha512-mfeb2+6IHGdpeYfc4mXCY07J3M5Sz3xeIfgCIk/+QxUMPcLNArqNKIZvFzB/vCdEEKbQ32JKljVm9xl0E0HoFw==","signatures":[{"sig":"MEUCIGA6jU5Scbdi+oCLCA3rcJ6MLRortAUQ0SdcDSJPzz1uAiEAqoYpRyLdr/5/JtPTx5CQ8ueJ1hKemf1+qqiIjDPeVzw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772775},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1befd3650dd57cdff584dcd18423cc9b930d91b9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.5"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1befd36-20230706153444_1688657743933_0.8330230368163112","host":"s3://npm-registry-packages"}},"0.0.0-next-7a7456a-20230706191525":{"name":"@shopify/hydrogen","version":"0.0.0-next-7a7456a-20230706191525","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7a7456a-20230706191525","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"aa0393266cac043e6fefd6dea8d2895fa08ebfe8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7a7456a-20230706191525.tgz","fileCount":19,"integrity":"sha512-2p5HEC5G6Y4jQQ3ZWvVwqbuAg+eJsFOOVaNpdNSvVvnz4aTDYxOfbKerL1Ie23SRoxdec854sGdHkm/T3qhPow==","signatures":[{"sig":"MEYCIQC33NXSZ43hwgR6sQ/IjUsokLkyhVh0jk7YyiCZKmtb4AIhAL8ZiLH8yZv8K3snRQzYW4wVI6P/yHSmAZwHg/52EYUO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772800},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7a7456a5ab073559aef37f043e8aa47570639b96","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-7a7456a-20230706191525"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7a7456a-20230706191525_1688670981633_0.45940539931879876","host":"s3://npm-registry-packages"}},"0.0.0-next-0f7042b-20230706215224":{"name":"@shopify/hydrogen","version":"0.0.0-next-0f7042b-20230706215224","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0f7042b-20230706215224","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"172506d108f0a4bf070db2e0ab9074b51a22463a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0f7042b-20230706215224.tgz","fileCount":19,"integrity":"sha512-8QiIGc0eBFzVAUozxMmfgrKjupifSOskCQT5LRiwLibZvCidTeV33kkFBY8H9IftqS5+bIn+l7x0CRqP2xgBfw==","signatures":[{"sig":"MEYCIQD2eZY9xI4W8psEaN8KY1MzWWAp0hfaWcVIluAsOAbJ7gIhAJd0i9qxLq4XXeTlWoBxiGo18DLrSLJ3Qn6+HCTEiH3h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772800},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"0f7042ba32cc8142f22e62334a0e4f29d6a3382d","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-0f7042b-20230706215224"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0f7042b-20230706215224_1688680406142_0.03095150552552628","host":"s3://npm-registry-packages"}},"0.0.0-next-47936b7-20230706223342":{"name":"@shopify/hydrogen","version":"0.0.0-next-47936b7-20230706223342","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-47936b7-20230706223342","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"577958400d4b7a3462539f88c016f94259e2bfb3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-47936b7-20230706223342.tgz","fileCount":19,"integrity":"sha512-+eA5ZgcdORt9zHAf4Gd0nVojrhacTJg6vwGBoS0k8NpV46nMDof1NdOn4gvRg9ctOvfVsyB3xlYZsapU5XQI8A==","signatures":[{"sig":"MEUCIQCzViakgBqyFmtlfzCP6nzGLt0i3MLC+RPd/ptaSXl3KgIgEJq2GEQ3CKon41KHzkyMy3MNGs4dczu5f/9UDymt6jc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772800},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"47936b70bf6c85a53df77d41b0a0e74f56a7ca89","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-47936b7-20230706223342"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-47936b7-20230706223342_1688682881971_0.342855807779882","host":"s3://npm-registry-packages"}},"0.0.0-next-667ea4f-20230707071722":{"name":"@shopify/hydrogen","version":"0.0.0-next-667ea4f-20230707071722","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-667ea4f-20230707071722","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"699203d2bd2577c2224427111a56ea0e8a688d43","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-667ea4f-20230707071722.tgz","fileCount":19,"integrity":"sha512-biAJCaEYE3bViye3Q9e3DqZauGsIWCGwOk/JWH8mXfM+V5vW5f0pUi6LS7hedgXoiG+CUGpd+cnSYpTpfifYhw==","signatures":[{"sig":"MEUCID125FlirD10+/9OQBCqjIeLAe/w2ViujsXWoO+/NLXJAiEA7lDkry6VloNeSDBh7UAJgPyxs85oFPtkte0ok6Wctfk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772800},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"667ea4fbf30e632529984c8262010d35e5df38b0","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-667ea4f-20230707071722"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-667ea4f-20230707071722_1688714321031_0.8823882581358127","host":"s3://npm-registry-packages"}},"0.0.0-next-926a45d-20230707071806":{"name":"@shopify/hydrogen","version":"0.0.0-next-926a45d-20230707071806","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-926a45d-20230707071806","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"25c103922734bfddd3ef1670339249fffbc722a0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-926a45d-20230707071806.tgz","fileCount":19,"integrity":"sha512-TlHgihvmBWU7QeyRD00IyZcJ7pyDmBXM1n20tLXGu3jipX26HLxQbd+1cCBp/8BJcSOVUK99sCH7XQqeINYf6w==","signatures":[{"sig":"MEYCIQDQw/lM8qu8RUrp0mTCMV+H3fOSwy8UePZVqrktnbV8XgIhAMEup5/CNOmdOnqXeQK/LkL39+cY2f/f4SJbzvAzsFvd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772800},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"926a45d82c0cdde1940e945ab1243f7e4e5e3cd9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-926a45d-20230707071806"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-926a45d-20230707071806_1688714365412_0.5256551703047769","host":"s3://npm-registry-packages"}},"0.0.0-next-90e26dc-20230707203628":{"name":"@shopify/hydrogen","version":"0.0.0-next-90e26dc-20230707203628","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-90e26dc-20230707203628","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4176cc2bf88577d9faf500ea387014bc192ad2f4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-90e26dc-20230707203628.tgz","fileCount":19,"integrity":"sha512-6YhqeCLXudStIk5eBGyTb5gM72bD37g8cCNkVxAgyddA7GoiaXhulmUriT7gcr49rS9wZ3kRSKrM1GYUgq+Cww==","signatures":[{"sig":"MEUCIQDf4oJbQj8qUBluhqQXnks0uzXb8kaBRsvSb8y6vC2JkQIgc+dif0qBzG/FXRQZBzTMxQI4uaMLXiZWdqK+XG2U1+0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772801},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"90e26dcc4fabeb8e6dc4f1a1549dc51bf8861bbd","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-90e26dc-20230707203628"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-90e26dc-20230707203628_1688762261082_0.1812661231998407","host":"s3://npm-registry-packages"}},"0.0.0-next-ef8db24-20230710182258":{"name":"@shopify/hydrogen","version":"0.0.0-next-ef8db24-20230710182258","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ef8db24-20230710182258","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"85231ddcd60c44541043790ca5f9b6f2fea8f0a6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ef8db24-20230710182258.tgz","fileCount":19,"integrity":"sha512-8CPmed06pNj6o5WSh2Ai2iSric2RvLuiF4Wu+epTSP5V7nbqu5A8Ht4JnQ9xH7W6FhbwaAfZDJijhikle8UmeA==","signatures":[{"sig":"MEQCIDDn1X/Fx4L1nKAEx0e0SnIGBSnZmXcZhsKin6ddKdENAiBNI5IRu6+LEE41yJmo38lyY3IfVRZVl9PMajDkA+3Gag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772835},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ef8db24bd7c7dd399240adf576e4f3a259a4e129","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-ef8db24-20230710182258"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ef8db24-20230710182258_1689013434425_0.1457523000665688","host":"s3://npm-registry-packages"}},"0.0.0-next-86b5966-20230710184523":{"name":"@shopify/hydrogen","version":"0.0.0-next-86b5966-20230710184523","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-86b5966-20230710184523","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"112b7c0052defd3818bc217ec108b94bd8628466","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-86b5966-20230710184523.tgz","fileCount":19,"integrity":"sha512-92yPph6RA6WEn3SrRYQphF6pd8Opm+afyRgvLSYoKzruF8xAyr1mhisa92qtDYJXl46+Irf8rvBFYctltZtsJg==","signatures":[{"sig":"MEYCIQD50fED7dO54BU7JjcsLW5nF7M0sC3kHl4v41mZKP3cTAIhALY20/WakN72CceVJJj8wBRltpyVfmtJ7GRDjxmCzLmf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772835},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"86b596675b7a876c034c225d955767e2960803a1","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-86b5966-20230710184523"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-86b5966-20230710184523_1689014795460_0.29257282842801846","host":"s3://npm-registry-packages"}},"0.0.0-next-a188915-20230713115118":{"name":"@shopify/hydrogen","version":"0.0.0-next-a188915-20230713115118","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a188915-20230713115118","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0b9fcbd2018a78becc6f53c9800dbf337967ee12","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a188915-20230713115118.tgz","fileCount":19,"integrity":"sha512-MyOBsZcBdKVKX82AsJPge1ps8Okgps7cJR6yUTs85jv0MTU5NsT1ohd/aOlyqHyq4Vvi/EnljcftEL3XTXdB/g==","signatures":[{"sig":"MEQCIFzu/GFreWFzVSIaEKGyndxuMes66oiNdd8n4cTyT3/dAiAAlE81r8PfxCht8sU5k0XuRmAvwat5V09Cca09qwlTZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772835},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"a18891520cfd73d581d8ff802922f2064206a039","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-a188915-20230713115118"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a188915-20230713115118_1689249136372_0.02148667052269415","host":"s3://npm-registry-packages"}},"0.0.0-next-3998a5d-20230713203120":{"name":"@shopify/hydrogen","version":"0.0.0-next-3998a5d-20230713203120","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3998a5d-20230713203120","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d342025cea59984b71e923109ef002d72117d36d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3998a5d-20230713203120.tgz","fileCount":19,"integrity":"sha512-OZVKVi6i7ggNxl/FmxnlUl4bprv3JPTTl6OZ9cBvGpvP92dSdQivJWA11Siqjk9+IbiX9ekrQk7KQcQPUuYWyA==","signatures":[{"sig":"MEUCIBZKaOsY3nUaAA3IR7YA7VjzI09LJWMNQVCOSg2B30fZAiEA2pvvLDLlpG22gTWGzLUFFHADR4nR3n41LqyTPJfeqNA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1772835},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3998a5dc1d69ae120a7549919855c08c767dea7c","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3998a5d-20230713203120"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3998a5d-20230713203120_1689280342511_0.8330270315635673","host":"s3://npm-registry-packages"}},"0.0.0-next-fa71938-20230714080321":{"name":"@shopify/hydrogen","version":"0.0.0-next-fa71938-20230714080321","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fa71938-20230714080321","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0cf1278cff4af9e1dff5a2f60fa50b7c2461d353","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fa71938-20230714080321.tgz","fileCount":19,"integrity":"sha512-qeWfeheFkvixyo/onOi/3uGDLlr9VkJ5wcBlIdo4HnXPQatwaUjUO6CV3UlOWF+1qAk2RQrWDu2MXoAomEFstg==","signatures":[{"sig":"MEQCIDMwRzZvoKhiDvJy8zUJYfwmIYu2LQnbRNE2gUyj0ZqdAiB2ma30+ffFTUA15n5N1p/RJyDYs/GjWsX/iF/wsPkmvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1784495},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"fa7193808b51f02e035d6f5f9eb3534d53570894","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-fa71938-20230714080321"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fa71938-20230714080321_1689321858430_0.6837538665574667","host":"s3://npm-registry-packages"}},"0.0.0-next-faa777a-20230714084717":{"name":"@shopify/hydrogen","version":"0.0.0-next-faa777a-20230714084717","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-faa777a-20230714084717","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4f9d6b05f1fc11fbd5b8ca8fb1dd412d10d9bf6b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-faa777a-20230714084717.tgz","fileCount":19,"integrity":"sha512-cfLoTHSiU8dkvx91w+/c/UdCbPdJQZ1EaRIIbAXyPOx9LSprV+18Mw/Di4y4r/O+n8b0QYucFrfyH2D0J1UKAQ==","signatures":[{"sig":"MEQCIDDEoxnEJo5HBSBt0LwigpSmrlHUVqePfYlly/qAuYSsAiAyCcHbLDd5Oy0qXzUEJOEtWf1wt63yENdn9ZHZpVJUfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1784495},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"faa777a05e4c3679f569a040753ae5eacb95c654","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-faa777a-20230714084717"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-faa777a-20230714084717_1689324507540_0.2524437415222085","host":"s3://npm-registry-packages"}},"0.0.0-next-da03dee-20230714160924":{"name":"@shopify/hydrogen","version":"0.0.0-next-da03dee-20230714160924","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-da03dee-20230714160924","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fd14a8e90bdfcf27c45e1e9266981cf7763df630","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-da03dee-20230714160924.tgz","fileCount":19,"integrity":"sha512-Vk/uoZw9kEd2mLoLcxOhgXcjsiGYY8euEo4d2ais+YzbINpJoi67b5mUbnC2+wW8IZc3WiB4dB7lwWf7YrWXRA==","signatures":[{"sig":"MEUCIQCEUX7jOJJqRHv6Ui/z0GXGjngqxD0+/CxbXQEFezsZrwIgZm14zz/KcV+kACcJhKNW1+V8WWW5h/E+GaKxa+h9C3c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1784495},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"da03deeafa42d436f4e70be09032f70774c68112","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-da03dee-20230714160924"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-da03dee-20230714160924_1689351033995_0.23404140506013404","host":"s3://npm-registry-packages"}},"0.0.0-next-327faf3-20230717194407":{"name":"@shopify/hydrogen","version":"0.0.0-next-327faf3-20230717194407","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-327faf3-20230717194407","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d23431521978472779ac6957a3f019a9a9e06739","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-327faf3-20230717194407.tgz","fileCount":19,"integrity":"sha512-uwCpJZSkmNch5GS/4umEn9+tuoRmpnDcjug8IxYmBtnJuIiBv/FGpT7Cz9kuOjgK1dpoP54FAW9Hw+YeHztBhw==","signatures":[{"sig":"MEUCIGSQR2qMVhvtB7mEmruCroc08AWfr0lUMnUBuk3CPEfaAiEAu/5cx3OzN0UeZpQgZ32MzFtXbuEy+ufc8zMJnmBS5KU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1784495},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"327faf3f2e799d46a723936e8259bf3527a68375","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-327faf3-20230717194407"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-327faf3-20230717194407_1689623107660_0.28949653424690625","host":"s3://npm-registry-packages"}},"0.0.0-next-63d1726-20230718140115":{"name":"@shopify/hydrogen","version":"0.0.0-next-63d1726-20230718140115","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-63d1726-20230718140115","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2761d3916a46ba5395b853654a2fe916388934f6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-63d1726-20230718140115.tgz","fileCount":19,"integrity":"sha512-q5My8mQ0W6X+dlZBBIZviprtXI/IwRll0QXi2EPVkCe2QJl4iU3DkwP2BbJ5zOTEcidIZmTrChR5+owsfCJOEA==","signatures":[{"sig":"MEYCIQDbNUZMIFYjkxKg1OBR/mZolgobaDoRWecnwyHxmzi3DwIhAKqoI/WKD4euTtIli6Y+bfTm1hEdwvA0TRQp8Oku7Zwx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1784495},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"63d172665cf97fae62629f8019d9b2dad29c7d40","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-63d1726-20230718140115"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-63d1726-20230718140115_1689688933314_0.23099457983278038","host":"s3://npm-registry-packages"}},"0.0.0-next-4db6142-20230718194438":{"name":"@shopify/hydrogen","version":"0.0.0-next-4db6142-20230718194438","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4db6142-20230718194438","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3b1b29d065c0e10add56d6a5e960de47367a9efe","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4db6142-20230718194438.tgz","fileCount":19,"integrity":"sha512-vCbcjo8zj+PzGCZzUUVlt3PA2Cpq2qOAw9Px3ZVePYLCH0jEaG+2Mp7UqScXo0cTEJUEYl0h6ubAQ7GinJ8jlw==","signatures":[{"sig":"MEQCIGafWVJv15oD654r/gP1gjhmUKNP3wkZtFxFihA77/l0AiAEHLVfuJ1UoxgJ21Hhln8P8YlNiTTwcf9myuqEELoWkw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1785001},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"4db61421a7d55c7409465210996869bfcf765f7a","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-4db6142-20230718194438"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4db6142-20230718194438_1689709537329_0.28650942851142736","host":"s3://npm-registry-packages"}},"0.0.0-next-92f8800-20230718195711":{"name":"@shopify/hydrogen","version":"0.0.0-next-92f8800-20230718195711","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-92f8800-20230718195711","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"129bcb0aa2f60b052d3636a271e67fd03d392125","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-92f8800-20230718195711.tgz","fileCount":19,"integrity":"sha512-/9Z3YLotYvyq4ZZHLUMmSNsnA/4JNT28aD1Mso6N8lqacwJKBpx2p+i3y6QEGz1QpuXyCcHO8aKKyZVZKyaB8A==","signatures":[{"sig":"MEUCIDLYlgFOilxNo/LasCAuF1XfrcBe9zPilYoFnR3Fsf2mAiEAh1EJ3GrcH+6QAUFze5pBBSUSaYfCHwq0itoPuwLBLww=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1785001},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"92f880072aedbf521f3904cf60175c9279f3e77d","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-92f8800-20230718195711"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-92f8800-20230718195711_1689710305645_0.15988394922967264","host":"s3://npm-registry-packages"}},"0.0.0-next-11ab64a-20230719132637":{"name":"@shopify/hydrogen","version":"0.0.0-next-11ab64a-20230719132637","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-11ab64a-20230719132637","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3aa892e04e2c1b5c3b08d81575a68742a6bb52ef","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-11ab64a-20230719132637.tgz","fileCount":19,"integrity":"sha512-pAwtIrDmLl1smCHGxJMctyhHxJSzC0QcQZJymveI6VqnhnUu0bmmDLxfUmt/qGipQSaDCAdrzyZO9EkbEHMMvQ==","signatures":[{"sig":"MEQCIFjrMNRibk+tpCnrxWwgasN/djoPH66rbV7Ej8XQAub4AiBN3M6K3VDHPJWL1r3Nx0hzrMfayEif6NCxDFrGSKWvCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1795840},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"11ab64a88966dd7b90522f15836abfff6f5d595f","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-11ab64a-20230719132637"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-11ab64a-20230719132637_1689773274254_0.6200684690411649","host":"s3://npm-registry-packages"}},"0.0.0-next-1a8f79f-20230719143728":{"name":"@shopify/hydrogen","version":"0.0.0-next-1a8f79f-20230719143728","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1a8f79f-20230719143728","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"13cd1d021af16c8af7248a787ca6c0f8cb43e9ac","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1a8f79f-20230719143728.tgz","fileCount":19,"integrity":"sha512-CtZVdphXsBQOnU6X1ffcUOrjEWcBGEUvQ66JIBP/VCJUGMgqkfJgHnR+5B5e5xMTmDJOm4mGyixG0jY0d/ANBw==","signatures":[{"sig":"MEUCIDzeuhNoVxtGD2eB/cN5XizbbGBuufMCMBhBP3dY7HBCAiEA3AQdmmmjCMPZqd7Qf66JQ4btF4PzpAh5zSYMvIQsGmU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1795840},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1a8f79ffb12d4712970a6794e5a5478a91bd1314","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-1a8f79f-20230719143728"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1a8f79f-20230719143728_1689777523799_0.8615866303218447","host":"s3://npm-registry-packages"}},"0.0.0-next-3cb481a-20230719143930":{"name":"@shopify/hydrogen","version":"0.0.0-next-3cb481a-20230719143930","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3cb481a-20230719143930","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f9bab66f8b93d405c461c7eece51f8cc24f8ed9e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3cb481a-20230719143930.tgz","fileCount":19,"integrity":"sha512-XAavCUHZMz/P+qEnsgYQf+bSuT9yIzP1BgBorpJB64eRpPQftrAnTGl6x4vbT5ggRACkhpPlIew/msz3qQWmUA==","signatures":[{"sig":"MEUCIQD2tdEGOkQDLTht3IiClRF9sWzGerlCdxG9g25q5aQ8egIgWY7Y/MiHzryvQ8L2hsm3vB5t6wtXTAWkjmBREr8dMyM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1795840},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3cb481aef707a8ed25096721e3f7bbf8eee14b50","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3cb481a-20230719143930"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3cb481a-20230719143930_1689777626377_0.05416593939697556","host":"s3://npm-registry-packages"}},"0.0.0-next-b02b63f-20230719163815":{"name":"@shopify/hydrogen","version":"0.0.0-next-b02b63f-20230719163815","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b02b63f-20230719163815","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6e888ab3fe7eabf9860b3c3ee76763d0c2dc78cf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b02b63f-20230719163815.tgz","fileCount":19,"integrity":"sha512-zMo6Shv49xHD+wsjsVMuUR6CUNhdeBKaWrxU5QUxpZqPNpCoCrNbBAneidyeR2O5pj5lGXhBkmNkQmpWRr5WuQ==","signatures":[{"sig":"MEYCIQD0/3Y1kcGBSR8EdEKIJXCSmomZnHBPVVep1TOx7E/UDAIhAOVHO94SnmhQ1luXhbsxtQbjOL11/ih2CKbrRxNmf03R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1795788},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b02b63fb10295073400de014983aa19dee2c4d35","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b02b63f-20230719163815"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b02b63f-20230719163815_1689784755964_0.21988641202725767","host":"s3://npm-registry-packages"}},"0.0.0-next-9f75462-20230719174753":{"name":"@shopify/hydrogen","version":"0.0.0-next-9f75462-20230719174753","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9f75462-20230719174753","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"06a9b59dd9fafc82a4e0f702a05411d543056fda","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9f75462-20230719174753.tgz","fileCount":19,"integrity":"sha512-zt0QPUCSVvw2d+Q1KQPAgmKVw9vPac9eWMe5ZJ5pWp8SOwvAStvG04BY1J33pEt+IenNc5h3/7ttzeHAkxwciA==","signatures":[{"sig":"MEUCIQD5LDp9Cqenp1+G+daHiiHlmsr2yILT+Anh3e2nZsEqTQIgWQLO8/M4qlercZnzHdIV8tU5j6o8POZN7VM3tVY5ras=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1795788},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9f754626aef1d8126299e903f811f68b2c078735","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-9f75462-20230719174753"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9f75462-20230719174753_1689788934399_0.8695329138370143","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"@shopify/hydrogen","version":"1.7.0","license":"MIT","_id":"@shopify/hydrogen@1.7.0","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen-v1#readme","bugs":{"url":"https://github.com/Shopify/hydrogen-v1/issues"},"dist":{"shasum":"048dae75cd84e6628d0604a11f7c43acfeeead08","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.7.0.tgz","fileCount":626,"integrity":"sha512-C66CCFDTUaHES0i4Y0T9Hf0oT1CDFDCma3nj00AiCCzrVsI7I5tJ0q5ggNIMZBcWV+W20/eTfEbU00MWncfUZg==","signatures":[{"sig":"MEYCIQCwR6ThltgB7SGKbZpCd71cDNRkvXfIzClmQb2wVc5DcgIhANniJTgqc9zoSmCh+e0uCzK5dR0E0BDIYCFyiQbAlTyP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1418967},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"26470cb674a873430161bad638748850cdedbf4c","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen-v1.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.4","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.20.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.7.0_1689798937577_0.2957597966645733","host":"s3://npm-registry-packages"}},"0.0.0-next-3140987-20230720212854":{"name":"@shopify/hydrogen","version":"0.0.0-next-3140987-20230720212854","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3140987-20230720212854","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2b2f89fe92187cbee7459f69254349de785d219b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3140987-20230720212854.tgz","fileCount":19,"integrity":"sha512-c9VnWB3snKmERDRhiNzXxV8EJc3Z4Qx3wjgvvfti6QFi8qgOUnBrjJHHmYTCpMIrFn6ZinuTypPKZA0ocJpyNg==","signatures":[{"sig":"MEUCIQDeeILv+skIbevGmbNgNuNa1mDfkU3TDtu5nWMEwcDnRgIgMB1jDBoRsDrit+T8tZj8bLgshYzy47OY5WILuMtb7Is=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1795756},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"31409877106182f5505acb07c5d822bc1f0756bc","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3140987-20230720212854"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3140987-20230720212854_1689888594687_0.4106271576672773","host":"s3://npm-registry-packages"}},"0.0.0-next-70bbdef-20230720224343":{"name":"@shopify/hydrogen","version":"0.0.0-next-70bbdef-20230720224343","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-70bbdef-20230720224343","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c476d525a2b76aa1067923ac22d2ca65932fe18b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-70bbdef-20230720224343.tgz","fileCount":19,"integrity":"sha512-emsQbEXyvOTAbq8ZA33k3i7rIVx/f9ajssqKIjcpwiRgq9orEyE1Da1mRDHORpr7WBF4K9hTwtrSXfUhcS3zBg==","signatures":[{"sig":"MEYCIQDzxy9L4QBY0XNNAiuMONDc1FNbgK52Rv1TzR7R5VfufwIhAOumjUcR+Y4Huf6GU9lHfDjKLZvrVmP4porsBXQfUWI7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1780938},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"70bbdef54057b09a9b3ca43bb6199e702fd07e2b","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-70bbdef-20230720224343"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-70bbdef-20230720224343_1689893079739_0.25279666480288054","host":"s3://npm-registry-packages"}},"0.0.0-next-5518035-20230720230008":{"name":"@shopify/hydrogen","version":"0.0.0-next-5518035-20230720230008","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5518035-20230720230008","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"255f717ad8a298076bfacc5c49819aae0cd5534e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5518035-20230720230008.tgz","fileCount":19,"integrity":"sha512-GrI68WBAXFlGoGQEJ8P1FhcSTzkJL32o/RNZQiq7VnRLVlPFZbreqpuff+UpA7hUlsARPn6oxbcOuqzrvXuW0g==","signatures":[{"sig":"MEYCIQC76heY/0d2Elq6qWDMQJ2OLjTG0xEXdrkwM0mLG/ZamAIhAOhfXtJNbAggCsX557Tf83ZLeaHB3G+pzub117TtHMFh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1812260},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5518035ba102bd69f6a3bf822364dbd69d4c7505","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-5518035-20230720230008"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5518035-20230720230008_1689894065807_0.8561136430505583","host":"s3://npm-registry-packages"}},"0.0.0-next-ba6442b-20230720230019":{"name":"@shopify/hydrogen","version":"0.0.0-next-ba6442b-20230720230019","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ba6442b-20230720230019","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f823c1f28945ab25e72e8eb4f354bd5bc95ea2e4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ba6442b-20230720230019.tgz","fileCount":19,"integrity":"sha512-Kv76M3a6F/1e9ank0OOpbTegv1ZoO+eJjzaGmwzy+GKa94SOi4pMFF0WJp0zPPXl/h0FHs0Eu6vg92aaeo+A7w==","signatures":[{"sig":"MEQCIErW8IyQaJ202GcvYdH5kxF2HGdXpG/KEUe3nf7HF0TNAiB03nwQ94M6HxTl60ehhIuL+U/kvyfB1aJJUQ676cMfSw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1812260},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ba6442b9fef22e5bea85bef672cdba13a86abd07","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-ba6442b-20230720230019"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ba6442b-20230720230019_1689894101419_0.8972321848118221","host":"s3://npm-registry-packages"}},"0.0.0-next-a8f8ec4-20230721023941":{"name":"@shopify/hydrogen","version":"0.0.0-next-a8f8ec4-20230721023941","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a8f8ec4-20230721023941","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fc8fb72ec79831d7f2376ced166b0d6e5f5926ad","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a8f8ec4-20230721023941.tgz","fileCount":19,"integrity":"sha512-NScTysnJvyLMcjJYT8dDJX4BH03JmgUflZN1lKJV7rnkvzz4P9tU1XyxYnupBCO189OaZQacbyQ3DrhJJvBKBQ==","signatures":[{"sig":"MEUCIAHdDr7j28U8VCwZRGX4ZxEcWnCDELx21KF9KGo0WzroAiEA4Fo1P81Hcqz3cQmkYRuE4I57bnRcdtDkrZWKMAXzhNo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1812260},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"a8f8ec448736e19e4b50352ef83846e6f9569ac9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-a8f8ec4-20230721023941"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a8f8ec4-20230721023941_1689907238490_0.315453964377417","host":"s3://npm-registry-packages"}},"0.0.0-next-945fdc5-20230721132602":{"name":"@shopify/hydrogen","version":"0.0.0-next-945fdc5-20230721132602","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-945fdc5-20230721132602","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2aa2281f870899448ef235733a043e06b65b04c2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-945fdc5-20230721132602.tgz","fileCount":19,"integrity":"sha512-HNwsRfbKqTro2CedwhQQcMV5xLOVn7QtpuJwJ5gtnHk+xu//AcFG91sE+7K+5vLqAHt2YGE29sz5YzF50nYf1g==","signatures":[{"sig":"MEQCIDe50s1UaqSV5tH1SjnqGM/23xOHejOqhq3cwT7Y9LpxAiAPbPk6MNs4h0RFZ+lFVACdM2RhHwMYngYvj7+0Hdq70A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1811800},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"945fdc57f08bdee363f4e801380696ade323edaa","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-945fdc5-20230721132602"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-945fdc5-20230721132602_1689946032331_0.5629956268389775","host":"s3://npm-registry-packages"}},"0.0.0-next-4bee03d-20230721143434":{"name":"@shopify/hydrogen","version":"0.0.0-next-4bee03d-20230721143434","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4bee03d-20230721143434","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b26e3d48d5f6cda4ddd7fa7e0d242624267b042c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4bee03d-20230721143434.tgz","fileCount":19,"integrity":"sha512-CPmCdIOAq0wbZoCr2gVCunukNmvIP2+QFgdYdYrEcJFojO2rIvmlqbEVNB23XJ5tAecmx09hNZQvdnbi2tjZOw==","signatures":[{"sig":"MEYCIQC7VYW2MC7xnJ3qgejASA7xBFU5UfDzNiHwqobBI+n+CAIhAJkkKd2eNKQjX4GPhbuWXERZVo6ABQzLoY1VaeCd20yG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1811800},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"4bee03df3cc8203510f6b05522c1268aa5e5f2f4","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-4bee03d-20230721143434"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4bee03d-20230721143434_1689950134238_0.30810425820096277","host":"s3://npm-registry-packages"}},"0.0.0-next-20734c4-20230721144415":{"name":"@shopify/hydrogen","version":"0.0.0-next-20734c4-20230721144415","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-20734c4-20230721144415","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5190a7fa78223b35314c083c22c1b72db17d15b9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-20734c4-20230721144415.tgz","fileCount":19,"integrity":"sha512-7YAJXe5cdYd0amSYFZDoLh/iYw0xiL/eYbTnVv6k9GKy6VY1qb+0f2KUG4CPEZ40H0JXwE98HVut3XDwmIdVdg==","signatures":[{"sig":"MEUCIQDtiJW5UoT8uTFqjB8pjQkLKsOfpL7KSV5hUJqb+OvxKgIgb7ij21Ac1SjPPS9+ITB96adXnMIc0U444dmTywugSko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1811800},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"20734c4ad45e178de805144a7eaafec1b2c6e8a9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-20734c4-20230721144415"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-20734c4-20230721144415_1689950714605_0.5409065067587813","host":"s3://npm-registry-packages"}},"0.0.0-next-706ab52-20230721145020":{"name":"@shopify/hydrogen","version":"0.0.0-next-706ab52-20230721145020","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-706ab52-20230721145020","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"87517952a6996ba06684266b557314960c10ce61","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-706ab52-20230721145020.tgz","fileCount":19,"integrity":"sha512-KI7meS9Bv8HMutuGVTp+Ix6T0iMKcLMAy/zzYEUs0JtWciEWgbuKZ0cq1R9/KT44yIWpci3YwLLF8HUooPM6HA==","signatures":[{"sig":"MEUCIAWuuXL30a+1XRyuWRbGBlQ/sN7PEq3CGhU6198nOX3gAiEA9SnNkPHPDMBqprxXUQTXg1yBYvvUUHNoNdhgtUjmd+k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1811800},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"706ab525def33c93129cc9f8ef5aa28da2fa63c9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-706ab52-20230721145020"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-706ab52-20230721145020_1689951080297_0.5658484575041716","host":"s3://npm-registry-packages"}},"0.0.0-next-6db2617-20230721150335":{"name":"@shopify/hydrogen","version":"0.0.0-next-6db2617-20230721150335","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6db2617-20230721150335","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c633b33265ad8f8f33bf434431991a75ec36768b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6db2617-20230721150335.tgz","fileCount":19,"integrity":"sha512-ntiCrmeVHLBMLcdUmvo8+d7S6lXDhrg54ttC3SANGxXEvtKj60pMv3yrWgLIZ9qGbb6dKmTUOgG5FVNYlGHumQ==","signatures":[{"sig":"MEUCICh2LMPyhSYXgDqHBS8V5UFG/2NFNAm99bWHWgV+NY8OAiEAq3oMia3tUypeEzeZhiyb8c4dU6Euo7+RUKXto7oXe+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1811085},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6db26178a2ce1cb1dad373c717b33a3f17fc4e11","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6db2617-20230721150335"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6db2617-20230721150335_1689951884543_0.9130776630358541","host":"s3://npm-registry-packages"}},"0.0.0-next-c39411e-20230721152500":{"name":"@shopify/hydrogen","version":"0.0.0-next-c39411e-20230721152500","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c39411e-20230721152500","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b0c66628787a32dbc9e6534d7244cd1854b9cce4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c39411e-20230721152500.tgz","fileCount":19,"integrity":"sha512-1jb5xBo2Nwvs83JTFiIm2sWS64tpA4SfeuxP+wOLuCDSS8f+bhozesn4QjgBSl67I61T9V73+VmmoS+dF2MjIA==","signatures":[{"sig":"MEUCIErjLMLt4JLE/wKwHTK1jPc2QMgzwKbccIEXDpghp1WBAiEAtWR6iOTM17yumInSmcFyD9dk6hn6ZmC+VmbOSrbEu10=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1811544},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"c39411e0454750697d580a1ef4858800c494980f","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-c39411e-20230721152500"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c39411e-20230721152500_1689953180102_0.9081519359615386","host":"s3://npm-registry-packages"}},"0.0.0-next-0d2e5ff-20230721162320":{"name":"@shopify/hydrogen","version":"0.0.0-next-0d2e5ff-20230721162320","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0d2e5ff-20230721162320","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cb9bb57f871496772c632e70f3860695ec37aeca","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0d2e5ff-20230721162320.tgz","fileCount":19,"integrity":"sha512-w0E67d/92/gzPA4F9MN2xM7QTjbRYWbTJ+ACOF/+ipyZzFqD9bRn7aulYZ+UWcN3REiuZedWDJYzyESMY93JVw==","signatures":[{"sig":"MEQCIEmqXCC1R/BAw2wZCrp0/+15uc8AwHKnHuPeIYiXletVAiAvasYK7cuujfM4R7HLTo7OAqBjjJelCMe0GvkmZ3vsvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1811544},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"0d2e5ffb68096f1dc48ade8793e6ef53088af6da","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-0d2e5ff-20230721162320"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0d2e5ff-20230721162320_1689956679166_0.4437295543959803","host":"s3://npm-registry-packages"}},"0.0.0-next-52ef4ca-20230721204858":{"name":"@shopify/hydrogen","version":"0.0.0-next-52ef4ca-20230721204858","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-52ef4ca-20230721204858","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"704b35454f1b87dc99a9aee2ee0b96af1872060a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-52ef4ca-20230721204858.tgz","fileCount":19,"integrity":"sha512-JIaRv2EhhQVbSDjqp3SZc5gTAhpX5hcGvtIGOilUA+Fp/TytpGdffJJ3MBOQ15+3c0iz3zd0+O0vmFvY/fwHxQ==","signatures":[{"sig":"MEUCIF1+/kzwK638j4DbAGW2e3fWRntF0hNNixoL5rlWQ929AiEAtKkZteGS+AuvWeFllx7rdr2x7sot2JMZBjMS00OT2FI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1811543},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"52ef4ca6ec8975b3fadef8147d9c914a84853cd3","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-52ef4ca-20230721204858"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-52ef4ca-20230721204858_1689972606798_0.24516568190107058","host":"s3://npm-registry-packages"}},"0.0.0-next-8051420-20230721211527":{"name":"@shopify/hydrogen","version":"0.0.0-next-8051420-20230721211527","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8051420-20230721211527","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b66b8b05ea3fef6d437489a9b84b508c71331ae4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8051420-20230721211527.tgz","fileCount":19,"integrity":"sha512-LJragc8z/lxNUvPMIeGIK3WFqryaarwcu/a739SrquczxH7Yrmu6fRP7hJcze37Cts2e5WfxPe1OYG17YXN34g==","signatures":[{"sig":"MEQCIDLq/J1EeQrlPBvNTZovcvQbb7hRlZvscsxGteI5mzRsAiAoSlg+APPo00ZWoIdOWwoeUq2MfDfVDxUnzDWRqVdA0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"80514206eab66fa9787c52a5be27e137f7e9da0a","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-8051420-20230721211527"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8051420-20230721211527_1689974195080_0.608763929546656","host":"s3://npm-registry-packages"}},"0.0.0-next-5ad931b-20230722013832":{"name":"@shopify/hydrogen","version":"0.0.0-next-5ad931b-20230722013832","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5ad931b-20230722013832","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1aad41b440132a2b8465892ce743be36912bf0e7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5ad931b-20230722013832.tgz","fileCount":19,"integrity":"sha512-lcJC9lqsE0Zha3qmRFdsAlpILQfEf1LK2g17Lj+y0WyjMoTITsFM2RK8cLGQ5FeaJ4sfc8VLKalFPjUMFKWBTg==","signatures":[{"sig":"MEUCIQClcwSoLXxTdngHiw+Quo/Fwgcg62Q+SRs7WC5nkW138AIgctSt+mBLK0GzfzgyyEUeg4q6Eb2MgtMVrPnIRcC/WF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5ad931bc473871d64e3a6291a51163eb7835458a","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-5ad931b-20230722013832"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5ad931b-20230722013832_1689989970965_0.6571719868501635","host":"s3://npm-registry-packages"}},"0.0.0-next-131f505-20230724201644":{"name":"@shopify/hydrogen","version":"0.0.0-next-131f505-20230724201644","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-131f505-20230724201644","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"85a99ff6d366d3165557c471abd55af51503606b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-131f505-20230724201644.tgz","fileCount":19,"integrity":"sha512-03Z4q45vXUyZkKy5JkC5PChzslnKN04NTI3HoafSGATJc4rwuqiOQfTuyme79HqA88HNI+kdKeIjMZ/+T8FGeQ==","signatures":[{"sig":"MEQCIF5EK6IWW7gwH/GFeGeDXMnlqrw5s99IFdxaH6kUHdJ9AiALQD12s1i8UnYWOp7pU3Klh4kBFRyFiwl/dWTGvgza7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"131f50506b70a75035c93eacbb9e1cd8cf5230f3","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-131f505-20230724201644"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-131f505-20230724201644_1690229873371_0.4824680032467863","host":"s3://npm-registry-packages"}},"0.0.0-next-6112dd6-20230724224333":{"name":"@shopify/hydrogen","version":"0.0.0-next-6112dd6-20230724224333","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6112dd6-20230724224333","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e5af872b15c9e18f9883b250572fda861604e8d7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6112dd6-20230724224333.tgz","fileCount":19,"integrity":"sha512-sJdcAcYlIpDUF/9UB/N6KU93KZPCtmZbXN5TFdn/BEljbz73+b9jurgYOhuitX6u2BIikvLJ6EaLUsHHSQighw==","signatures":[{"sig":"MEUCIQCe+cCkAKwAnvRmLCtBbNNCfP6g39bohCxBOmlnxJrVBwIgHKC0+83jXUAOzjELvH9BkjdP5cQn9p3bKV242x/QjKU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6112dd684287affaa1a900b906a90a7bc2a7e69b","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6112dd6-20230724224333"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6112dd6-20230724224333_1690238671980_0.653368113926585","host":"s3://npm-registry-packages"}},"0.0.0-next-7e2017a-20230724224359":{"name":"@shopify/hydrogen","version":"0.0.0-next-7e2017a-20230724224359","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7e2017a-20230724224359","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e1432d8086485e388b5880fb6f20f7acf025b498","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7e2017a-20230724224359.tgz","fileCount":19,"integrity":"sha512-eWzeeGly3rb4NO2Km6ZjMccHsjzZYaNN2mMo4nxyfu2etOsxhYxfWFSJGQJwtsFWJd4vSWx+DP1UxAhO6DC+Sw==","signatures":[{"sig":"MEUCIFLqibwShcHqg21l3Tr8mDjiMYbc17Ct7tZaUa9gOuNZAiEArrJfYQN/coOtPV8Ys3v4gmvGfGqu4irad3Xx2STVOGE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7e2017adf29f903623be13fffc8dce33f070c05d","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-7e2017a-20230724224359"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7e2017a-20230724224359_1690238698410_0.06661801486008034","host":"s3://npm-registry-packages"}},"0.0.0-next-b8898f0-20230725121352":{"name":"@shopify/hydrogen","version":"0.0.0-next-b8898f0-20230725121352","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b8898f0-20230725121352","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f8d7c8644de681be96ce82b07916a50334d7652d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b8898f0-20230725121352.tgz","fileCount":19,"integrity":"sha512-HcWa6G9tBx3KKYjg+2O9s4F70Udz7uhNibwlic26kEW4S5hw4Cqf1+AuG8QuhlhuTPsT3WJQVyQeiBXIPEKChw==","signatures":[{"sig":"MEUCIEV4/paHANj3zIPW21yT+5vj9VnNFRPnOrDxBZKRwHH4AiEAtoBFRbUT9FWyql8Y67Jtoe/CTXRmDt1ofgWsRDeCHP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b8898f005e20e2520e5e28a4e3115db05e1e6871","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b8898f0-20230725121352"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b8898f0-20230725121352_1690287300920_0.9834100298506545","host":"s3://npm-registry-packages"}},"0.0.0-next-7444720-20230725134646":{"name":"@shopify/hydrogen","version":"0.0.0-next-7444720-20230725134646","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7444720-20230725134646","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cc03050208fa3933d255dd64a094261389a5a1ef","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7444720-20230725134646.tgz","fileCount":19,"integrity":"sha512-n8zT/VhNRjCvlTofT6EAfO577fERhMU3vZODdfM6La3RfRrMCZsEbPAfNq7xo0S2PIEZcihCx0gpsf3BhK48pA==","signatures":[{"sig":"MEUCIQDAyK/ndumxOIM+8JC5T5kKJKwcP8ebrUdr5jEpCULjTAIgEQWK1QZKx2mTaCUrbZ5scdnxvJOjTXjlpudtxu3PzMw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7444720b2b4833b64642f1239bff1057f2c250fb","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-7444720-20230725134646"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7444720-20230725134646_1690292862900_0.18217780673998063","host":"s3://npm-registry-packages"}},"0.0.0-next-97670ee-20230725135200":{"name":"@shopify/hydrogen","version":"0.0.0-next-97670ee-20230725135200","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-97670ee-20230725135200","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b10ae9647cc9f0f782ec71ffdc4d8ce56f51f01f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-97670ee-20230725135200.tgz","fileCount":19,"integrity":"sha512-0tFYS02S4UiSerWLrU5+Gki1PAPgLt8Of+6YlXL3A+O5pZ/lV5WJbdV8BcAp7J6mQl8xVkqvhUbKWh8LKjOmXA==","signatures":[{"sig":"MEQCIDL3wEUMb8Wl4XB9LwsQiuH5VqZm60DXrdy0B5RdoJFNAiA0MBmP4RE7DZ+AsyRQMhd/PC9WPL9mD1/4IngTWY2//Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"97670ee918f78bb0d7b0d6cd109b87faca90b633","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-97670ee-20230725135200"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-97670ee-20230725135200_1690293194074_0.934758153834355","host":"s3://npm-registry-packages"}},"0.0.0-next-2a036d7-20230725135323":{"name":"@shopify/hydrogen","version":"0.0.0-next-2a036d7-20230725135323","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2a036d7-20230725135323","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"faa183135f7ba58698ee39cd91421ce142db2679","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2a036d7-20230725135323.tgz","fileCount":19,"integrity":"sha512-AIUgVLZ+dhNWMedixwxs6WveU8L0ubtVWDvg8kLXLN+tO5jl4aQCtoPxQv4BJN/CR6GARE/zeLse1dqoj2EiMA==","signatures":[{"sig":"MEYCIQCWnBJ1yHzFC7QGXSmC/7ASPz1MJBuBDmm/tOoCCMh3HwIhALe117EOgl6DGEe7Z1O4fO7cl3t2dLHwPeiYPWiIsPIa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2a036d72c79ef3e40aecfb1832635898208c6d54","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2a036d7-20230725135323"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2a036d7-20230725135323_1690293261759_0.8797141630621363","host":"s3://npm-registry-packages"}},"0.0.0-next-0620a6c-20230725154809":{"name":"@shopify/hydrogen","version":"0.0.0-next-0620a6c-20230725154809","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0620a6c-20230725154809","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"68363424bf2611761e5d0076a4baef292eae88d0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0620a6c-20230725154809.tgz","fileCount":19,"integrity":"sha512-f0klan27GYhY3d/3OX+YFVKq7hrovJVDthrAbW6FFjztp/KfncJC0LHok77Urk+VapwtNeAiuerB+0C+GLfnjQ==","signatures":[{"sig":"MEUCIQDF0EihBNp4i37NDUuD6E9l0mTOrAG+9VV/HJhEM4/dAAIgfcRKbxvSZ+YLRmxEKtaASF0gBbyV6jBzZuUcvI88CHQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"0620a6cc2b16430178143078165a2935c832d93c","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-0620a6c-20230725154809"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0620a6c-20230725154809_1690300148157_0.16274150914740826","host":"s3://npm-registry-packages"}},"0.0.0-next-2c3f9e7-20230725155128":{"name":"@shopify/hydrogen","version":"0.0.0-next-2c3f9e7-20230725155128","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2c3f9e7-20230725155128","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ea7e2e138ce42ee0283c47e07e03e86da8d65ee1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2c3f9e7-20230725155128.tgz","fileCount":19,"integrity":"sha512-VNXjGNdsYiPibaFXcKUexC+RCR+P0qkVcERzFn8pvpiaZnchrtJEh8w86gUw28OvqeUGJ9PZgUBjx3cTCfyc8Q==","signatures":[{"sig":"MEQCIEoIUghaiMWIVbD28Uq9A7iQztJPEMy4sLi1sZehCw9xAiB0b1q8VptOt0triLvjqk9byOUpSqi1hecvbIU6XZDOew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2c3f9e746d47043059ae31b960a44d23385d943c","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2c3f9e7-20230725155128"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2c3f9e7-20230725155128_1690300344444_0.6522724413353143","host":"s3://npm-registry-packages"}},"0.0.0-next-9482bc5-20230725164149":{"name":"@shopify/hydrogen","version":"0.0.0-next-9482bc5-20230725164149","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9482bc5-20230725164149","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8509e2a7e919c66231d19ddbed271abc73327d3f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9482bc5-20230725164149.tgz","fileCount":19,"integrity":"sha512-E7YDZcmrtEhwPAzE8U9RwDvuOXiuX+B6fVoY9+oaRCoWHk3Kw0OwaKOjm2hMuNn0CHkYs/5Cal2BETWRgOvULA==","signatures":[{"sig":"MEUCIB82JhBv3RHN2N2g/ulpz3VIrL8om0s5rY6r8XBHCfXDAiEAqE+of0nGuSA8H5bGr6PzrJVoI7lV1kmEcxRfFhC0ZDw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9482bc59c2ec8ebd1669a8773f7a5ca7c5359abc","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-9482bc5-20230725164149"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9482bc5-20230725164149_1690303370682_0.02070810776636045","host":"s3://npm-registry-packages"}},"0.0.0-next-230f951-20230725172855":{"name":"@shopify/hydrogen","version":"0.0.0-next-230f951-20230725172855","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-230f951-20230725172855","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d9e71491689d1146a3504bbf351591baf836bda3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-230f951-20230725172855.tgz","fileCount":19,"integrity":"sha512-8hEu3DeeAJtLdo08wUsEDzmeF05VgBD0lLthQ8sDyCq2/s03hxy2hpQzLzoGhFk1sqhx4KLEQ8mqk9Az344iLw==","signatures":[{"sig":"MEYCIQDM/YWFsxubOaO7/umO6dhYmpxRDWczHr+HQ6MkPtXOHgIhAO1iET59gYjlBkEdG8JXeI+u+ccQohWuXU2YCOzquoyr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"230f951ed31d5450380112fbacf2dd18779c45ab","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-230f951-20230725172855"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-230f951-20230725172855_1690306216587_0.9645714560463681","host":"s3://npm-registry-packages"}},"0.0.0-next-a68c06c-20230725184935":{"name":"@shopify/hydrogen","version":"0.0.0-next-a68c06c-20230725184935","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a68c06c-20230725184935","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"66db5793d1ade8b6c992c3d811becb2985040fea","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a68c06c-20230725184935.tgz","fileCount":19,"integrity":"sha512-Ms8FQol0/PpT62NYV2tBjVNLcyjhOYw+orobMyG173hbgN8qERwFyo1rgQ7NL/O6KPGUg0wz3IJnJJGl1KDEkg==","signatures":[{"sig":"MEQCIFTGrI0jfgsNqSFD1cnNp1Rc84EMMjoNASQAIdW0MHPiAiBh2os1xWJXdbWs/5gGFBI4/MyBzcv2qhyWTxTmmPraBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"a68c06c720c9b4a9eef1e9deb73e39f6dc23e0a5","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-a68c06c-20230725184935"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a68c06c-20230725184935_1690311041283_0.6290595377717556","host":"s3://npm-registry-packages"}},"0.0.0-next-6de27f5-20230725191537":{"name":"@shopify/hydrogen","version":"0.0.0-next-6de27f5-20230725191537","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6de27f5-20230725191537","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"eae404f7a1790204382bb6fee2e4babcff56089c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6de27f5-20230725191537.tgz","fileCount":19,"integrity":"sha512-L1CyVz/68UkrCSlu04e4D+5yP67lEr10GsD53w82xIOG7IEvc5yrDjQnPoYQFEp2rvoZhT3IDT+M0xBt0dgW+Q==","signatures":[{"sig":"MEYCIQCtzyoECpSbN7muVj7+/+N4RxY9l8Nt7hT7Pfh21j5dHgIhAPucMAq7wzXY4/xyzl8Hudr8CmG0Y0vabYPxffdyzOZN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6de27f54dcd06d737360fd1ca0943f87987406cb","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6de27f5-20230725191537"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6de27f5-20230725191537_1690312613280_0.26670518373614627","host":"s3://npm-registry-packages"}},"0.0.0-next-34c22b0-20230725191629":{"name":"@shopify/hydrogen","version":"0.0.0-next-34c22b0-20230725191629","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-34c22b0-20230725191629","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bb19912ceffb80056c845cb4787afe8b4879e4c4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-34c22b0-20230725191629.tgz","fileCount":19,"integrity":"sha512-W2rhRSF9CVNhfh+83d5rcZknClk0S/oAHjXKATk6COES9tAnQ1ZLmNnzUT2l//dgbRhexWR/zPm02Azw6/Di+g==","signatures":[{"sig":"MEUCIQCapKHYejr4SUQEY0ZZkjQuZVXZ7ZQS2NHvkelAGX5CowIgVPvJTdshG28RGt4IXif7Mr7/fRDMF+KWZVnpotQ6r10=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814308},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"34c22b065540941fd690270cc7774539c5ed5a3b","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-34c22b0-20230725191629"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-34c22b0-20230725191629_1690312660545_0.5754018989698682","host":"s3://npm-registry-packages"}},"0.0.0-next-dc56d29-20230725195026":{"name":"@shopify/hydrogen","version":"0.0.0-next-dc56d29-20230725195026","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dc56d29-20230725195026","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0ea6bde293e6c59aa13ca570ec5c8fb13c59c370","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dc56d29-20230725195026.tgz","fileCount":19,"integrity":"sha512-Q0K9HXDEUNrclkZxWkEZRvujTKTXeDtKEwSDT0ydpcRcgoN0eOTWYrCLjyNbnkqWuznmkHJ1eTMe9w7KObnAMA==","signatures":[{"sig":"MEQCICAUqHhP2E57BABsAqSR2pR9jNlXzS7yjxh6XWUZ/9/7AiA9J3sUGdAlKGumB0pkByNSl5E2sXSubK3ndF9I8oqmbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814128},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"dc56d296c5abf572c19046756ad5b27f8b98a7b3","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-dc56d29-20230725195026"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dc56d29-20230725195026_1690314686233_0.40111818043016645","host":"s3://npm-registry-packages"}},"0.0.0-next-3d945cc-20230725200213":{"name":"@shopify/hydrogen","version":"0.0.0-next-3d945cc-20230725200213","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3d945cc-20230725200213","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0d905ad00c7e0a135fb4eabe8a5382f44148c1f3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3d945cc-20230725200213.tgz","fileCount":19,"integrity":"sha512-bXMV9U5Vsv8PYYdZ0Egn7K4yV0rPm+XbbinY8bRttm0Dvyjb2qrkL2ZHcjolBsqobdHrK4imVg0cw9REWqzgWQ==","signatures":[{"sig":"MEQCIEujCT6rmpO2o5BFQPvtYkWthK+8EUQkIoveNNTIz6Y0AiBWBDRWYhgrRG7T+acFY9C4CztQqVnqqQvfHymsyFIsLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814128},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3d945cc6e568af208692fe082fa753a18cea4d42","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3d945cc-20230725200213"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3d945cc-20230725200213_1690315391050_0.9249597447370599","host":"s3://npm-registry-packages"}},"0.0.0-next-f15d203-20230725200940":{"name":"@shopify/hydrogen","version":"0.0.0-next-f15d203-20230725200940","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f15d203-20230725200940","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"271296b748150c6d423f161a28e11b22859b80fb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f15d203-20230725200940.tgz","fileCount":19,"integrity":"sha512-qKeZX1KNtKgPndFW6N+qQ+YKjDw4pM/NxEPDnPCEdDrSaaFvynHQA0/NbKY0jfBJA206pRvGLLONHAUHmj2zZw==","signatures":[{"sig":"MEYCIQDM9fw4q0Tih/LmUuIBFw1f9zEDAKTFLNIUBZ/zmVzDhAIhALFjGBlUZ3iCSeRHc0RbLLwXe92qt7x4Wt3Ie/f6cYK3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814128},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f15d203e82da4ee185a5416e3bf6d79d44590bff","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-f15d203-20230725200940"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f15d203-20230725200940_1690315838915_0.7021272174124975","host":"s3://npm-registry-packages"}},"2023.7.0":{"name":"@shopify/hydrogen","version":"2023.7.0","license":"MIT","_id":"@shopify/hydrogen@2023.7.0","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a0dbd13c4b7bb9f9281529863b134beeb90ad79d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.0.tgz","fileCount":19,"integrity":"sha512-c8DMoJMpXF6JdNhWBWR+tjQRtGeYrp0Ss+l0iGJtWrsJ/5I1sL4f5Rg6Pm4qrpmKAtVc0z/i/fLtlqPbw3wtkw==","signatures":[{"sig":"MEYCIQC7wJPeHiQz/do5m5KffX55g7U4xiQ6mDwZd1mneTh/DgIhAMX40F82EjiPY2RGEe6Jp9s/BzZM74Sf2oi/V8Mi5miO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1813876},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"a01e58656786e74555feb50fbda3b06825a62aec","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.5.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.0_1690320301913_0.13460394000907727","host":"s3://npm-registry-packages"}},"2023.7.1":{"name":"@shopify/hydrogen","version":"2023.7.1","license":"MIT","_id":"@shopify/hydrogen@2023.7.1","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"921185c4eadd3e7620f64d888ee3537f420cdcfa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.1.tgz","fileCount":19,"integrity":"sha512-egXpT4FAroEKZUJCZQ0xOU9XSUKcw1PKVILjRWMTA7DLktwviHxZIXwwUUMFYLdBEP8np4u5evuRwlaXi0uuEg==","signatures":[{"sig":"MEQCIBCCnAbbleLnDZpGRrDhlZPrx/R92DM/9JVh6REHwupeAiADBIdD3cjhaCxR0iVGSK0v7V0VopER4ZKTMtNOjZ1Zug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1813875},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"225e69991f445408cd1d91fb74ad0890e82fd803","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.1_1690922588160_0.7001346195801816","host":"s3://npm-registry-packages"}},"1.7.1":{"name":"@shopify/hydrogen","version":"1.7.1","license":"MIT","_id":"@shopify/hydrogen@1.7.1","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen-v1#readme","bugs":{"url":"https://github.com/Shopify/hydrogen-v1/issues"},"dist":{"shasum":"a3d4610ec23bede53edb8ffa2571814803f3a158","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.7.1.tgz","fileCount":626,"integrity":"sha512-B2H3mfIujc1bQ4mvcRalOfXi1i517qBR9Y8d6ssYHPjzOlb1pqMaOYgIauE9uebRqcAdcSkJIFyxJypkgfW6aQ==","signatures":[{"sig":"MEQCIG9tNc3kV5FoNb4KoXrpvOkY7O2sn3UWS3o+Evq1R17sAiAZsaX5/GnepWrf+W9msL/Fb6gV+CrXRgy4TmfkrCbdeg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1421723},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"2db22902b82f4372b1a84955dfbb2b66da2992db","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen-v1.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.4","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.20.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.7.1_1691007912153_0.20407910515372918","host":"s3://npm-registry-packages"}},"0.0.0-next-5f79ff3-20230804224552":{"name":"@shopify/hydrogen","version":"0.0.0-next-5f79ff3-20230804224552","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5f79ff3-20230804224552","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4cafe4aaa91e31fc703e718ce88ef0aaf4f8b347","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5f79ff3-20230804224552.tgz","fileCount":19,"integrity":"sha512-pmZgtaCsbgOf5Oyaf5J86FLegPaNFo1QQ+L7J2Nq6esyluGcomWVriAOrsakgNm6is7fzu1EG5oVul6qZYz5Zg==","signatures":[{"sig":"MEUCIC/HIx0WCHUG6tJ/OSEIQun4THHJBMcaQGfiG+GaMxBLAiEA8fdBSNx1cDYS0mfb1EiYiHuQnUw6Woz8aLG1U+ditlY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814127},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5f79ff34dac99aa18e03d4bc392d227e90cd497d","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-5f79ff3-20230804224552"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5f79ff3-20230804224552_1691189172844_0.15380888963022987","host":"s3://npm-registry-packages"}},"0.0.0-next-e2e4921-20230807215530":{"name":"@shopify/hydrogen","version":"0.0.0-next-e2e4921-20230807215530","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e2e4921-20230807215530","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b2d58734379fb207d3cc526cd3b4b0fab6d7173b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e2e4921-20230807215530.tgz","fileCount":19,"integrity":"sha512-Gzrwjb1ky7KWI0agYDDtAB+gNRonleeNiytgSUEGKfZfou9FEZVdKvd+fwH8Sxzt80K0Dvo/yOcECkhecrBiNg==","signatures":[{"sig":"MEYCIQCZUwi6vZ6RNh6X0ErwY974k77hbQ/0+q2TbU0qb9ww4AIhAPr3zHISwAOzJ2HsaUxeh4zednONwz1ELvP+S+6zSg2O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814127},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e2e49213e36a246513523487f23005809aab430e","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e2e4921-20230807215530"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e2e4921-20230807215530_1691445350708_0.7451490839009198","host":"s3://npm-registry-packages"}},"0.0.0-next-ed0c7e0-20230807222007":{"name":"@shopify/hydrogen","version":"0.0.0-next-ed0c7e0-20230807222007","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ed0c7e0-20230807222007","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9ce3596784107f4c18dd762a103a1f5ee0d2781b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ed0c7e0-20230807222007.tgz","fileCount":19,"integrity":"sha512-4kZXEQoMGfXpCpLT5xnNaAR+kOyksvhC51HFI4vZCztasY/6Yq1A9O6O3LTTgJ8psiNs2vfUilOfAR/g++9Dlg==","signatures":[{"sig":"MEUCIQDFnyQas5pqaYpzn5w7xQaXBznfa8MbQSfJD8jgDEGUXAIgRy0Q/RQkzEPhZaMUW6GiC/dOCPJUtcco3yoYYw4Iqvs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814127},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ed0c7e05c4c3c8b49c4829018e584c04217cafec","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-ed0c7e0-20230807222007"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ed0c7e0-20230807222007_1691446824347_0.050862340277220586","host":"s3://npm-registry-packages"}},"0.0.0-next-b29c85d-20230808230406":{"name":"@shopify/hydrogen","version":"0.0.0-next-b29c85d-20230808230406","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b29c85d-20230808230406","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9d449de1c09ed96d36dbe1df1653d777107e8743","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b29c85d-20230808230406.tgz","fileCount":19,"integrity":"sha512-of5XS/IWlNTVDeaep9X28ad7+GctkaXsomxD+fp2yISVmhhZsarGKIFX4IDJp8ZjpuV7pab2IIUoDSN3VrHvXg==","signatures":[{"sig":"MEQCIFe4Vf3eQQFNe/OOfv2S0sHmEZaKz6NcydYhkuutu789AiAAiQliltSFQHbalR1vX1RGpXvGIzARABHwnrTYwPlNvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816335},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b29c85d053e8beb51216fa2cce47e1d21258ad79","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b29c85d-20230808230406"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b29c85d-20230808230406_1691535863635_0.5338019024573462","host":"s3://npm-registry-packages"}},"0.0.0-next-72c2f6d-20230808233848":{"name":"@shopify/hydrogen","version":"0.0.0-next-72c2f6d-20230808233848","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-72c2f6d-20230808233848","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"eef971a33ed251dddd8f8f33b7c465710fcc7c47","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-72c2f6d-20230808233848.tgz","fileCount":19,"integrity":"sha512-atxeuzwL8krvhCYq6T4v70jbR1fuARcqVJ20dykbW7FC4E81woAwNCg06NO2iZYQTWpRErCOBYPz2VcqYMqqgw==","signatures":[{"sig":"MEUCIAFLAZ3WI8+BKXZRh8NGNxHVShPFDYNDqGCe0bM/z8PCAiEAjFNvhm3SV8WMoFKld276qcm7tGYw8a6FRDTMoUAi0UI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816335},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"72c2f6d84d7ed82c97925c52a9cb8803d548d5b9","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-72c2f6d-20230808233848"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-72c2f6d-20230808233848_1691537977435_0.2185704819463714","host":"s3://npm-registry-packages"}},"0.0.0-next-02cde56-20230809190253":{"name":"@shopify/hydrogen","version":"0.0.0-next-02cde56-20230809190253","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-02cde56-20230809190253","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c282ae44239376be82700d87d9e364b2d90ecc6e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-02cde56-20230809190253.tgz","fileCount":19,"integrity":"sha512-UDP+qu9yGkowM3v3dZONt1wI/rE2eJvOsE6ItbG9ef7fp4ao6MBYPqPPRs9+xAEZ/xElq1BMa30aftH4YBcKig==","signatures":[{"sig":"MEQCIBu0QTV7xvCTtkIu8uvEDveFDmnxYewI9nMBFqEC3/VBAiAy0+54WDB7GQSEQ7br4MwE5RYXX15q7zmDfGYxcNXVHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816335},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"02cde56bcec808cee2da61df7ef389b72bbebb36","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-02cde56-20230809190253"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-02cde56-20230809190253_1691607832347_0.371621641819885","host":"s3://npm-registry-packages"}},"0.0.0-next-21eb9da-20230809201536":{"name":"@shopify/hydrogen","version":"0.0.0-next-21eb9da-20230809201536","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-21eb9da-20230809201536","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ceb6c34ce3a3e024a3926ef5e55e5448a35951ae","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-21eb9da-20230809201536.tgz","fileCount":19,"integrity":"sha512-j2pyViU09bm10iR1ZR1NDyjDLuQiBvf1AKv5sfU3ZEIDngUZvvTllXA3otR/X86QyiX6es3YxlVk6ndAkkSlZw==","signatures":[{"sig":"MEUCIEeLiMLb+HTAEu0r6MNX3k6Yp5eT1pP6h4E22wgxXjcIAiEAjzzKW7NXqUZyMIqghAbr0r8vmab377oxPCucAlpGCz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816335},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"21eb9dac935722fd8d0d385b00c3bbcfb4693baa","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-21eb9da-20230809201536"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-21eb9da-20230809201536_1691612202706_0.9327634621132657","host":"s3://npm-registry-packages"}},"2023.7.2":{"name":"@shopify/hydrogen","version":"2023.7.2","license":"MIT","_id":"@shopify/hydrogen@2023.7.2","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"332200ca437bdccfc2833e755dc3d8202f782db8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.2.tgz","fileCount":19,"integrity":"sha512-18SEu+KR2jIpkUc0c7q7TUmS7KjHo9H63Et04r01bOeoYE2tphfsc2HXWXJdSsFORDovEPNLyO4KRNi1mSX8UA==","signatures":[{"sig":"MEUCIA3GEbRamenPKFWtnIsbnhckyhrpEqHQxJlCLWe5GoP/AiEA9+ZnhRyehjc7dNVwytA/EDuyyorRRBFTX6uL8nNFiFE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816083},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f6897dca635172f45e82ecd9b894c17624c35610","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.2_1691612444499_0.40229589989787296","host":"s3://npm-registry-packages"}},"0.0.0-next-d896c76-20230811164112":{"name":"@shopify/hydrogen","version":"0.0.0-next-d896c76-20230811164112","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d896c76-20230811164112","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c178d2965a528aa03a4af65dd26cdfd03de74d7a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d896c76-20230811164112.tgz","fileCount":19,"integrity":"sha512-Zbni1ZlRos33LGLP7yBl/f97aJwTleooMjso+d6BXMaOEl3tVNA1QayY0ExqDrwBWOJbZOgvw3oT+L+Mkzjrcg==","signatures":[{"sig":"MEUCIQC4sRAB7BL3hJA+6O5Pxjd46OCMO3IiQZ9M8Z3SLXjQwAIgVegmPGpRK4IcTTzyGimZ3IjK+f8FfTndUh5pGj1g3jQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816430},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d896c76be1608f6023dab40625a8cb663e00cb2a","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d896c76-20230811164112"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d896c76-20230811164112_1691772141040_0.45844349529057404","host":"s3://npm-registry-packages"}},"0.0.0-next-867866d-20230811184716":{"name":"@shopify/hydrogen","version":"0.0.0-next-867866d-20230811184716","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-867866d-20230811184716","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6ce7d663ef84ae5edf11e316211f29dc4a48bbe8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-867866d-20230811184716.tgz","fileCount":19,"integrity":"sha512-V7V0zYuHp1KNbMM3OaF677r9Snu0IVJg6fRpiLm1KIqq4VcjcLF3oEabBDOWr+YbZTVC8tyak1X/0et/sofXmA==","signatures":[{"sig":"MEQCIFIsGkXmvuwCE3wLoH/6veBXm48yhvnuWp9p/57tJ4PAAiA5yBDb+qHRFcfqSYw7VGDlqWkxTt3WERnEh2Ki8ZJK3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816430},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"867866d18cba0324c240c15422c890ccb4fc1546","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-867866d-20230811184716"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-867866d-20230811184716_1691779693854_0.13065950727994324","host":"s3://npm-registry-packages"}},"0.0.0-next-40f1093-20230811192004":{"name":"@shopify/hydrogen","version":"0.0.0-next-40f1093-20230811192004","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-40f1093-20230811192004","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1150d32d51e15bd975bb6bb75b6c9e53a5238fc0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-40f1093-20230811192004.tgz","fileCount":19,"integrity":"sha512-rISIz1bw6VeloUXFF1tJ2l9ujTtfgMUPeAL/FPeWNwqJYO8Opgtv1E+vSnZTslh61+vRxzAqw3FpYQ/ZSobm2g==","signatures":[{"sig":"MEYCIQCivUuhhevgdkUVKX6TpEPhRt4Lez/Er9R8WM5uikwGsgIhAJn3YMF3Wf1Dl83gj3kxn3EQeoPKzsDkvZdhcjGfnbvm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816430},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"40f10931f591b688540227d10a50811f28aca172","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-40f1093-20230811192004"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-40f1093-20230811192004_1691781659734_0.492475353433415","host":"s3://npm-registry-packages"}},"1.7.2":{"name":"@shopify/hydrogen","version":"1.7.2","license":"MIT","_id":"@shopify/hydrogen@1.7.2","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen-v1#readme","bugs":{"url":"https://github.com/Shopify/hydrogen-v1/issues"},"dist":{"shasum":"0b883a2d5e90b0f2520f5291543ee1650d7e8ae4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.7.2.tgz","fileCount":626,"integrity":"sha512-exo/XqWLMDbXRlIMBE/LLbdA7W5UkzADvFW4xMvPjIc+JcRZlBnilCyD+H5SfGL5XrtwXCH5IMHR1i73dWZ54g==","signatures":[{"sig":"MEUCIQDVGncsh1ASImSvC3e0VYeSuH2ADdOcBh+1ORjbxjdogQIgdbaFEXktK58DiohkW21MrAvGICF2Z+0C+vkCc09CZbA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1421827},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"fcabc757c6e78a657e41bf962df80b20f632e994","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen-v1.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.4","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.20.1","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.7.2_1691789046986_0.22333886094007238","host":"s3://npm-registry-packages"}},"0.0.0-next-e9e1736-20230814163202":{"name":"@shopify/hydrogen","version":"0.0.0-next-e9e1736-20230814163202","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e9e1736-20230814163202","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ea2c998911a3cc3cbf58d1780ed5fd69a1d3652b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e9e1736-20230814163202.tgz","fileCount":19,"integrity":"sha512-t7AkDkB2btu/NyWJpn+7IKpUeJ6LyUKqQLLnItY9O8zHaAIwOU/a4I29/p5l5qcgp7Pjw2O+RUmrCqWXLx365g==","signatures":[{"sig":"MEQCIEhZkych2fzTKkyY0DTC3WHnO5zSeBIZe/iR0NC0qhG/AiAkz2Qk3SiXf0MOosDy+/7yaWwuEj6zhGz5FmCTGm0Rwg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816430},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e9e1736ace6bd981e8109e38402eb405f7c865c1","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e9e1736-20230814163202"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e9e1736-20230814163202_1692030777364_0.7956326020812781","host":"s3://npm-registry-packages"}},"0.0.0-next-bdac4c2-20230814171739":{"name":"@shopify/hydrogen","version":"0.0.0-next-bdac4c2-20230814171739","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bdac4c2-20230814171739","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9857993af627faf84d968d6bc6b0df6b80a1b973","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bdac4c2-20230814171739.tgz","fileCount":19,"integrity":"sha512-ewTioBt9HR1NxHOFHzc6XOFKmzq9xbus4s0torzdOJ2Uk4OZ/E+stj9mXO/n+y1tZp1ntyyjSJnEHZmi1a+MLA==","signatures":[{"sig":"MEYCIQDU+eaoPt1+IRu/HBgZ/8kNV6148kRmdIk1Qgzw6wCuTQIhAJYjTL0RgSj0iqqQ5i5o3DmRIVKt5obPbWoWQc96p4Tb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816430},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"bdac4c2253c45772da0b6b475703c3d97e599cbb","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-bdac4c2-20230814171739"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bdac4c2-20230814171739_1692033515092_0.51982230352003","host":"s3://npm-registry-packages"}},"0.0.0-next-589b207-20230814195504":{"name":"@shopify/hydrogen","version":"0.0.0-next-589b207-20230814195504","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-589b207-20230814195504","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a731f15360df28de47c80ed7e6af76d5ef8c7591","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-589b207-20230814195504.tgz","fileCount":19,"integrity":"sha512-cOSi+su7Kc0JDL0+t+u2tt995kOLWPIrVkj+lZMn8R32RJNku2oyLGgvWvECKP8cHRJiP/WcdL4KjBDNkJBIvg==","signatures":[{"sig":"MEUCIQDIHjfX05sBpdr3Iosth+P+XiKP4/I92i95oed/wSRHyQIgEq+ezIabeyNhuqJIdNa5kJ09c2W+Pw6XpTXh3HMVDtE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816430},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"589b207821f0063fcba5557d6ed2654204cc8bb4","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-589b207-20230814195504"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-589b207-20230814195504_1692042959396_0.3854506779856388","host":"s3://npm-registry-packages"}},"0.0.0-next-9fcfc50-20230815070616":{"name":"@shopify/hydrogen","version":"0.0.0-next-9fcfc50-20230815070616","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9fcfc50-20230815070616","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"64e1602f87295f4b8becebfb4659fbd03bb06c8e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9fcfc50-20230815070616.tgz","fileCount":19,"integrity":"sha512-y8I3wfiOSjvLHBZsV9fgYZZxa/NsNxlYOO5LIJUUSFDaWpARo8ETuN6iIjQLoxBQbHjs8RjHlohs/MUfB2vKQw==","signatures":[{"sig":"MEQCIADI1wi/KKk8QPK/tqFXjn8fDJkgW9CAKoW/z1yde/i/AiBQifVRbywJ7mZ7p5vuzeyQ3m0fZz2zkWnLrl+jLaWLbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816430},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9fcfc5000d4df6745ad4c0a05a4cb6d039feed71","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-9fcfc50-20230815070616"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9fcfc50-20230815070616_1692083235090_0.7944439396580574","host":"s3://npm-registry-packages"}},"0.0.0-next-8f4f822-20230816010116":{"name":"@shopify/hydrogen","version":"0.0.0-next-8f4f822-20230816010116","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8f4f822-20230816010116","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5a94fefa12424329e21b24f54e1871a9eb2fac64","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8f4f822-20230816010116.tgz","fileCount":19,"integrity":"sha512-3oMa1zv5pJeKVAHBSv3rfp4Pi5hA8l8Pwy/LR0gZQvRhJJe7Y7jaLEdRlHXl4pc/EvOenB1BLm6nVzF6CE3lcA==","signatures":[{"sig":"MEYCIQDId3ucahqzp0b47/CKi1KjU8i1ZkSw+mz5qYo1y6qpVAIhALX4BKohJBDjeeL/hDNGckVxGibAwfclpxRA1Tccz3t6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816430},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"8f4f82200677f9703f4767196e9117fc07502450","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-8f4f822-20230816010116"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8f4f822-20230816010116_1692147733575_0.19155656646154062","host":"s3://npm-registry-packages"}},"0.0.0-next-9c98477-20230816165832":{"name":"@shopify/hydrogen","version":"0.0.0-next-9c98477-20230816165832","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9c98477-20230816165832","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c9b2da0f4a0378b687b0f7c9991fa98a55ef66d2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9c98477-20230816165832.tgz","fileCount":19,"integrity":"sha512-fA4MC3VAK2wAaOiKhYdLRdd96/zXnlyR7hqK5WLSceE3fXdFyKWzGtvkbL8xqlKr3iZwI2egGAuYvS7UG83HMw==","signatures":[{"sig":"MEYCIQCzW5V7/eXLNDDOyEOOmdb45C9SEk3orPt4IgTMJ0enegIhAIZ3mxbJC2Uzp7l6l63nwc8YLfneydfQu1JP5gNgu89s","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1816430},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9c9847713f4c3e305e1bfe7c020adc3db4b20a00","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-9c98477-20230816165832"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9c98477-20230816165832_1692205193980_0.42022677029399946","host":"s3://npm-registry-packages"}},"0.0.0-next-cb0d467-20230817022118":{"name":"@shopify/hydrogen","version":"0.0.0-next-cb0d467-20230817022118","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cb0d467-20230817022118","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d8b31417cb5310dc5a8e402205b1abbd25ed43a3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cb0d467-20230817022118.tgz","fileCount":20,"integrity":"sha512-FZx0G2gR3PMfoRvJTvmKRH8ITHRC0+ZGcs+0nnJUZwO5xnEuL3kSLA3cOdV8lYpP147qfA2kpHDckU4CxBxjIg==","signatures":[{"sig":"MEQCIGPd/QLCOe9D3KW/Byvc6BmwxvCBVQs+DzxLTmK9n+yeAiABOFpciP3ESi7wBi5j9dXGdoa4QeRqfvZB3JKwgI3S3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"cb0d467c3f0f484192e4ba8be33abf3839d73be4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-cb0d467-20230817022118"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cb0d467-20230817022118_1692238941887_0.09771440002501586","host":"s3://npm-registry-packages"}},"0.0.0-next-aac685b-20230817041456":{"name":"@shopify/hydrogen","version":"0.0.0-next-aac685b-20230817041456","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-aac685b-20230817041456","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ca463b97940ac93cd5c79783bd11f692ebc7df3e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-aac685b-20230817041456.tgz","fileCount":20,"integrity":"sha512-1/OdijRYIXxjN2S7LedOcWOa6/M8B6iy6ELy7QadiBd/MJaeGksdJZzOgnVyqxhEUoCef/zuZ060Ns39NF58WA==","signatures":[{"sig":"MEUCID8iy/Q0ZtCBQWcJa2cxHNRjTqMNfQggr8xNCmJ8itrPAiEAgcbwdhy+Gd3jmSlX1PlTFcPwgRxPQzPcnKQ7M4AzQ7k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"aac685b6f9c5faf9104c0983787d1c6385a6c1c8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-aac685b-20230817041456"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-aac685b-20230817041456_1692245752493_0.3302287362452685","host":"s3://npm-registry-packages"}},"0.0.0-next-e536ae0-20230817173232":{"name":"@shopify/hydrogen","version":"0.0.0-next-e536ae0-20230817173232","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e536ae0-20230817173232","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bd1c23b699112dd253e34569fbc256a91844e215","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e536ae0-20230817173232.tgz","fileCount":20,"integrity":"sha512-tjYPz/pGwzBIr1XpEREuA9fwD9d7YIRyeC2aq9dnxj5n/q0ZQH0OC5hvUPla/1DJb/bbhIC7qPZ4FtSnDOLLPA==","signatures":[{"sig":"MEYCIQDG5r67KpKi46tJXmiTb84P+m8JEpv9E++00d5YxoVBqgIhAKHnxwvKVL+B+Au3dL5bLVCvGunSHzTORmxZRRbYfdTy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e536ae04641c41b56580f69dab454c20f2931cbf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e536ae0-20230817173232"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e536ae0-20230817173232_1692293636211_0.5576222029209383","host":"s3://npm-registry-packages"}},"0.0.0-next-bd63a48-20230817212824":{"name":"@shopify/hydrogen","version":"0.0.0-next-bd63a48-20230817212824","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bd63a48-20230817212824","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dacedb38c9e43a8904140a27c8d529288c75279d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bd63a48-20230817212824.tgz","fileCount":20,"integrity":"sha512-Aqf/4o8lp82H0xn5JQYmejkFipRENMuH3IIR+Ju6+ynYjYrPROEVHyBoDUepOYYIS+djDn+CxnnonWrWBDv6Ag==","signatures":[{"sig":"MEUCIBOj1DRmWSH1P7POdElI9UXYYRdKZuPf7JCNeg0lLQADAiEA+WSW3PtuCI7SwQiq0p0TUjlYdmPrSzTQVqcwGeJL42Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"bd63a48fc3919e285b108ab9f245f6d161faa060","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-bd63a48-20230817212824"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bd63a48-20230817212824_1692307782754_0.5834503918232308","host":"s3://npm-registry-packages"}},"0.0.0-next-a06b509-20230818080456":{"name":"@shopify/hydrogen","version":"0.0.0-next-a06b509-20230818080456","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a06b509-20230818080456","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e8bf037c0e31f28342667a0406bc9631652799a9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a06b509-20230818080456.tgz","fileCount":20,"integrity":"sha512-xVckXjfmoT8Vq4ac8TtYxfMFX0H/nfUmnRJIDt8/CS1rNE07wRC8KgA0TYqU1Xj71KKK9NZF7UxP/tUdzOjZlg==","signatures":[{"sig":"MEUCIFlpEKSx0aFOtcYXAUBRvry8gfJi9SM+XBBbLAJXMT0JAiEAtbxpGtTSjv3DSYw7eJbos/eISxnmTq9skFKAcnn6wlg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"a06b509339bb749a27f5dcf3555c7c2d6ebde3af","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-a06b509-20230818080456"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a06b509-20230818080456_1692345963132_0.19004587189472022","host":"s3://npm-registry-packages"}},"0.0.0-next-1a0e858-20230818192813":{"name":"@shopify/hydrogen","version":"0.0.0-next-1a0e858-20230818192813","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1a0e858-20230818192813","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8e2544e727ac773f5730868deeaa7669e4536639","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1a0e858-20230818192813.tgz","fileCount":20,"integrity":"sha512-M8/2FUL+Z47lXjYAhUREzzOG7TvqNycc7WGRnFVWKiufYh76sngLP9npb1+9X4R3Ju5sV0oH9wIQIexNNRwRFg==","signatures":[{"sig":"MEUCIQDmKHQLn4/cQngZeZFhj2X48tyRqRMX13KA3SLpv0jazAIgEVgUsyWlMCn9acCAvPV+tja7GdTwB0EpNi2D5qdP1wk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1a0e858d94ea7d14f3f37ca32d288b33436038b0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-1a0e858-20230818192813"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1a0e858-20230818192813_1692386952407_0.5771602704718148","host":"s3://npm-registry-packages"}},"0.0.0-next-632a7a3-20230818211402":{"name":"@shopify/hydrogen","version":"0.0.0-next-632a7a3-20230818211402","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-632a7a3-20230818211402","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0ccda9141995dc2e3d468ff4fc32e1a7db46c175","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-632a7a3-20230818211402.tgz","fileCount":20,"integrity":"sha512-gUAegNK8+Sc7rbOrIKWVGuFNRz4LKxn0M+DltXxkPXJtkGED+7viK1qXQTpi+cESZxjShG2otQVLzCv80/bR9A==","signatures":[{"sig":"MEUCIQCwK4ikoPdmd3qdfVgOPg+wimTRuxU7sy0mguFuvkzzcAIgBc+UWPSiVZUTLb6+CmtpZ37qcRiY9tHNY7s02aWotBs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"632a7a385f13a987990f554b907dfb6f421f1351","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-632a7a3-20230818211402"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-632a7a3-20230818211402_1692393299811_0.5797068892029176","host":"s3://npm-registry-packages"}},"0.0.0-next-ec21cfd-20230821043029":{"name":"@shopify/hydrogen","version":"0.0.0-next-ec21cfd-20230821043029","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ec21cfd-20230821043029","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a579efd02d1ac981c5e01ec19cc2e9499f377698","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ec21cfd-20230821043029.tgz","fileCount":20,"integrity":"sha512-oY1LQ2WS2jDdWOdxRDEB+iloxpsWe6f8RyQ1lLVzbi+Cv/7jx7irecx5H7+Z7i6En2NS6BfdRhaEgXrGCtsZSA==","signatures":[{"sig":"MEQCIDTU3ZtXSyDhJJ4bkTu73XGr+VaQxo1u9ejrQgSNuW7XAiAaXl8F2YSf2fvHpP9Aj5aDrK/ayyYibdf/seIclYz0iA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ec21cfd64d82d3d2d2ee2ee54cf93d372bc5d927","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-ec21cfd-20230821043029"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ec21cfd-20230821043029_1692592298954_0.8857341166810753","host":"s3://npm-registry-packages"}},"0.0.0-next-46d5f8f-20230821134338":{"name":"@shopify/hydrogen","version":"0.0.0-next-46d5f8f-20230821134338","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-46d5f8f-20230821134338","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2901aa4bb672c40e2cdf899f2df3afc4096b9760","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-46d5f8f-20230821134338.tgz","fileCount":20,"integrity":"sha512-V7adfVcZSPOM0AiGK3T7dRYw7KiucdM+YzpDW+9OJCLEZ1e2whm07ac6S8dWgpQAEi8eNJua6dmPvrIw/D1aUw==","signatures":[{"sig":"MEQCIFoXcI7UlSjPaqPRH6uTi3tGR5oewDZRQHzKHfZ8jraSAiAwh77fKW5D4/5HMmMOkmDz/pZv4qiejQI4trkcXpEK4Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"46d5f8ff279dd7e18fa817eeb04206e08122fced","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-46d5f8f-20230821134338"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-46d5f8f-20230821134338_1692625477276_0.45098256555662086","host":"s3://npm-registry-packages"}},"0.0.0-next-4583be9-20230821144359":{"name":"@shopify/hydrogen","version":"0.0.0-next-4583be9-20230821144359","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4583be9-20230821144359","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e950cd1c02465b884e1366848eb2fb476c17036e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4583be9-20230821144359.tgz","fileCount":20,"integrity":"sha512-1mEA7SQWO/0ApTx87jLUL9eZY48E1eKDN7JmFNySiG91ctUcc7tDsR9EZaX/jEkJmxnFujARcwIN4E7Pl2o+Cg==","signatures":[{"sig":"MEUCIQDUXiMVDwMsWXua1zujRsCOiqZ/M8wVrh3BEyNqa2qxGQIgetFLztIpZb+sX9o9IGDpPmdJj0bv8cr3flAslfFa62M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"4583be99f2367590253589b8d5a214f04e07d48c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-4583be9-20230821144359"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4583be9-20230821144359_1692629095909_0.3322251433519128","host":"s3://npm-registry-packages"}},"0.0.0-next-0040860-20230821233821":{"name":"@shopify/hydrogen","version":"0.0.0-next-0040860-20230821233821","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0040860-20230821233821","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2c2499e47e02b5fce9c167af048cae279c4f90b8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0040860-20230821233821.tgz","fileCount":20,"integrity":"sha512-+2XxW4UISxZ9rdjNnM0ijdgj2C/Qa/eEiUbRSJ1jL1ABzJ/p2lMxOj8dPVVARIOjN10RDRYMQbq5oRqP6TWn2Q==","signatures":[{"sig":"MEYCIQCJuN0b/ZLu+V1UVrM3vN5pSYtF8tEK46o+ADKtmTm2UQIhANXxrxQvCu1GJIdVcZX+DEUHWWIFw/tCgW+3X2B/5gpe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"0040860d4a006d18bab97e88400c53112f156c1c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-0040860-20230821233821"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0040860-20230821233821_1692661158593_0.6310893084468194","host":"s3://npm-registry-packages"}},"0.0.0-next-9e659a6-20230822001006":{"name":"@shopify/hydrogen","version":"0.0.0-next-9e659a6-20230822001006","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9e659a6-20230822001006","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"59bbb5b7f48bad516fc247bcc24fa01715946d9f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9e659a6-20230822001006.tgz","fileCount":20,"integrity":"sha512-NwE4vHo5FJHkKziBzYFnJCwnCg4y/1Dm4s8qxvXqtV2ZeuVu2wv+cX2kmkyu2v0CUAoHJSdBElaAnago1mw/vA==","signatures":[{"sig":"MEUCIDetllE8yHXESOi9kOCybygajGv/bNOEWlHlKMel4oEZAiEA97HOfx2zYXuT/1QgtU4L3aNzppnKpIg0OkLJideHMJg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9e659a668bb3e29e9e1bf598d5f2cd326646f642","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-9e659a6-20230822001006"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9e659a6-20230822001006_1692663065966_0.23450945903698917","host":"s3://npm-registry-packages"}},"0.0.0-next-5fa660c-20230822003915":{"name":"@shopify/hydrogen","version":"0.0.0-next-5fa660c-20230822003915","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5fa660c-20230822003915","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"762bd573305f166316282fbd62db0f09f0e6075d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5fa660c-20230822003915.tgz","fileCount":20,"integrity":"sha512-Zap1HvkFPU7uxjtIeTLf1on8KxVV6QWQVsvVX1oIOgtah8l+1cZTwCb28mmZttBIl+4mNlg36SAqGR5bimI/iA==","signatures":[{"sig":"MEUCIQD5ENySZhIkhjiXprc1elf/HavZYljOL3BBa+bR5+0bFQIgEJSPOYEHAaRemcB7o1DiZagYCG3WaiN8KVZ1nQfz6Yk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5fa660cbc5417352ed039e8966fb8969bf5ac7e6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-5fa660c-20230822003915"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5fa660c-20230822003915_1692664837933_0.36170080020907536","host":"s3://npm-registry-packages"}},"2023.7.3":{"name":"@shopify/hydrogen","version":"2023.7.3","license":"MIT","_id":"@shopify/hydrogen@2023.7.3","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a62aa068805f1f2653b2a52921261d29be7c04fb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.3.tgz","fileCount":20,"integrity":"sha512-1JHMWgOtiEh6v7fC//2vejhadRGikGCol34tLiy8BtQ1GSU9zbUr7hYDnohjSULJvBjhdSYXvvsTUwwsp1B8EA==","signatures":[{"sig":"MEYCIQCE7f4nX9HYrbT5BxWHIzkzFXV5B9M0y7R7aw4DG/wNegIhAIWWAvKbuFughy25QahGY3FiRonarRzFu77Yes7tDeul","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1863907},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6e76f95990fb6a771973213fb9bb0df6c4515f81","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.2"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.3_1692668009704_0.9825001536135258","host":"s3://npm-registry-packages"}},"0.0.0-next-9f4f2a8-20230822181404":{"name":"@shopify/hydrogen","version":"0.0.0-next-9f4f2a8-20230822181404","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9f4f2a8-20230822181404","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"467b62a89ce43155d6f2a5ae7d0abe271ff10729","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9f4f2a8-20230822181404.tgz","fileCount":20,"integrity":"sha512-sb5+wabrOrDWhlftbnBjbmrKzXiorY8lUVHb11LmiwkQaVbVKRSSSPxaKXC4mXIB9sUO2Q5t4EiV2W8AWM3OhQ==","signatures":[{"sig":"MEQCICFKDQTT3RkOsZGSSSZz+R2hCtBN+EWtkIhKHtqiH7fJAiBQyfl6TEqvgWyM6dFnQ1BLxNPSAPtptn9RhurIvYc25Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864159},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9f4f2a88babf6609c68488b874c9a7b86a2aa884","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-9f4f2a8-20230822181404"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9f4f2a8-20230822181404_1692728127229_0.09070794155669448","host":"s3://npm-registry-packages"}},"0.0.0-next-06516ee-20230823074403":{"name":"@shopify/hydrogen","version":"0.0.0-next-06516ee-20230823074403","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-06516ee-20230823074403","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3edcd5bffe6416eacf658a6c1234c39112cd9502","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-06516ee-20230823074403.tgz","fileCount":20,"integrity":"sha512-+YD0XsHJfYsTBdHTQp7xNYhTTONkSmxxaL47agkQfrQJW63uxVDPE4BEQepBypbswzoAUbcy+NK1MyZNk/835w==","signatures":[{"sig":"MEUCID/ZqVBp2wRvkZuUQg0ijAKu1KNzlIEno2RhbmMNKzf2AiEA2orFq+HdcdY3cDCj30vZ727/FwixkQphbAF3f6PADT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864281},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"06516ee91f20153902c2b8ef79c0f6690ba385bb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-06516ee-20230823074403"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-06516ee-20230823074403_1692776702319_0.947095135799604","host":"s3://npm-registry-packages"}},"0.0.0-next-6e19fa6-20230823162419":{"name":"@shopify/hydrogen","version":"0.0.0-next-6e19fa6-20230823162419","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6e19fa6-20230823162419","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5cbd47a682eb16c9a0301b5ce07c9a7d36c30f0c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6e19fa6-20230823162419.tgz","fileCount":20,"integrity":"sha512-1bYGS8v+XVupQcEp6YfKQKjxZkJY1X6lRkxWm1h424UngHqypll2yXlILzlNjX9X3KpvD4wooXjRbLua0QQ4+w==","signatures":[{"sig":"MEQCIClp+dt2uANUjjXYoxLwz2oLVOlIgXt8ZBcPkxNpJyy5AiAaf2JHhUNZnQvxBIgEoNxS6fWYWJyid9aEB+AOvMknHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864281},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6e19fa6f68384ca5cf6225ae8b36d3d30c990d77","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6e19fa6-20230823162419"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6e19fa6-20230823162419_1692807931205_0.10814963488624141","host":"s3://npm-registry-packages"}},"0.0.0-next-423acee-20230825002732":{"name":"@shopify/hydrogen","version":"0.0.0-next-423acee-20230825002732","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-423acee-20230825002732","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bda2d3311b16fa240359df9ef002b4e4bc5fea2a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-423acee-20230825002732.tgz","fileCount":20,"integrity":"sha512-x8ZGLb3WEZhhz1Y869F1qho5p2TIvV6RLQId4/b9D/Mfzdwaxm/6ubi8idPs3hrVQw1vgDMV1CDLkmoSskinTg==","signatures":[{"sig":"MEUCIFGqajMhP+5wegg3t8h4Iyxj6231kateD+tHfhuloB+AAiEAuxhUf0tp6cfBAtGnUN/HVvX6P5qK2kb16xtzVsbvBEc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864281},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"423acee243c62e49a865ff2cd82735991aca1d8f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-423acee-20230825002732"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-423acee-20230825002732_1692923311682_0.022578754603123974","host":"s3://npm-registry-packages"}},"0.0.0-next-d67ce6a-20230825002850":{"name":"@shopify/hydrogen","version":"0.0.0-next-d67ce6a-20230825002850","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d67ce6a-20230825002850","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9c82e3aeda56cc77b8c599551f4e20770bce93dc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d67ce6a-20230825002850.tgz","fileCount":20,"integrity":"sha512-XfdKmDgNOrQO9IkIWirqPjOKxThV4suP9QuSb1sPdk0wNoqwkvXk3A0YDC6DxJE7OZgHAO3BcVY6myV57d4iBQ==","signatures":[{"sig":"MEUCIQCUnOCcwc+FqQhz20M9rKQ892ReXEqLY6Yc9LB8VfR0QgIgKci44iMZ90RE6s/o8WcYeAF9w79awf4kB20rm27UQdU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864281},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d67ce6aaaa93791fee4b82e722bd2fad8dcefec0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d67ce6a-20230825002850"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d67ce6a-20230825002850_1692923406298_0.4296101371024388","host":"s3://npm-registry-packages"}},"0.0.0-next-a700eee-20230825003241":{"name":"@shopify/hydrogen","version":"0.0.0-next-a700eee-20230825003241","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a700eee-20230825003241","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"30e1bce06f2469275e9f3dfb01940dbe84ad20d0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a700eee-20230825003241.tgz","fileCount":20,"integrity":"sha512-nofyyxiIhF+/raHg4or1QF6qxjmUcaA2tBOrno152AXdj/gbkcCfYDlmPu8Q203jIxHF00e9lOBcHws9PP/mcw==","signatures":[{"sig":"MEUCIDZLcU3Xjz36EhhZ8Ti/Tw58ziegm7lPMSg0rPpznHztAiEAhWfX71sU1nOo5gtrl6xsAcr9PTbLapUuvYg3frO9Ijo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864281},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"a700eee0038df8029c1e202738719abfaf5d6217","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-a700eee-20230825003241"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a700eee-20230825003241_1692923641674_0.8284564869294895","host":"s3://npm-registry-packages"}},"0.0.0-next-3491fd5-20230825010119":{"name":"@shopify/hydrogen","version":"0.0.0-next-3491fd5-20230825010119","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3491fd5-20230825010119","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ad83acaafb2f4f99226eded8a497f5213d2e94f8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3491fd5-20230825010119.tgz","fileCount":20,"integrity":"sha512-oHclQmIlKT8MDSk2Bw2YVzquCmxim4xXKLedCDdZymB39p9D5LL1VG8hIYSPqJZnpiDEYTcEQnbpaifMr3oFHQ==","signatures":[{"sig":"MEUCIQCQqAAshg6JSC+DehejXivAmE61pRsl3m0JJNdKqVGosQIgaYdX6gYLWxfdohCA/ofYRU7ejN2eOsOLz9rCKAknNXU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864281},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3491fd5cef5586dbf7dc44243124649bfad4df5a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3491fd5-20230825010119"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3491fd5-20230825010119_1692925359941_0.4132919061940128","host":"s3://npm-registry-packages"}},"0.0.0-next-17892a7-20230825151145":{"name":"@shopify/hydrogen","version":"0.0.0-next-17892a7-20230825151145","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-17892a7-20230825151145","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b9fadc2212723ec91e46adf86377770879959c79","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-17892a7-20230825151145.tgz","fileCount":20,"integrity":"sha512-gCR9uDlgdXW/EgiB2erwu1ymWGJXWnNg8HHaAwJI4sL7Cne4OOlnwGhuOQ4LG2qHwcsxSEJJimI0fklJfPkjGw==","signatures":[{"sig":"MEQCIB9YMMUK8Z1TZ1zA6lwOx3CO2+pUBaD+xSYrvvFR8JfdAiArYeIGlr6P7BaAZUzacZopfi8Mt99GxIIGe7UsU9WJPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1866944},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"17892a72888bc976acc9f6764878253dab795629","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-17892a7-20230825151145"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-17892a7-20230825151145_1692976362096_0.22616707064185015","host":"s3://npm-registry-packages"}},"0.0.0-next-6f40526-20230828201020":{"name":"@shopify/hydrogen","version":"0.0.0-next-6f40526-20230828201020","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6f40526-20230828201020","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bbcb6dfae84f26e8abb32ffcb04a2391a5e18082","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6f40526-20230828201020.tgz","fileCount":20,"integrity":"sha512-UrioFF4ddKeGMlFUv7p7tPTqQ6ELT2GLYvd7ujUiuukfTowRUbhKdXu3xWU8+p8FmwRcFtAAMmjA92uX15b9Tg==","signatures":[{"sig":"MEUCIEkovaXATQO4ebWCkzeb56E1/svOkA+UCZKHL/My5MCpAiEA6/gfgqCWgFKXLBV5Xm3q5biCs67hdk20DNabe0KNc1s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1866944},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6f40526feb59cadbd94b2f956db639efeaae7c6d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6f40526-20230828201020"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6f40526-20230828201020_1693253478181_0.5238963132591345","host":"s3://npm-registry-packages"}},"0.0.0-next-ee6e292-20230829023158":{"name":"@shopify/hydrogen","version":"0.0.0-next-ee6e292-20230829023158","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ee6e292-20230829023158","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"32f28782172027de36503310bba17d2b7e48b407","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ee6e292-20230829023158.tgz","fileCount":20,"integrity":"sha512-DmmmPJk5buYTsNirb5/QigYX3xNEfDQWkrtaMJdzW3Szf2aM/eARUvq2B43S6oI3W/MRXIJYYgOy9vqTUXoz2A==","signatures":[{"sig":"MEUCICzFMlumOlCYExgpU8kEycTUbEih/9VfAvSP6RqNyzQ0AiEA7SEWwwKo9ffK+36+2lSvVDXy//gs7pioXPYevGf57k4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1866944},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ee6e2920389b6cc103642b43a17af2311d347e13","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-ee6e292-20230829023158"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ee6e292-20230829023158_1693276400981_0.9933251711574878","host":"s3://npm-registry-packages"}},"0.0.0-next-4125339-20230829024740":{"name":"@shopify/hydrogen","version":"0.0.0-next-4125339-20230829024740","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4125339-20230829024740","maintainers":[{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b6c989b88c5d03a44f5ee6a29c573d0eaf7e34c4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4125339-20230829024740.tgz","fileCount":20,"integrity":"sha512-x+Oo43fPqTMCLsNKjpHmRJO7H94N9dPGICg2awORs7QszEDPfVuoLB9G87K8FV5hSFCMdqhuobzGPbcAK2JDdQ==","signatures":[{"sig":"MEYCIQDVuzS6ihbbrN12Xzd4pvK93oDVrPd9J+US7kTIz8gg6wIhAM9BnduPE5X2WNiREb8/KGu/xnU5nVJFdDuNeXk14abz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1866944},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"41253398855cfa8fc93dd43005c9a1de2e18f924","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-4125339-20230829024740"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4125339-20230829024740_1693277328078_0.03873253852457226","host":"s3://npm-registry-packages"}},"0.0.0-next-1a7762b-20230829163400":{"name":"@shopify/hydrogen","version":"0.0.0-next-1a7762b-20230829163400","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1a7762b-20230829163400","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f9860ad85bfebfa675d18293af6bb762967ad70c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1a7762b-20230829163400.tgz","fileCount":20,"integrity":"sha512-qEB1wkB4pQ83KrQ6EiTK0nRYBTWMf3ZepjJ2vIXgRv3IrL3RrMLt8ay7YA1lDNjyi+D4vCN5GyWvLicPmFs2ug==","signatures":[{"sig":"MEUCIQCtHF8lM//VcAUPcubNtVBSdA/oKHIDoxdgq6S6Fl6xDAIgP64fi1zusN4G3swbHvELiFqWUcDbE8ZA4otlCLxhjfI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1866944},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1a7762bc4c99ff35ee6392ab7627a0ef13f97e6f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-1a7762b-20230829163400"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1a7762b-20230829163400_1693326903875_0.027897575446217182","host":"s3://npm-registry-packages"}},"0.0.0-next-1b7e001-20230829193656":{"name":"@shopify/hydrogen","version":"0.0.0-next-1b7e001-20230829193656","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1b7e001-20230829193656","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"65692e29d95810bbd0f93ae357cc3288184da9d4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1b7e001-20230829193656.tgz","fileCount":20,"integrity":"sha512-UwxW2BfeUVxeZ672eOh9v0Yc/kFoRc4JnU0V6PezwF83INy4rSfDAJDqcjEc2YRbmJeL9Kbv7SWfgds/4NQEQA==","signatures":[{"sig":"MEUCIBV/xKGltAZafRETgrKd4rgqHPPQ8WMzZrPIwmk6gEr6AiEAoV7BvufEHxOryfUc0TDDtSsnqHu2zPcO/GpJ47n9tmg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1870246},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1b7e001647262630dfb66b85f596dd2d86dc12dd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-1b7e001-20230829193656"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1b7e001-20230829193656_1693337878390_0.28196704516648663","host":"s3://npm-registry-packages"}},"0.0.0-next-d9f06c0-20230829195429":{"name":"@shopify/hydrogen","version":"0.0.0-next-d9f06c0-20230829195429","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d9f06c0-20230829195429","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"97529ca35f88dd01875ab5f45ee23f73d59bc803","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d9f06c0-20230829195429.tgz","fileCount":20,"integrity":"sha512-qK6odFMdXqDGFeFHICSsIIdTyZ/lQqD/vOZ35C003wX6bFsoasU4j2Sycs8665dSmd8+BtvU590M6DL3VRalOg==","signatures":[{"sig":"MEUCIQCpsq7davMEno0kdMDWTzyMWKHWc1YtKwnpBOGupFctQwIgJpF6WDY5lI4VlQ0qdW1dtV9qokHGw7xuWM7QyddI7wE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1870246},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d9f06c04e1051419882aee63da6c807f48943de7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d9f06c0-20230829195429"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d9f06c0-20230829195429_1693338932642_0.5445268792640507","host":"s3://npm-registry-packages"}},"0.0.0-next-ed50823-20230830171719":{"name":"@shopify/hydrogen","version":"0.0.0-next-ed50823-20230830171719","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ed50823-20230830171719","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c370c259ed1009386070b88d1a8b1d9c9b8c37c0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ed50823-20230830171719.tgz","fileCount":20,"integrity":"sha512-DIcohY2yJV/wARkyTXLuKmflpnXTsrii0A90he4QZN1LRM41DmVrhKQSaPUClXhBOBxgzQytJqGYtNi75PcGOg==","signatures":[{"sig":"MEUCIAsxSswEaKNOsfGSEd5wbCOCG8FmbTI7BgiwUNmKOfIjAiEApXvCfGtyUy7Sdj+Oeza/ZsWoKBFcISSV3mZSEwnI4hA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1870246},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ed50823048513de566053cd3fc032ae8cbcee6b8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-ed50823-20230830171719"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ed50823-20230830171719_1693415911743_0.43344832613008166","host":"s3://npm-registry-packages"}},"0.0.0-next-1f8acd7-20230830183524":{"name":"@shopify/hydrogen","version":"0.0.0-next-1f8acd7-20230830183524","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1f8acd7-20230830183524","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8d3021a1dc95b251ebab13290d9b23a8a319c04c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1f8acd7-20230830183524.tgz","fileCount":20,"integrity":"sha512-0tQquIqtL/0GhcLwBYnowNiy3NYfGLY2i4Fl59zspH2c7nUu6iLr7DNOjXHfX+hefte3YiLKLYu+KKncbgbeng==","signatures":[{"sig":"MEUCIQCcHyVT0OUk8hq4c+R5aVXo+ddJlIbI9o8UueLAHT+NagIgGqWkLMUN29y8NYS7EGu6SjE84I9Pg1D6SvkumW7MRAg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1900906},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1f8acd7b6ab0aa78e2a882e59cf69887109504be","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-1f8acd7-20230830183524","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1f8acd7-20230830183524_1693420605219_0.4651765726705481","host":"s3://npm-registry-packages"}},"0.0.0-next-e1638f8-20230831140902":{"name":"@shopify/hydrogen","version":"0.0.0-next-e1638f8-20230831140902","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e1638f8-20230831140902","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"42ee489198f2217ead58584fd9d5cae2708433d5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e1638f8-20230831140902.tgz","fileCount":20,"integrity":"sha512-aGhY3xUPVXJBv4kXlyOsL0eh6tSMr7fKvVaKa+daGVGTwo3cKxya4wl1UZSO9curX4R5B/pf0vUqGTya+FYjsw==","signatures":[{"sig":"MEUCICzJyXH+WUE5OqpvZt8bMq/vVS68N1Pe5dU8x3VJZZewAiEA6ECifCg+0IpOVJZ/ZAk1lYNpwjhjuEd3+BRCGkbcS+Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1900930},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e1638f8e7d5f7f446c6876fe8b6ef43aeda2e180","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e1638f8-20230831140902","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e1638f8-20230831140902_1693491000420_0.09015003891533646","host":"s3://npm-registry-packages"}},"0.0.0-next-101ca87-20230831143523":{"name":"@shopify/hydrogen","version":"0.0.0-next-101ca87-20230831143523","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-101ca87-20230831143523","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7eba9022ecc6e4839f472a13a26ce31b1026ee6f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-101ca87-20230831143523.tgz","fileCount":20,"integrity":"sha512-vBPFyQeCw3ZaVY81Jex8VuMELoDjbjJ2TxrLeCJf1H3xN8haBTYYmDg5OTxX6mOccFEqlmb6onDK2UMyh38EIw==","signatures":[{"sig":"MEYCIQD3h5/foJk76j/MNcOs30rhQhXzsiCNhnue/E//Mz3afQIhAO3/t9tw0k4+m9l+SM/gh9WoJmolT9BgPJZHjZgCCTHQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1900930},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"101ca870bf0dd8d6d5f5257f490ef5eb6aa0aae2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-101ca87-20230831143523","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-101ca87-20230831143523_1693492585580_0.9403164181872503","host":"s3://npm-registry-packages"}},"2023.7.4":{"name":"@shopify/hydrogen","version":"2023.7.4","license":"MIT","_id":"@shopify/hydrogen@2023.7.4","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e754cc80a25a019cee0ba646a1dea5d3d1ff7007","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.4.tgz","fileCount":20,"integrity":"sha512-R4SabESAYlJD/rjrpfDkK8D34HypysZMOVBF3FgkNUgehISD0+uStZuK7sB1I1BzM93mxHTDJj60dKSVPLfJoA==","signatures":[{"sig":"MEYCIQDruDJvsHbO+XIHxYbRc6u+2BYRAaOoymeDv6fVn0FMSAIhALjCk5HzwoUoWWbnhudHolZJSE+DdNRZx4joDsuLtnL2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1900678},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b17f341d715d2834fb7ab854d84de56516840230","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.3","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.4_1693492742603_0.9313927798797059","host":"s3://npm-registry-packages"}},"0.0.0-next-e8ac9ad-20230831212558":{"name":"@shopify/hydrogen","version":"0.0.0-next-e8ac9ad-20230831212558","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e8ac9ad-20230831212558","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d9c3dd95dc628a3b30ba73b8d3ad3e61b974eca6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e8ac9ad-20230831212558.tgz","fileCount":20,"integrity":"sha512-YYWXiL4xFxq6SrB836UTAE9UIZvUolX5EUJcaZwjHa94e0rg+6BvxeN7x0M3dBlqtvpJoj3/yKQbLZZ6qR+v2g==","signatures":[{"sig":"MEQCIFwOzl6VQpL7c8d/WyvGzAE0oKRPue1qDHZLp7l4lHKmAiAv1B+ZyWA/5y0wun4MyADj7iLZeBHHcXcvGLCyPtOM0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1920977},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e8ac9ade49e0526da40e01680a4235f424d14334","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e8ac9ad-20230831212558","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e8ac9ad-20230831212558_1693517221925_0.2682796435045196","host":"s3://npm-registry-packages"}},"2023.7.5":{"name":"@shopify/hydrogen","version":"2023.7.5","license":"MIT","_id":"@shopify/hydrogen@2023.7.5","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"86a7c0f8c56b8873c5405301a2defb5fc261ac09","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.5.tgz","fileCount":20,"integrity":"sha512-7jFYpkM7zdsDK813YqgivLs/EBUFUDd5KDzJhQG+Fx40VXdJ6FRp6OEfAI8rDO9HVMdaQ+8wErJo5SCFRcyt3Q==","signatures":[{"sig":"MEUCIQD+qDYHDZ1N7V8NDmGwCMKmWrfESSNJdFE55VlOCB2b9AIgRJ4JEFKM8xtsD7Wpft3eP4gCNlRUgQnfr0/V8g1m//I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1920725},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6cd870de07ebade71dd21874e41229a72a4116c2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.3","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.5_1693517528286_0.8822445254608877","host":"s3://npm-registry-packages"}},"0.0.0-next-345f06a-20230831225840":{"name":"@shopify/hydrogen","version":"0.0.0-next-345f06a-20230831225840","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-345f06a-20230831225840","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cac873e52506a66030588e8843e6d48ff9fa0b70","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-345f06a-20230831225840.tgz","fileCount":20,"integrity":"sha512-hl8WVIfMzOT/IobEIjRpxdJTnfIPjwAD/0dxZpqhunXj/2dS/BujB6CsSJyPDN94+evk19vX8hBD+sViPfkURg==","signatures":[{"sig":"MEYCIQD+dQK6EsTAKXmLw3LmNfeC4tFsyHCpBWFj9FeDafUDhwIhAPp55/IhWub+A5Nb/MYn258rcrFQnxYx4EIbC5x5NTG/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1920977},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"345f06a27886eceaf1ea6b75971c1130b059e2db","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-345f06a-20230831225840","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-345f06a-20230831225840_1693522791980_0.1806521831683665","host":"s3://npm-registry-packages"}},"1.7.3":{"name":"@shopify/hydrogen","version":"1.7.3","license":"MIT","_id":"@shopify/hydrogen@1.7.3","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen-v1#readme","bugs":{"url":"https://github.com/Shopify/hydrogen-v1/issues"},"dist":{"shasum":"81c5799fc795e196c26754520b118c04e6054688","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.7.3.tgz","fileCount":626,"integrity":"sha512-rIx966CsUH8sOxIcS2oxICDTrFuJqdX2zKssmac1SuEJwZuT00ilnAA5rdV9vsheK6pmFZvGzaqqvc52nGdOsw==","signatures":[{"sig":"MEQCIAOQxMoUSK0t+YBb2KbmimlpUZjJ5nzalpr0EaPdXNdsAiA3KNifnY7FwLXecJOr2dJOXfYtTfA8Ks10smKOAjnlaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1421878},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"d12f40a8d77c63dccb980610099e13894298c4b2","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen-v1.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.4","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.20.2","dependencies":{"uuid":"^8.3.2","undici":"^5.8.2","connect":"^3.7.0","graphql":"^16.3.0","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.7.3_1693591093155_0.7750948122359689","host":"s3://npm-registry-packages"}},"0.0.0-next-c85b8b5-20230905125849":{"name":"@shopify/hydrogen","version":"0.0.0-next-c85b8b5-20230905125849","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c85b8b5-20230905125849","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d760353f3888bbd9cc5e8495fa2f257e50ff09cf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c85b8b5-20230905125849.tgz","fileCount":20,"integrity":"sha512-URpBmbgD4NPgcwVntgk2uUuN1/NXVdlHnHz72gnb46JWehehr30gFQErSENrLFbP6sHYqG/Slwb9DF/hzScx+g==","signatures":[{"sig":"MEUCIE73MFH8bWbFlnPJU7TNW+dbzenghwO59uxHJgde5yx1AiEAvjk6CjU2hengfSYRnpJEWxnDG261jqkn3L+knlXO7+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1920977},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"c85b8b590861947ad25a6e5f7d147d63984d0a5a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-c85b8b5-20230905125849","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c85b8b5-20230905125849_1693918791709_0.989607852986879","host":"s3://npm-registry-packages"}},"2023.7.6":{"name":"@shopify/hydrogen","version":"2023.7.6","license":"MIT","_id":"@shopify/hydrogen@2023.7.6","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"35b71d0d57051de32946ec7b8587fed6f3e112ad","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.6.tgz","fileCount":20,"integrity":"sha512-Fhyge7L7k3maC8G2T9ftc3Qcc+bG1LULXK1zL16HrxTkoH72xeXLSZAwaPJQWwSYOaQ3vTaY83ZUZoZu/Cz9CQ==","signatures":[{"sig":"MEQCIGrhF6sRIp3pfGvWbNJPit/xL6Djq2wcmEyfRZiQr8AUAiB5SB6hQ9a2wKA6zJ055DxIPRkn6X9544E/DodxnX0zpg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1920725},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6725b132e32e473310629accd57ce621b8bf1370","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.4","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.6_1693945626323_0.7638846088422921","host":"s3://npm-registry-packages"}},"0.0.0-next-4f7e07c-20230906020008":{"name":"@shopify/hydrogen","version":"0.0.0-next-4f7e07c-20230906020008","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4f7e07c-20230906020008","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e36447bd628be12aff7e3c33ecd4e0d717d859cb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4f7e07c-20230906020008.tgz","fileCount":20,"integrity":"sha512-fzTApGkG2jwLu0XCINM+8e7W44lnEkFkVAomwyuuUX4bla6BRhRqxCiS/Gr3PVIhv4h8cFuWfP/IKsRb4tLXBg==","signatures":[{"sig":"MEQCID7k1fNW8CImmTz/CAwDyTM1ivZvac9XhEbBX4k2QogmAiBNhBgIjblSDDDdmAV2R133yXqVcW3xMBFgw5jTA7HLBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1920977},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"4f7e07c1d5b4a4bc5a51bd2f4e15e52beb201c58","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-4f7e07c-20230906020008","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4f7e07c-20230906020008_1693965694036_0.6336781561853337","host":"s3://npm-registry-packages"}},"0.0.0-next-291115d-20230906134212":{"name":"@shopify/hydrogen","version":"0.0.0-next-291115d-20230906134212","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-291115d-20230906134212","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"073cf4a9898779c31b4e4bbb927dfa5a8bf423e5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-291115d-20230906134212.tgz","fileCount":20,"integrity":"sha512-9KdhAJXtlRZ2nJ08sGCV0bkH158HI2H+vg23q5nBgJ67TFjcEPVz1DwIEmPfucC7Ibdw2ld81EHgxEPsj0hcMw==","signatures":[{"sig":"MEUCIB7VVa1+O4t7YoTCnPVw1SBy8phdKv+UU4ca9ff+mIDdAiEAjb/tvDcZrKYgPnkcMW3nAsA3yxloTo3evBNrj5Jc57E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1920977},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"291115da68625c5f992b7bc6e10480d4ec54c246","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-291115d-20230906134212","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-291115d-20230906134212_1694007796394_0.8826115422339451","host":"s3://npm-registry-packages"}},"0.0.0-next-2350039-20230906135940":{"name":"@shopify/hydrogen","version":"0.0.0-next-2350039-20230906135940","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2350039-20230906135940","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8618662356031530d0fdc8386ab0b6e8e35ce289","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2350039-20230906135940.tgz","fileCount":20,"integrity":"sha512-V5piCYAfQ7XFkKrHm9q7foaP7hdpsLeN4RyvMRwXnLYcvkxzTmDWSuysQc4NjPrVyVD+E21NVKhzhvVrYX1w5w==","signatures":[{"sig":"MEUCICgyQ7uyqh2pgRR3xsvHYMMr6i4OADwLqqmXZlp8owzKAiEAzTzZkPG59NHmxgOy6MmuIE9mEvzeI5L8tLDpWzdVWjM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1920977},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"23500392b919f643f49b25441d7c82737391c5cc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2350039-20230906135940","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2350039-20230906135940_1694008853141_0.4908741448217069","host":"s3://npm-registry-packages"}},"0.0.0-next-dad6329-20230907200205":{"name":"@shopify/hydrogen","version":"0.0.0-next-dad6329-20230907200205","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dad6329-20230907200205","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9021a1f91dba69fbcac58988f3cd5faea7b345fa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dad6329-20230907200205.tgz","fileCount":20,"integrity":"sha512-eWJklhafms8ww86nDz8X7nPN5eXE5qgZ6HK4m+svXbhthQRlXn8gR9vJiDq5qAl91QcW9rPCL4bjndjhxxs0zg==","signatures":[{"sig":"MEUCIQCuZYC9AOV6QbYo2jCpBCAKtyjLqeRfpLl7u7Th977rfAIgK6/BHXP0H92CGzRSzA/GfUqpQWTyTxiIUdqkqKNasOA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1921313},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"dad6329171c51c4f32ae6b2de1d4a4b0ee4bd916","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-dad6329-20230907200205","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dad6329-20230907200205_1694116983499_0.1413059687457252","host":"s3://npm-registry-packages"}},"0.0.0-next-71a0737-20230907203205":{"name":"@shopify/hydrogen","version":"0.0.0-next-71a0737-20230907203205","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-71a0737-20230907203205","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fa034c9f68a4ba31a2397abe160d500739ab35e9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-71a0737-20230907203205.tgz","fileCount":20,"integrity":"sha512-l5Pc9m98bIROd+/MpXQEzI2T0oxy8V9/Te4b/2omzodR6tAjIO2ZHP3idctX6nE/KkQaE7PRz4etto5nt//2yA==","signatures":[{"sig":"MEQCIAhUnQi17ODCcT0WMVrIjj9w8nNXsAipFhEvjEI/2uEYAiAr3GW/6pt8K/8+0DxoKpt7FP9pD4zEP8SLAzaCcr/pcA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1929313},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"71a0737438d51bae79330d3251f47355e814a453","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-71a0737-20230907203205","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-71a0737-20230907203205_1694118798420_0.1500713290246143","host":"s3://npm-registry-packages"}},"2023.7.7":{"name":"@shopify/hydrogen","version":"2023.7.7","license":"MIT","_id":"@shopify/hydrogen@2023.7.7","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"94a1a7ff10482da4f6733d0bc3a7adfc55d8587e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.7.tgz","fileCount":20,"integrity":"sha512-oiZGifLcrHJT/5SAQfPuEYa9m6WooH6m8283Cc9CUDSAeVdhkkHBY1hBsCwDcNOKoi4W2hZf0x2VsCacE85qyw==","signatures":[{"sig":"MEUCIQDqvbcfBIbMVcs4meXePb444QXeN3X6KeMDzqOx/b1lhgIgU3yEfwRYttbNJxYmBhA1U+K+aj32H1SykXMyhoGEiFQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1929061},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3352d57e069c88a50bac18ac4568b44559f27208","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.4","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.7_1694120674111_0.26829463083232596","host":"s3://npm-registry-packages"}},"0.0.0-next-3352d57-20230907210450":{"name":"@shopify/hydrogen","version":"0.0.0-next-3352d57-20230907210450","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3352d57-20230907210450","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"07298e24f66722fe8b1d53028f2f2e17c08b2200","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3352d57-20230907210450.tgz","fileCount":20,"integrity":"sha512-S2rjtBvLAcWHijrZS3J+9g+2O4r4SmzMZESRjlklO78okRN030x2PXfpwA75uBCJxYhotIYHZU7JUpoQzhbnDQ==","signatures":[{"sig":"MEYCIQDEYvh+5r2mUn60GnJq8hwce5ZIEscRJ6FqZgadzW6P1gIhAJjZjJpCZyI3sN5qIsrfZsrhrs8AGtiIaVd8fRjAGvVc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1929313},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3352d57e069c88a50bac18ac4568b44559f27208","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3352d57-20230907210450","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3352d57-20230907210450_1694120763816_0.4599401105445551","host":"s3://npm-registry-packages"}},"0.0.0-next-384a426-20230913144318":{"name":"@shopify/hydrogen","version":"0.0.0-next-384a426-20230913144318","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-384a426-20230913144318","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"40b56831a702a740cf906ae3ef71aff52e1c41ba","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-384a426-20230913144318.tgz","fileCount":20,"integrity":"sha512-AFUH1n+VyeSsYZRsieih0UWDys8eNHMMO1h7PL1HmnpV3pns3ct9b9s78yuGUp+I+/Y/gU+kgu2YyF3VIf3ZuA==","signatures":[{"sig":"MEUCIBqehFHMHhs7sCbWGTzmVZjbM2v/tjqzvU+clS5AIrxAAiEArPacwy0lVBpMnxT9XVZsShMsEvd+ofhCD6CvY4Bhbc8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1929313},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"384a4267a56d9386ba4f59b82c0705010ddba590","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-384a426-20230913144318","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-384a426-20230913144318_1694616264577_0.685200155016638","host":"s3://npm-registry-packages"}},"0.0.0-next-9ef2491-20230914133703":{"name":"@shopify/hydrogen","version":"0.0.0-next-9ef2491-20230914133703","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9ef2491-20230914133703","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e5822ee14d27a84bb67ed9632e869f7c7e68d59f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9ef2491-20230914133703.tgz","fileCount":20,"integrity":"sha512-6VYL6XIIUw//N6E1HJhtZ9Rjcf0U83JAGRdPvkd4Opz6UfQ1kc29hb0NeaShwO3mOn6wZNVHHdxCL8TKOk45GA==","signatures":[{"sig":"MEUCIF5Pw5Xrg5o6LNjSmsQBaeoSDVuUfYf3IhzUDbnWfA6JAiEAmzONkgwbDjn1AMgxkZskzvfuVBAY4yF4q2hB/wamyUs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864281},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9ef2491564c5717c41533c975c27f181841a355e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.6.7","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-9ef2491-20230914133703"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9ef2491-20230914133703_1694698682452_0.39101764452438315","host":"s3://npm-registry-packages"}},"0.0.0-next-87918e3-20230914142016":{"name":"@shopify/hydrogen","version":"0.0.0-next-87918e3-20230914142016","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-87918e3-20230914142016","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dd7a4148224ac63ad30782bb76a375ac06b84c5a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-87918e3-20230914142016.tgz","fileCount":20,"integrity":"sha512-mM9ureBhmfEII/CS1QKGZghMo62YJvxokj7j0/5yIDZd9QEfTzhk4ZbtTgsYsVsntKlcEvF08sFcCHCHjyTS4g==","signatures":[{"sig":"MEYCIQDqunb5P7vo17qLuVYEhp5T/LYYzq5ldcxn90z4SyzqsQIhANzGnZQa4aM8yXbDrBkXNHSqFsBhDZ2d8PrhCY//8OnM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1931969},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"87918e317f15f21cc7e6f3deb39664935e379d79","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-87918e3-20230914142016","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-87918e3-20230914142016_1694701308507_0.13539704398316665","host":"s3://npm-registry-packages"}},"0.0.0-next-113821e-20230914150246":{"name":"@shopify/hydrogen","version":"0.0.0-next-113821e-20230914150246","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-113821e-20230914150246","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6dfd27d3f90ea4a89442712c1753a2c787f0832a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-113821e-20230914150246.tgz","fileCount":20,"integrity":"sha512-i6sIiYABB/Q6Xi/VngBxKZq6oTSktiSuo/LHDhept2O2vIFzH29G1KgGzg4lvHfzEeiyQNW/EqLsJ1wCXuAtfA==","signatures":[{"sig":"MEUCIQCA1llVkKHe9IrilTD+0aux3BXr96Qyt7o4ehG2XQ4HJAIgPWhnoxKcSRCrKV6ijjeHM+bMT9d6AG4GhQbqTkR5Yms=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1931969},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"113821e57bc46ef5fe926889473399f2dc54bbdb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-113821e-20230914150246","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-113821e-20230914150246_1694703831250_0.21424973008985848","host":"s3://npm-registry-packages"}},"0.0.0-next-2ce3861-20230914150637":{"name":"@shopify/hydrogen","version":"0.0.0-next-2ce3861-20230914150637","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2ce3861-20230914150637","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0f1c305ce8373602e9053f4180d8b349a415ec6c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2ce3861-20230914150637.tgz","fileCount":20,"integrity":"sha512-PPY10tQHS7h6tIIGFzv17ZXlanKFmv3B2q6jOhD/5oxVXN56TMdyRp6o9Mqo/HzHPIMVvi7/4ZVpX1EjMD61Uw==","signatures":[{"sig":"MEUCIBYpvLmk6BE2ORBvS+FBYFP+9RmMRI/mCGIOmcbFJwk1AiEA2juF3CJY1k4YomAhBihANQmk6mvOkCHm/rnmoXqxB/8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932045},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2ce3861ebe51b2fec53c178a19cc21201c4cc2ac","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2ce3861-20230914150637","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2ce3861-20230914150637_1694704070208_0.09453055957467793","host":"s3://npm-registry-packages"}},"0.0.0-next-be4994f-20230915040923":{"name":"@shopify/hydrogen","version":"0.0.0-next-be4994f-20230915040923","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-be4994f-20230915040923","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1e79e1c0c4e9621699e708b7970f7a9fcaf4967f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-be4994f-20230915040923.tgz","fileCount":20,"integrity":"sha512-dSGNKDW6nUoHU9nh5mdzv1ZhBL5YsVWChKtu1PhQGVGHrFJpotABF9nibSFAXeEbohHQGEV/tPt6KenHFrC1yw==","signatures":[{"sig":"MEUCIQCOlb+sRgxGDmXciBw1eHAWHcKLDU8k4vNdcelgCkXisgIgKWddhG2SCY4HB8s3DopEWxp6cOkp1Mfmq6gZVRqLjV4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932045},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"be4994feaee7834edd6e58c0bfe585fafa5a48a0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-be4994f-20230915040923","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-be4994f-20230915040923_1694751024130_0.7185277378272161","host":"s3://npm-registry-packages"}},"0.0.0-next-eb5dd4d-20230919001554":{"name":"@shopify/hydrogen","version":"0.0.0-next-eb5dd4d-20230919001554","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-eb5dd4d-20230919001554","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9c1c9c21da4eaec52c206fe8acf42924059cb470","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-eb5dd4d-20230919001554.tgz","fileCount":20,"integrity":"sha512-RLjbzyo9x6Q4y2WBL9du8WrXSwMxf+qDdGI991Yf9/gsWRkkD91BwnS+rMaUE+hfr5G1JpqHLjmILX/MJkpwfQ==","signatures":[{"sig":"MEYCIQCAIBhDRDAlldpAlvyPfw4fhA1/xcz5a8WlpPKc9DTPlQIhAIwPWyWPVGOYhS4Smwas4JvrqBmBkqkxEXvfO4kJwmT+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932045},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"eb5dd4dd288ae04c9450e62c0e8118e4dc105872","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-eb5dd4d-20230919001554","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-eb5dd4d-20230919001554_1695082615643_0.15215670834975725","host":"s3://npm-registry-packages"}},"0.0.0-next-d8dc1ac-20230919092005":{"name":"@shopify/hydrogen","version":"0.0.0-next-d8dc1ac-20230919092005","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d8dc1ac-20230919092005","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a5d66b3d2ea34db8049dd96f8a0048f9c434faef","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d8dc1ac-20230919092005.tgz","fileCount":20,"integrity":"sha512-0LX8HaRLXoWcisatH7yuVc2aXnw5omA4QIGTd3U191g1TES1nWT2fgL5iXN7ci3lPE8n7SGsL56PiUIJ7lisNw==","signatures":[{"sig":"MEUCIQDPea5j3C5TRXkbO+Wwy/G1EgYZL7KEwlE3rMhwqaA3xgIgYOXLCee6UeYf1cW+FufVSZLr2humvZlKkFNKebSmlbg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932045},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d8dc1acf96fae571115908973a47cab3e85f2f2a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d8dc1ac-20230919092005","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d8dc1ac-20230919092005_1695115270988_0.11212706129025807","host":"s3://npm-registry-packages"}},"0.0.0-next-33ae6ab-20230919190723":{"name":"@shopify/hydrogen","version":"0.0.0-next-33ae6ab-20230919190723","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-33ae6ab-20230919190723","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"192fb697c70217465ede336afd756e140f80e280","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-33ae6ab-20230919190723.tgz","fileCount":20,"integrity":"sha512-eBWnPa3VpyYXc86tt83F7Ahhy7z0gGzUQQcKY2Aqh23APvr86rB943A+CHFd34j0j2NjI7l13jNc2r/Yx4EKwA==","signatures":[{"sig":"MEUCICckMEpoqMm0/eUUrtFVc4dYetgwntMTdr+vIPjfHbUIAiEAnoOM4vbKeSqAcj31OzEiY8Q5NiyDyT4pYELeJfofkMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932045},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"33ae6ab6029213ba34e8c7441d99c7eb8d31721b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-33ae6ab-20230919190723","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-33ae6ab-20230919190723_1695150515364_0.1477442657123813","host":"s3://npm-registry-packages"}},"0.0.0-next-3eea40d-20230920002846":{"name":"@shopify/hydrogen","version":"0.0.0-next-3eea40d-20230920002846","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3eea40d-20230920002846","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"de2921d627b5fa158da5751b8d95499bb40b8fb4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3eea40d-20230920002846.tgz","fileCount":20,"integrity":"sha512-YEOU46yomQOpjw64p2gXgj3aozZ/yInGGWsPZeWnJYl9dXXPQ+2yv6ZMyxNWa9dMc3LUJENVWnQoq/ywQyFsaQ==","signatures":[{"sig":"MEUCIDz4M67zkFftVMFlUJ1vHNcJT5uBQIC/A41g/OOMAg+NAiEAyCRqJzOFzf0nrswsqashQYASWDQrmRyxtbETT1iwLy4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932045},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3eea40dfc629b52bfd5e94f5b0a18fd64acad33d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3eea40d-20230920002846","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3eea40d-20230920002846_1695169795658_0.315703045305203","host":"s3://npm-registry-packages"}},"0.0.0-next-e62a4db-20230920073247":{"name":"@shopify/hydrogen","version":"0.0.0-next-e62a4db-20230920073247","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e62a4db-20230920073247","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"81c5d30ecb0ebaceb62e7138907ad91f57fa61f4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e62a4db-20230920073247.tgz","fileCount":20,"integrity":"sha512-F0P5Q08lhgHyJaT8+UiBh5NJ3GH14Aa4vbKNS974hXtlUdHGSGwwl3+qxWYtQhiWeiHh8rlyIJxYN2XjgCb0ag==","signatures":[{"sig":"MEQCIHdPpUP4jpz8fmaPzz1Pb0meaqY0HIGBWkOS8wQZ2acIAiBGfI5SFYmQp76bVKwkZD0vS7xHU79ZW02wGzBhlC6lFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932237},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e62a4db1f54866868d76b450a285d19360fbf83b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e62a4db-20230920073247","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e62a4db-20230920073247_1695195232678_0.6123392361589424","host":"s3://npm-registry-packages"}},"0.0.0-next-56fa587-20230920154134":{"name":"@shopify/hydrogen","version":"0.0.0-next-56fa587-20230920154134","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-56fa587-20230920154134","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"62da595ce4db984141c0da2eb0803ed36a699e4e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-56fa587-20230920154134.tgz","fileCount":20,"integrity":"sha512-3WNOnJKklpSMyFijs0gDcTc2KcYjxBOz75bEHWXNgPbNNIwWuTbXNe9vRNMM0Gr+NDvPgjjg2CYvSpBY02KCqQ==","signatures":[{"sig":"MEUCIQC9A0pmjCuSMOxfGWCqG7jeQPncUdp42KE+sOLyaXXUeQIgCpe4pCfEXGgOmXdQ6brxa1xr9YJkSj2sVfXZH60xuhk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932237},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"56fa587a0d39079b4168a0051469ebdf4486580f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-56fa587-20230920154134","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-56fa587-20230920154134_1695224581984_0.7981129231066557","host":"s3://npm-registry-packages"}},"0.0.0-next-95b457d-20230920183326":{"name":"@shopify/hydrogen","version":"0.0.0-next-95b457d-20230920183326","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-95b457d-20230920183326","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"912a1ee55b2c6df252e140ad99ae57d4be1d3ea8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-95b457d-20230920183326.tgz","fileCount":20,"integrity":"sha512-NVTOvsypUYVV6fqCKYlXIUx5voMqFXcYr3ILSsWNhzaXCJld8E0pTEfx9oqu22slQTu6p8ll0gUC+DU1R7oiJQ==","signatures":[{"sig":"MEYCIQCo6bK0cs4oV+3qW6QSxvxRa+win1zdMS2hxPlWFxh9VgIhAP+HBWs0LwKpjuzfJOAdlMeYHmpDx5OVWnAxwZAI3IEH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932237},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"95b457dd1abc6d23f24688df94a043b068098f38","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-95b457d-20230920183326","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-95b457d-20230920183326_1695234866553_0.07150383326542387","host":"s3://npm-registry-packages"}},"0.0.0-next-6e370d6-20230920195326":{"name":"@shopify/hydrogen","version":"0.0.0-next-6e370d6-20230920195326","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6e370d6-20230920195326","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"74753a11ef62edc2d87c6ed7d238050107320e4f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6e370d6-20230920195326.tgz","fileCount":20,"integrity":"sha512-gJiy2D1pAa9s8JOwP8uy2HRbPH1S/WmNDZxlG/ndRcU6hFr6HZl0rpMh7G6iDlOw8FFG0DZuqQu/OYVTr/wpNA==","signatures":[{"sig":"MEUCIQCkyywt7DenPTWNWDsNnj1KVgjB8jalHq1jr1+/Gq9lxAIgXviE+C3qT520lUDuoEo01F0FwN51m+eZe3cEl2zBxFk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932237},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6e370d63283930b4d7a4fc6dab57afb940678d94","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6e370d6-20230920195326","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6e370d6-20230920195326_1695239676961_0.052767656524943085","host":"s3://npm-registry-packages"}},"0.0.0-next-3325821-20230921012433":{"name":"@shopify/hydrogen","version":"0.0.0-next-3325821-20230921012433","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3325821-20230921012433","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2bd709f45248c5e3be8e30ece5e2caa3f46ba344","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3325821-20230921012433.tgz","fileCount":20,"integrity":"sha512-zQVGg5ZTV7Wh058KeYB4ZgsnwfrkpCKqZhIEfbzT0Zlza1I9im8ld9BD9n+cswAgRixVXAQMUQVV/CIbKwLUQg==","signatures":[{"sig":"MEUCIAsdffEvq3GdzMJ0bb18WS0KFdYPXVNBfNbWLeeDRNBdAiEAtrqiJUcG+5tJq5qPkGM5TkJHGHa5fo8FPJ7yL2uHL7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932237},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"33258210b494b7627c9035c0c54561a3f7a865b2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-3325821-20230921012433","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3325821-20230921012433_1695259539510_0.634059147230857","host":"s3://npm-registry-packages"}},"2023.7.8":{"name":"@shopify/hydrogen","version":"2023.7.8","license":"MIT","_id":"@shopify/hydrogen@2023.7.8","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"97d99e2e9d7e63ff9f41a528c3ab6f3b96c560c3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.8.tgz","fileCount":20,"integrity":"sha512-Lx+KQGMYPV+3bXxeufNaVi6Ck+8etx/FTZJRk3ldtlDPbh+EAmjbr7a28r4EnYznxDeMjAJuv6H5SC14CjqHHw==","signatures":[{"sig":"MEQCID8gaeFihH0GgtFnLloKNiCmAIObFcaHgGJwSSeceXklAiA3UIABdzZIC3r9k6VP/wVU75QOOVawPorr5IkRlSweFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1931985},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e2868d58467aa19f092ac2bf073556e1d66ef7c4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.4","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.8_1695287081265_0.6594617833013656","host":"s3://npm-registry-packages"}},"0.0.0-next-49974e7-20230921185510":{"name":"@shopify/hydrogen","version":"0.0.0-next-49974e7-20230921185510","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-49974e7-20230921185510","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"02aebcb7e9a3dcb2ac96198e8856bc2d8805803a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-49974e7-20230921185510.tgz","fileCount":20,"integrity":"sha512-5BMsuu4muQQk5ayMDeiwtpWmj+AcoBZvHm4ue5d+mSzzvfH8XkJmNkZWDFA7G+FfIubhlzTX1Mthpt3fRVD2fw==","signatures":[{"sig":"MEUCIQD+OkSj0QQxZp+NCKER4uAH3/DJlqM3jCDQ5Y0MVUBT2QIgW5O20GdG4iaMg84uB2zBwRdEfkblB0tr4BpBiL+FM2Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932237},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"49974e75d605326a2cb7c4bbaad05c538efa972a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-49974e7-20230921185510","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-49974e7-20230921185510_1695322569866_0.6862542106510496","host":"s3://npm-registry-packages"}},"0.0.0-next-35f636c-20230921201305":{"name":"@shopify/hydrogen","version":"0.0.0-next-35f636c-20230921201305","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-35f636c-20230921201305","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"609e1292d4e8fa1d3af9bb73deb34f41bff0fcdb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-35f636c-20230921201305.tgz","fileCount":20,"integrity":"sha512-L/iKp93ttMKGofFOiVQGg5h/2QjQguSfGAM/ri4gCYbmarp86aS6D8be/he+KA7gxiMwA15EI+jrwp3n5SDfKw==","signatures":[{"sig":"MEUCIFg0zqM6mS7GUAd/lwpJCQtscaMsAF85/9Bwhu5JzUT+AiEA4jZq8FPEF+o1WbZ+XsqhnA7ilYrFJKCAFFtKMQD6ijo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932237},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"35f636cdec0b345ce9e96ff510bb0124e54cad4d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-35f636c-20230921201305","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-35f636c-20230921201305_1695327258998_0.7514949849801296","host":"s3://npm-registry-packages"}},"0.0.0-next-bc630dd-20230921211843":{"name":"@shopify/hydrogen","version":"0.0.0-next-bc630dd-20230921211843","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bc630dd-20230921211843","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cb6cd4318e36b9c37402cc530f936847f201bb25","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bc630dd-20230921211843.tgz","fileCount":20,"integrity":"sha512-Z3m4TuqRY47LXrF7SmUbdpbOXeRgTfF/pXhsBUCEUZ4FM6p4OJVNeSJv1dDCrJsEXvzZTGaHble+16sIXvIszA==","signatures":[{"sig":"MEQCIAlqh5/bx7PHH0JT6387+6Hn4RCt+vBabTe02Xhqb46lAiBadXjgCgFv9Kt+e9VY0iE/TWNFgj21KAqv+rgxFfUJSA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932237},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"bc630dd5c6237a6796f2a39afc21bc211e2cfbfb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-bc630dd-20230921211843","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bc630dd-20230921211843_1695331207810_0.6524463650317147","host":"s3://npm-registry-packages"}},"0.0.0-next-21909ac-20230922084235":{"name":"@shopify/hydrogen","version":"0.0.0-next-21909ac-20230922084235","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-21909ac-20230922084235","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2cecf43aae445eef2a18963346afa927a9b5cf8b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-21909ac-20230922084235.tgz","fileCount":20,"integrity":"sha512-p3y4fpAtbDEYbZR+AAvdMiZtDFDwjqmZAulFqCFiEQUEMrZJqqbs67Ju7H0ix1WGy8R+LEuBGxT46PSseZ84DQ==","signatures":[{"sig":"MEQCIFODBOZGK2u50kxK2Sa5II6TNxuscqSArczsOoRUxJe/AiA+fKzuGV9kUyqWovXbksaiyv9Yv4OvE7PgAzy9DFxKPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932237},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"21909aca875a3b93a750cb5174e62b67d2eae80a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-21909ac-20230922084235","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-21909ac-20230922084235_1695372228181_0.5083503797971201","host":"s3://npm-registry-packages"}},"0.0.0-next-425791c-20230925140151":{"name":"@shopify/hydrogen","version":"0.0.0-next-425791c-20230925140151","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-425791c-20230925140151","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2d7278c846440b2ad81fd956913b65d94143c075","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-425791c-20230925140151.tgz","fileCount":20,"integrity":"sha512-k1RiYaLHNprBgG2sAaKCdixV3MRUlOPfETobBdNiTF1/ZqB5X9fiZSJkVtIqMF8fl+KN2Qit7xptrWttqJZGDg==","signatures":[{"sig":"MEYCIQDOtUcSZJoltO+yoh/6h7rNc/Y3KalGnrx5e8gjeTTRWwIhAJ2uMVZvrwsQImhhtBi9mcMkA4LNcrI8yykQmQvHmeIo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932237},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"425791ced37ddb50f71fbdc78760905555716444","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-425791c-20230925140151","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-425791c-20230925140151_1695650578642_0.1769410529401365","host":"s3://npm-registry-packages"}},"0.0.0-next-1be1e40-20230925165103":{"name":"@shopify/hydrogen","version":"0.0.0-next-1be1e40-20230925165103","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1be1e40-20230925165103","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"efa9565068d8262c5f9b59daf52aa360999698d7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1be1e40-20230925165103.tgz","fileCount":20,"integrity":"sha512-WTvf3IlSVMIxo3O1TvjV91YpS4/CkkiTPQCTuX5MEf8sM7k6HyYNZCn5QVULhG6GaOxgs0bIHaLHi2/KlXm6gQ==","signatures":[{"sig":"MEUCIQDUIZZ54UWwC/rdKSdTdgfUK8DfyWFNO66vXM14dk6K9QIga9x7lP+G7dR8okUu/mGx2wqxLUlrYR79qljRcjCFW6w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932279},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1be1e40de6abf58679dbfada20fb430892dc5ef8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-1be1e40-20230925165103","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1be1e40-20230925165103_1695660732290_0.5960490137409005","host":"s3://npm-registry-packages"}},"0.0.0-next-06da557-20230925190522":{"name":"@shopify/hydrogen","version":"0.0.0-next-06da557-20230925190522","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-06da557-20230925190522","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bc0bae2b8d0c42a7896e14a3544611d30156c51f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-06da557-20230925190522.tgz","fileCount":20,"integrity":"sha512-AzjqhSaNlSCQIMbXRIgJu2xu77x4VEv2gDjjch/QRcbrpoWXbJ/AwYVsKmmKsn9yz1viW7RJxZ0G/BhFqs7phQ==","signatures":[{"sig":"MEUCIQCJ2a60XgVbQGNJU3vPjAErat243Hev6skv3hM1ICipJwIgQTymOTT8t+tKYWsIO54nol9f2trIqmrLpbURmXIm+Gk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1932279},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"06da5570c25a64b1afc4cce093c3ba3d2d7da2ca","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-06da557-20230925190522","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-06da557-20230925190522_1695668785842_0.5337541326416937","host":"s3://npm-registry-packages"}},"0.0.0-next-bfb142e-20230926230716":{"name":"@shopify/hydrogen","version":"0.0.0-next-bfb142e-20230926230716","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bfb142e-20230926230716","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"88bdc39c08107def4d2b14bf0cfc7d21d43cb1aa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bfb142e-20230926230716.tgz","fileCount":20,"integrity":"sha512-Pf+HPZi3VbQVjHC5NZ+Udcw1v3X3oaiIwXwm5gfGGxiYGEe9oJcHXfoCTSdln0EfftzsMwZV+iZH7EGcQhZr6g==","signatures":[{"sig":"MEUCIG8WUpV5G8mhbcxoBYSpjYHNJuZ0c7Y1DMancUM1EafGAiEA1Wk+2mEnvewh23nR/EHODxaOAUXMpjZwDxTuqPz3WaQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1937868},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"bfb142e84a22ca1c506f7ebb1692e435790c8fd3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-bfb142e-20230926230716","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bfb142e-20230926230716_1695769703337_0.28745935610220874","host":"s3://npm-registry-packages"}},"0.0.0-next-e148cfc-20230927094139":{"name":"@shopify/hydrogen","version":"0.0.0-next-e148cfc-20230927094139","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e148cfc-20230927094139","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5f6d34b69c289fed0fa091063584cfc0dca0f467","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e148cfc-20230927094139.tgz","fileCount":20,"integrity":"sha512-cyB0w/71njcc+ZWgyNq2CE2OlV4JUYXGfOZCAHrNVNJ7VRobJwAf17EkE+SIQG4p5e3ST3aZtZhkv5raHNUfQw==","signatures":[{"sig":"MEUCIEX+dXKjDNDFtR3D15KaZexyrFybsa1i/OmFI78545gBAiEAvZ+e/obnOKL1VWbzqRPoxwYHTb3Yi6J/WswAJF7AyEo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1937868},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e148cfca004d6bb2981d136231e3825509d52305","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e148cfc-20230927094139","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e148cfc-20230927094139_1695807762420_0.17288303474809807","host":"s3://npm-registry-packages"}},"0.0.0-next-4f26aed-20230928003851":{"name":"@shopify/hydrogen","version":"0.0.0-next-4f26aed-20230928003851","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4f26aed-20230928003851","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ca52b37aca567e7c9b8245d6a4782fecd5540833","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4f26aed-20230928003851.tgz","fileCount":20,"integrity":"sha512-3t5qWRVII2T+SUpBv0jPX5vrqKXyRA4lzmxNEd90cazn0kfMrLkF8K3G2oLntOdSeORReQxJ5ghuXOZXaTVOKg==","signatures":[{"sig":"MEUCIQDYwwkqeGimUQikOXriIuvxAAFJ9JS7K78npFXl10ZRegIgJoaAI3Mwqvo21BQeDPmAN5k6zrj27qpxAoRIGSkeUFw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1944141},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"4f26aed347217c128de3edb422eaa13e4aa2eea1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-4f26aed-20230928003851","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4f26aed-20230928003851_1695861600970_0.08846479370052607","host":"s3://npm-registry-packages"}},"0.0.0-next-00210fa-20230928143646":{"name":"@shopify/hydrogen","version":"0.0.0-next-00210fa-20230928143646","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-00210fa-20230928143646","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d9952e1116d8a4922ff5abf18b942d05b32e6f33","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-00210fa-20230928143646.tgz","fileCount":20,"integrity":"sha512-URX79d8M0K/IDAaYRrI8+BWFXWpWl2vs/13yexgNZqrx0HeZFYYhTunYMO+327zFXup+WUH6BTRDJVOT6jCAig==","signatures":[{"sig":"MEYCIQCDeUrXhhuXFi42Mma1v5zsl+hTWY3z3NP6YV2D21wSYgIhAM7yJoq2qaSod/Wq8sIjrkzmYeXE6QPN0dC757DHMP9Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1946055},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"00210faa55cad78a8331adecddc9bdde9463acc7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-00210fa-20230928143646","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-00210fa-20230928143646_1695911871623_0.6642798432669237","host":"s3://npm-registry-packages"}},"0.0.0-next-8772903-20230928161438":{"name":"@shopify/hydrogen","version":"0.0.0-next-8772903-20230928161438","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8772903-20230928161438","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f82a28b45fefcce53c806a15f949ce479b7ab6cf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8772903-20230928161438.tgz","fileCount":20,"integrity":"sha512-0XnPolkCcsXjPasSqjsE2nncI7t+NIRmvyrtcDxVRYaECaYaH8FVGHe2SkqZTO1VTPExmVswRO1qPMZZF5TP1Q==","signatures":[{"sig":"MEQCID6cH0dvLujCgCjTRGNdcdY+HpX+HQyp5cgEAZfT/olTAiBEkq1lzTSStq8PtEPoYsdb+lZ8Of5Z6sETwHZZ6RrYnQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1959409},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"8772903da9efe23fb56fc4bfcace729065f4960f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-8772903-20230928161438","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8772903-20230928161438_1695917737557_0.27109281326412993","host":"s3://npm-registry-packages"}},"0.0.0-next-6def447-20230928163158":{"name":"@shopify/hydrogen","version":"0.0.0-next-6def447-20230928163158","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6def447-20230928163158","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"90cacbd1a8af19f079fe263fa011c8218cc22d6a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6def447-20230928163158.tgz","fileCount":20,"integrity":"sha512-yhsjUWTdKmXny2SxRU78Ddr3z40QM+wbOTlX/v3zGnWJmUE/TnnUdnZReBBJwTmuah8JSpKHzgiAmBHw+HPlyw==","signatures":[{"sig":"MEUCIC4MieM3eWHjh+2xot9e9jAaDyxZDVjdMoDby5vv2l2fAiEAic46P37Q+havekS32iLOXiQ6qOvp45Ib4P6TLaLaKNo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1959409},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6def447ba8665abf1e4db919a91e203f23292f00","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6def447-20230928163158","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6def447-20230928163158_1695918776042_0.9164826385779474","host":"s3://npm-registry-packages"}},"2023.7.9":{"name":"@shopify/hydrogen","version":"2023.7.9","license":"MIT","_id":"@shopify/hydrogen@2023.7.9","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6d19cd0c1a4a307fbca5282a465b8602b4f9ad65","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.9.tgz","fileCount":20,"integrity":"sha512-vuimWh/qdSk2o1Esl8eVOdikeqNFMpZWrkEIgFqAiBnmNy/X+DrX91O4jIlPKpmXYxOZFeRRGIeHf20SkZh0HQ==","signatures":[{"sig":"MEUCIQCl5SrNkTPBAzWGgWdsWsNqXxsXZphMG9ZbaGvDIu4b4gIgaDPydeliizyvzvdmfSMjOZz8LnR5e3U5Y7aWjtoBkXI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1959157},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f32c8a3fe052463b7d4b17e1216863592909f342","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.4","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.9_1695924706001_0.14128736219949678","host":"s3://npm-registry-packages"}},"0.0.0-next-cf13099-20230928184637":{"name":"@shopify/hydrogen","version":"0.0.0-next-cf13099-20230928184637","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cf13099-20230928184637","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"99df107d885f7a362e029cb9eca7bffff7c8ce51","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cf13099-20230928184637.tgz","fileCount":20,"integrity":"sha512-A1CEvdEdKeT2qZRcnZuatQCHv0ZeLhVcEN0QCU0g05cak1KuD+xZ6bIHZPwyYyPoUEe05tphWmpZR5xujPYKAg==","signatures":[{"sig":"MEQCIA/AWixLE1+LtELhNf4i7vRFh6zym8YMCDHu68PTYHoBAiB5z0otRwX8XwzOdh4edt5kNlJWlOhnsp3Jiz2lxXM3dg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1959409},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"cf1309996df965a7a6df437f97ded091350f21ef","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-cf13099-20230928184637","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cf13099-20230928184637_1695926860332_0.9782031424194599","host":"s3://npm-registry-packages"}},"0.0.0-next-b59a613-20230928192551":{"name":"@shopify/hydrogen","version":"0.0.0-next-b59a613-20230928192551","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b59a613-20230928192551","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f81cf69b5ba4ef93c88e336bb4d725f5a11bb85c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b59a613-20230928192551.tgz","fileCount":20,"integrity":"sha512-A5rOvcXphrhUp92fpT7GzmTM1yAy2BiZdO3KDv28vQwRvI04JQzbjtHyQkyl5CsPcFzLUyPL/gq/Rg7EY5aPpQ==","signatures":[{"sig":"MEYCIQDLxK/CxK4h76ugnk+x0fFx69+RiQwxJtDXcKX+dbwR4AIhAKseSQZ5vcDmenUEuTpRrr6GySvPZp9MHnletb5lyaIl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1959409},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b59a613ea046f2f2d05efdd1663a2143f7b1de1e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b59a613-20230928192551","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b59a613-20230928192551_1695929218977_0.819453500970988","host":"s3://npm-registry-packages"}},"0.0.0-next-6c93d88-20231005093639":{"name":"@shopify/hydrogen","version":"0.0.0-next-6c93d88-20231005093639","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6c93d88-20231005093639","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"862992da67c85e55652666877a86e9456718bdcb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6c93d88-20231005093639.tgz","fileCount":20,"integrity":"sha512-UgFklipSIbWSOpZYy90qP/GM6VWjhA6zzAlA8o83qc77+/nFmnqfhGS8VU9U8W0bP/5ObE/b5mBZGyE3JQ8ZrA==","signatures":[{"sig":"MEYCIQDUTsYumvuM4JgWQL3zFV7BI39ES6R04+98FCFBXm8AbAIhAKkMaHRnADmnPD5ksCnEtSgD97NGvDbyMpKegDSTj8Zp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1959409},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6c93d88ea6e15b045a6107c25bb4868f1d9ba847","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-6c93d88-20231005093639","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6c93d88-20231005093639_1696498655869_0.14581326536731187","host":"s3://npm-registry-packages"}},"0.0.0-next-eb9451e-20231005113517":{"name":"@shopify/hydrogen","version":"0.0.0-next-eb9451e-20231005113517","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-eb9451e-20231005113517","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"04e9c6ccd698cd576c8ab1a63ff9fd18b35e6116","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-eb9451e-20231005113517.tgz","fileCount":20,"integrity":"sha512-x7Gx+m8GuT8HZkVO1mlL58fue592LWTuyL/lNO+NUH2PYljGLeEjd7Po+WUDCyvZAgLCXlvtYWebzvrsXHhn2A==","signatures":[{"sig":"MEUCIQCcYJjkoFLXXDpblOMzVvl+hdbh7OCMG+eDXzNWFdfhzgIgFUOqga7abDLmBEeHsimuM1L0/5RrfdcplWRstsKItOg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1959409},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"eb9451ed7883f610d1412bdab2553523859ac701","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-eb9451e-20231005113517","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-eb9451e-20231005113517_1696505796069_0.38083336412201896","host":"s3://npm-registry-packages"}},"0.0.0-next-cf5fe84-20231009182310":{"name":"@shopify/hydrogen","version":"0.0.0-next-cf5fe84-20231009182310","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cf5fe84-20231009182310","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dff3809c56fba8970db3e1ad2dec49546cad12c9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cf5fe84-20231009182310.tgz","fileCount":20,"integrity":"sha512-l9LUUQFpoNpeaukgH73ul90GQpPsldx9RuDJ8mqBNXsUiFjTv5bbqG3iTrLF+Mljd4MOFSmlrsOIfybiqCAzLg==","signatures":[{"sig":"MEUCIQD27eCFbH77U8pyMdgxilnCjzhQateSxLuX2nPK1vrrNwIgFgL1VPxwJagAU85YFaW3coq46u4nkWZQdojyZxkjqOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1959409},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"cf5fe844bad989ec944d03bacf3666a6ab09063c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-cf5fe84-20231009182310","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cf5fe84-20231009182310_1696875859420_0.38423800346482695","host":"s3://npm-registry-packages"}},"0.0.0-next-4f735fd-20231012174842":{"name":"@shopify/hydrogen","version":"0.0.0-next-4f735fd-20231012174842","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4f735fd-20231012174842","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c3808751f0d8e29ef6c4ca11cb4753287534c5bd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4f735fd-20231012174842.tgz","fileCount":20,"integrity":"sha512-z253cxnV91He+EYDVbglfcLVek2JoWacUqGj1dsnhrZIls2doOi1T19phbutLYJvV8mH0bdnoF4CDKRpD5d7+Q==","signatures":[{"sig":"MEYCIQDAmhqpt9Q3J6jCp/kmK3gh9QGDo7P39wtdzX7OuwaZ8AIhANSBfnPCG8+XlSYHKPDoM8RDVVcyZNTNNBZuh5O1eWHm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1958931},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"4f735fd725aef26cd3bd5b50c87d2c028b93c598","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-4f735fd-20231012174842","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4f735fd-20231012174842_1697132996044_0.2758825454507039","host":"s3://npm-registry-packages"}},"2023.7.10":{"name":"@shopify/hydrogen","version":"2023.7.10","license":"MIT","_id":"@shopify/hydrogen@2023.7.10","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5fe10c5383a16c96b8c5c8949121b0faf37d766a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.10.tgz","fileCount":20,"integrity":"sha512-NMtTn3LtVLWaKzOcrBnjWelgIr1NTnRV2uVDVvZdLJRpl5mKG6kpoC5aPEE12dguidBWRFm3QboGqzMItxOlBQ==","signatures":[{"sig":"MEUCIBXocPLhqL+iX9gxXygL8KseetnHXmMbK8q+DhCef0+fAiEAiDUKxt98Y3LgJwim+VKmdkoawHj/wo4elsEPgXbyILE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1958688},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"8f5163be44334e7f249a2ab93253d38190827f4a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.4","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.10_1697136820326_0.418459267833142","host":"s3://npm-registry-packages"}},"0.0.0-next-12d0711-20231016060956":{"name":"@shopify/hydrogen","version":"0.0.0-next-12d0711-20231016060956","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-12d0711-20231016060956","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4dddcb9badab78c0a9cd7e4889e150dd536c97b6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-12d0711-20231016060956.tgz","fileCount":20,"integrity":"sha512-rrTceTMm79yRtcTCVwu+9X0l4aD27d0Zzh9n9n0QoJLK7LULDtziztZv7SWBgp6zA+GCM1/byCwLZbDF6bA74g==","signatures":[{"sig":"MEUCIE4OTWZ7af5m45OmtzGyeL7QzjZJFK0HrR5C/s9iXoLWAiEAwOASKnGlcZkwV1w0grmhLnYQOdoxcGJFelBnDyohX+U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1958931},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"12d071156082a28f94f994a3a7dc0ca531906386","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-12d0711-20231016060956","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-12d0711-20231016060956_1697436654540_0.07505691769228773","host":"s3://npm-registry-packages"}},"0.0.0-next-2941466-20231016061346":{"name":"@shopify/hydrogen","version":"0.0.0-next-2941466-20231016061346","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2941466-20231016061346","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a29c8a1e57ba54427f8fd795c0179a15026a632a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2941466-20231016061346.tgz","fileCount":20,"integrity":"sha512-iuBJwl0hyrQZn60ArFb7HXutfBeywaqNdCGobfTammIQSw5U/+5pS52o0CdrUsD4nzDv6Yi5HVdndl75yqXkiQ==","signatures":[{"sig":"MEUCIQCsrytLKwesYwzxIX31oyV/w5zAWZE1ZhvMlHvNSLTmPgIgSQjvM54hb0Tl4SB8g2Y/eFlZHVr38QhvO52EWznvZmw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1955061},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"294146644df57592a775ae33cdf4359015155d72","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-2941466-20231016061346","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2941466-20231016061346_1697436881590_0.2835909503654508","host":"s3://npm-registry-packages"}},"0.0.0-next-832a0ea-20231016070338":{"name":"@shopify/hydrogen","version":"0.0.0-next-832a0ea-20231016070338","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-832a0ea-20231016070338","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8dfb54fdb2e47ba051bc10a80a1ae5db255ae0f4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-832a0ea-20231016070338.tgz","fileCount":20,"integrity":"sha512-M4WC/1t88qKJL4/AA9m1753VUdtrDl+SbuAkvK2/q/BUv/z5R6N52QOeOw9q70IGon3DnwfFBENKpL6NVW7qSA==","signatures":[{"sig":"MEYCIQD7v2Xez/ExOV1jPOJn+LXw77jTaRWdYx7Zk9Tg2Q4EtgIhAKXu7vwzyIETkKW/TfpAC29QdzgGehQzDfk5wdGv9zQ5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1955061},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"832a0eafad331f61b7cfdf90dec6427f1aaaef6b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-832a0ea-20231016070338","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-832a0ea-20231016070338_1697439907811_0.7904384279097492","host":"s3://npm-registry-packages"}},"2023.7.11":{"name":"@shopify/hydrogen","version":"2023.7.11","license":"MIT","_id":"@shopify/hydrogen@2023.7.11","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6451090f4e5409d043b433b217256cc2a2c0a9f3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.11.tgz","fileCount":20,"integrity":"sha512-5Wc+U05GdK+l/IiXuEgwAyvtPL2LJ7X6JOZklbWb32emMz1KFTeg+0uUJZmfsJoEhiYdQqpfmK8lRfqobNaDhw==","signatures":[{"sig":"MEYCIQDImR+9IRTWiVk+z73b4+RfAulP9HvZbh1QHPRvnIRYqAIhAPkk92QwoV/yCp1ai7v1o6FXL6++/W+OiTUq0Mgh8+Dw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1954818},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"49fb53dd66d4635f6f3b458fa98ed4b90c2e4f19","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.7.4","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.11_1697441326696_0.2104305048318238","host":"s3://npm-registry-packages"}},"0.0.0-next-f6469d1-20231017053134":{"name":"@shopify/hydrogen","version":"0.0.0-next-f6469d1-20231017053134","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f6469d1-20231017053134","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f168cbe5e278574dbf0d6c6cefed4eaa5b9db3cd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f6469d1-20231017053134.tgz","fileCount":20,"integrity":"sha512-5w9NT0bw8r7F0WD3ZN1Dov4VgpuPAwKMHYCwEeEpBvuLw72q7SOL15s6uokTZ26ro1BYQffzPIOHa6OuxCQmYQ==","signatures":[{"sig":"MEUCIQCt556HXwmEipD/MRGjqw418J/n5t6JcQPZSwBovlJoTAIgEvEQtGwRZQgeMoN1CylTSGLC//tbCwiQdsmvbppGmE0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1955061},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f6469d11248543c98e5166f8d8c1a2e2d9e5764c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-f6469d1-20231017053134","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f6469d1-20231017053134_1697520752635_0.9581680139531499","host":"s3://npm-registry-packages"}},"0.0.0-next-b81b452-20231018021808":{"name":"@shopify/hydrogen","version":"0.0.0-next-b81b452-20231018021808","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b81b452-20231018021808","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"16aeef76da86e6c4ff726f6b886d334e1506fb32","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b81b452-20231018021808.tgz","fileCount":20,"integrity":"sha512-9w/zU/fOAd2AMzFc9p2BTffPK8ouAAi3zA2E34oaOgrdNAyLmrjbMSUBFosRWlKyP4fAceqDXqH0ZneyWyhpOA==","signatures":[{"sig":"MEUCIQDhRVy/41tRHmdORMD6nJKMzW+Lb5btHMY7OYFS+8F5SAIgU3ilh5hPKk4ghui+Lo6mJUH/gMWUJqhN4irhrVwZOrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1956907},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"b81b452d010c650b1de1678f729945d1d4394820","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-b81b452-20231018021808","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b81b452-20231018021808_1697595546669_0.25241662238104356","host":"s3://npm-registry-packages"}},"0.0.0-next-e992de2-20231018085356":{"name":"@shopify/hydrogen","version":"0.0.0-next-e992de2-20231018085356","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e992de2-20231018085356","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"16a12326284dc557ce6da0236406a18c73da0e22","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e992de2-20231018085356.tgz","fileCount":20,"integrity":"sha512-aDiDXHscxGBAxfmOmsOdOSp+s7qEYUO3w5EBJB9wQoz8jqfQV1ZLvteS1qLxG36QuSi1mxe/ghaxpySaUagnsg==","signatures":[{"sig":"MEYCIQDc9jYDasmclcprh38L+tPHRRY7vrzW3z2zX9Bxqg0xEQIhAMOtUUARindgfyVs7yfxVkmZUrutXsU/ZJH81MfLzVxF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1956907},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e992de2c73462a954620c3ef896849782d18e506","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-e992de2-20231018085356","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e992de2-20231018085356_1697619293070_0.3865954209015008","host":"s3://npm-registry-packages"}},"0.0.0-next-5773f92-20231018091718":{"name":"@shopify/hydrogen","version":"0.0.0-next-5773f92-20231018091718","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5773f92-20231018091718","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3183a00d4afb3535f2c7250ff7083ad97fb44b48","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5773f92-20231018091718.tgz","fileCount":20,"integrity":"sha512-t/yTcXJWestdugjdt1SdJzE38Kfl6/W1kjfVtVSgvIEVr4fToi9cOXx2LCBjfE6zL5J/UKg57h6Wfzkdya2suw==","signatures":[{"sig":"MEUCIGFam8hsBaA5nANl5RZNsQeNy5mL7t2eqlAhgxqwyOykAiEArITKRKmz09ZWbhmtDcXzHewWCJ5s6REUg6N4E+wdFBA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1956907},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5773f92a8f44513217c8878df66ad2793eac2d0b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-5773f92-20231018091718","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5773f92-20231018091718_1697620698462_0.8801058024514239","host":"s3://npm-registry-packages"}},"0.0.0-next-72b2f37-20231019055703":{"name":"@shopify/hydrogen","version":"0.0.0-next-72b2f37-20231019055703","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-72b2f37-20231019055703","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"53307ca2e6917886a057c4320b4c66cab350bef3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-72b2f37-20231019055703.tgz","fileCount":20,"integrity":"sha512-obWKq+DHVlnEQyArRU/SKSk4rP33PGbJRTRYRno9NI/U3tIcpaNv0ty83WFTsQobGqoVoCCvDNUarktbULu0SQ==","signatures":[{"sig":"MEUCIQD/5IV8IlG06xqhO9QVsl2Ad0W7A4g2JbTYRGR7P8pUjwIgUvYhARO6beGJeQ1okCnygFK/JaOCyQF36mGAx5QFwqw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1956907},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"72b2f373910cdc671085d7afa8fe07155ea182c4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-72b2f37-20231019055703","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-72b2f37-20231019055703_1697695074957_0.4938360621732245","host":"s3://npm-registry-packages"}},"0.0.0-next-45b9831-20231019231458":{"name":"@shopify/hydrogen","version":"0.0.0-next-45b9831-20231019231458","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-45b9831-20231019231458","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"41db43663f718c9aaf894530b06d3a4d525be91b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-45b9831-20231019231458.tgz","fileCount":20,"integrity":"sha512-cfWuppxSiHlGpD7/A5rshIESNr5TUvQwI3wdEVoX+b+qWUMzR+L/yr9thf+TlXnsg3oP51KD7NwNpuTUYg832w==","signatures":[{"sig":"MEUCIQDvimf5KjJVGDl9b60BdCUfWSNyiVIFLK0dfPorJ91YyQIgUO2dNRHuCTKmo0hFIqh6XKGxoQTiZkFmQw/PtkNxBZ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1956907},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"45b9831711dfc41f4189a90cb03ca1bc52295480","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-45b9831-20231019231458","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-45b9831-20231019231458_1697757354208_0.11744900442066664","host":"s3://npm-registry-packages"}},"0.0.0-next-d2f4737-20231020201533":{"name":"@shopify/hydrogen","version":"0.0.0-next-d2f4737-20231020201533","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d2f4737-20231020201533","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cdc906d0180d63011361bb4b90015594678c1358","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d2f4737-20231020201533.tgz","fileCount":20,"integrity":"sha512-kWDUY2rYpoP08G/mIEewkyJQrLis9UlQ3tivhRt7jZhZbIvCjKbSgKqga7Q4bBTfzM6K+YP1tFN3ec4KcRwD+A==","signatures":[{"sig":"MEUCIQC+XZIJ3zhvpIc3F8Yf3nrnMoyHW3TdlzzmF+VVKbitUwIgW9+UwbADxqJq5+2I0c5U7IrBXauBnggduNkPzsF9Fw4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1956907},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d2f473704144a7ba5761073c261ad2665aded81b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"0.0.0-next-d2f4737-20231020201533","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d2f4737-20231020201533_1697832988632_0.9303646214145285","host":"s3://npm-registry-packages"}},"0.0.0-next-f5b0573-20231022225627":{"name":"@shopify/hydrogen","version":"0.0.0-next-f5b0573-20231022225627","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f5b0573-20231022225627","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"767f05a5ea11dab9878548389cd7793efdb91d91","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f5b0573-20231022225627.tgz","fileCount":20,"integrity":"sha512-j5z+2jjGjLqz4djiovsaU98nwhtviqiWApYWp4nb4QNlvKaPR4hzFdDO7Hvq0BAhi164Es2oD3w9lvvJaFz7Zg==","signatures":[{"sig":"MEQCIDby+EyxQwm6Q2Ai7M3VBiLbPrGkTlkjfHhAaOcmilZAAiBsmQcQFF7UgF2OBVXOYOkLaJs3x/5pKcuZ0ksoxtgweQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1956807},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f5b05736a3774b51ff695f1dc5bd16609cc68bf2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@shopify/hydrogen-react":"0.0.0-next-f5b0573-20231022225627","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f5b0573-20231022225627_1698015440599_0.2920876161785211","host":"s3://npm-registry-packages"}},"0.0.0-next-945c55a-20231022230151":{"name":"@shopify/hydrogen","version":"0.0.0-next-945c55a-20231022230151","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-945c55a-20231022230151","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1f8327cdb2f6bd7d0c80c96a67a0483d22bf00ae","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-945c55a-20231022230151.tgz","fileCount":20,"integrity":"sha512-AjZoPwUiFGnRYTgUy39sNL60y7R5GIHAdW1Es4FQapRhpwSsMZ8UsPVrAMwdSWaAD+OObgcxR30uvZGjuQ1yFw==","signatures":[{"sig":"MEYCIQDWrJ7VXZB/KFO8MkhTDrmrYf1U7vcFuSG670FA3nfJ7AIhALv9t4LKL2THGr8bteAKDcal7M4iZZqt2yS+7tiKQv0F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1961198},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"945c55aeb3b80f4b6c39d3527ec09c1bc6cd8477","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@shopify/hydrogen-react":"0.0.0-next-945c55a-20231022230151","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-945c55a-20231022230151_1698015766382_0.8439900368062581","host":"s3://npm-registry-packages"}},"0.0.0-next-2627faa-20231023153907":{"name":"@shopify/hydrogen","version":"0.0.0-next-2627faa-20231023153907","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2627faa-20231023153907","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5252dc7c22e0978e46513dd7910f1954c237b302","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2627faa-20231023153907.tgz","fileCount":20,"integrity":"sha512-N8kEvHgFAoNo7WUQqz+FlWeGxc5yHZ+1rdZJeyJOnuibeOrZBJn5IwpXSPNPtkZSCM6JYOZhlG6DtQ2QbEzQ5Q==","signatures":[{"sig":"MEUCIQCW174QQcxeG/edq98Cf+ARioquplWvKqfMY0h8MUxeYwIgBWa0gDBdGKdt9wVb/qu4JwGmm4+V6X1VxSnwulcCzYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1961198},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2627faa7f09ba306506bb206d4d6624de5691961","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@shopify/hydrogen-react":"0.0.0-next-2627faa-20231023153907","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2627faa-20231023153907_1698075609446_0.9793178583054538","host":"s3://npm-registry-packages"}},"0.0.0-next-1b45311-20231023173143":{"name":"@shopify/hydrogen","version":"0.0.0-next-1b45311-20231023173143","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1b45311-20231023173143","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"39e509dfb9974bf020931dc22be87793fab51536","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1b45311-20231023173143.tgz","fileCount":20,"integrity":"sha512-nlq9+MCS5TmbqYjmN6mXBALiB4Mqafs5dKTXTruX8ZV+Qn6NJOPBIKtqTEy/YwT+ayRDMHEOrfly83a5WmrFaQ==","signatures":[{"sig":"MEYCIQDCnrC4sQu1uTYQHsJKBqvGb250CItR1gAPzaAW5k0vKgIhAKMglt/xsh+0dXti9IaHzEJZr7b/bdz7xHJG3CR8X189","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1961198},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"1b45311d28b2ca941c479a1896efa89a9b71bec1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@shopify/hydrogen-react":"0.0.0-next-1b45311-20231023173143","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1b45311-20231023173143_1698082364851_0.9019123100079505","host":"s3://npm-registry-packages"}},"0.0.0-next-870e935-20231025104114":{"name":"@shopify/hydrogen","version":"0.0.0-next-870e935-20231025104114","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-870e935-20231025104114","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"35ec64457ca5c2ee536f840bc6f8ba3e92af7049","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-870e935-20231025104114.tgz","fileCount":20,"integrity":"sha512-Myl4wUNw2O+fRHB8/uHClicn8k6oo9afD8jGM+VpPYy7ur2KFzu1eZRUn1QEHBdY+ZvshcrdX/qEJ8wAAuCPUw==","signatures":[{"sig":"MEUCIQCSK+XO/ANYArzQCBaWlHP7SZsofNhcKMIBhq7/7MZd+wIgPc6lXKwe00Gt9WVDRm32ZUGidyVAylNon0JVMus0FeQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1966024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"870e935bcb887f2e81ed9c7f1ea3662879755acc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@shopify/hydrogen-react":"0.0.0-next-870e935-20231025104114","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-870e935-20231025104114_1698230527267_0.5579330687526547","host":"s3://npm-registry-packages"}},"2023.7.12":{"name":"@shopify/hydrogen","version":"2023.7.12","license":"MIT","_id":"@shopify/hydrogen@2023.7.12","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"66823782e471589ac9871deaa02f75a5a0f9c5a7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.12.tgz","fileCount":20,"integrity":"sha512-8m0K0dlQljrG7get2evKhGBkV2fA95KsPbl3oSOHnnRrAczZZqM+Ae+QS2YK/VsUwIZLsuY8mEzY/fv+0wCDBg==","signatures":[{"sig":"MEYCIQDFqDlfCuBCx6clVVqb8QSm25SinRscjc3V5EizNWXJPwIhAMFORqWDJKj+sLJYdi79P3L4G4zuRMiSwkZOEDBL9J+J","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1965781},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e71aa4766a160d4bcedb8b2967732ed0d2525bf3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@shopify/hydrogen-react":"2023.7.5","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.12_1698261362526_0.4724783845519669","host":"s3://npm-registry-packages"}},"0.0.0-next-3eb376f-20231025210155":{"name":"@shopify/hydrogen","version":"0.0.0-next-3eb376f-20231025210155","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3eb376f-20231025210155","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9f919b1f27bd876ac7cbe8b0a6e1a3af5036f31d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3eb376f-20231025210155.tgz","fileCount":20,"integrity":"sha512-Ld6tkAB13WhYopqA4FOkZIKuD3DbRbktxiCcLjvU86h+L4P22pJy9Yb3bxL+8ydN9MAsRWEHddoUeVR/UAyNLA==","signatures":[{"sig":"MEUCIFqp0Tgbcgua+SHiCDVLC98WudYROZ3gHE33rgmtvRbmAiEA07FNwuZ2J99m/75LuVTwVQ0A/Re4IOODzdKeG4jG2ec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1966024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3eb376fe8796b50131dc43845772ae555e07a1a6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@shopify/hydrogen-react":"0.0.0-next-3eb376f-20231025210155","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3eb376f-20231025210155_1698267788151_0.8701393997835003","host":"s3://npm-registry-packages"}},"2023.7.13":{"name":"@shopify/hydrogen","version":"2023.7.13","license":"MIT","_id":"@shopify/hydrogen@2023.7.13","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3582f2cc07993a78660556875af889abeb191613","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.13.tgz","fileCount":20,"integrity":"sha512-X7Ya5Q8fuR/2A5yZ6xFxPOyfgOgNZfobP8H+eqTnlHwlMEuv1Qc8LcASN5nZCD8pbCTD5N1zaQGLiHESOU7iFg==","signatures":[{"sig":"MEUCIAaJjnL4C3tMuCgjun2osx+0VAlYEbrhFrqO8vTtPUvBAiEAg9GQtljVPXmKq/qUdErm39MdxWxcH5Kxw78JXu0SOXI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1965781},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2847811e5afcb019f8ab754d651f31df60b8b89b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@shopify/hydrogen-react":"2023.7.6","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.13_1698268264059_0.5252647469072955","host":"s3://npm-registry-packages"}},"0.0.0-next-ae50042-20231025212304":{"name":"@shopify/hydrogen","version":"0.0.0-next-ae50042-20231025212304","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ae50042-20231025212304","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"650cc3c73f0622cf30a9d1bec2ccce0f0c158df8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ae50042-20231025212304.tgz","fileCount":20,"integrity":"sha512-zHw7NxLt/n9BjeWF0FWQdL0zTKA4Yxp9seZ+UTLlgmzo3Dh/Lz+nB1yf/Mz3wG/exRtQWLOIb50i6OyJ5O/ihw==","signatures":[{"sig":"MEUCID6k0JR3BGXjZxnSPf2ZZT3DMeyURWrdMFQahy3U7sORAiEA9dNMp8j3h+HaBFCnhIDwIQW08mwy1c5+9qiLkGi+0Qo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1966024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ae500426e2f6340a0c812383b2e3154ba4702ee8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@shopify/hydrogen-react":"0.0.0-next-ae50042-20231025212304","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ae50042-20231025212304_1698269043449_0.07945109861193522","host":"s3://npm-registry-packages"}},"0.0.0-next-e75e8a0-20231025213710":{"name":"@shopify/hydrogen","version":"0.0.0-next-e75e8a0-20231025213710","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e75e8a0-20231025213710","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8cdad0f3cb1fe61c9834c30f73ea298352ee30ae","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e75e8a0-20231025213710.tgz","fileCount":20,"integrity":"sha512-W1aRQbqBq8xiICb0gXXzGoVif3aiEceVD7sEn4rlX8UZTDO0aoAiFYoZZ4HBK80wJATc7BZKDhdxS1nKBmc0Hg==","signatures":[{"sig":"MEUCIQCtD8jYpCrChS6hmNsqviFs+v0fqQs/XdLE30XnABsWgQIgCGb8FgfeB2E4CqSYiFnn570X+shSCfxnu6a0mIkBclk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1966024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e75e8a0c71a30492988cdd5fe31576a106d5ad25","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"@shopify/hydrogen-react":"0.0.0-next-e75e8a0-20231025213710","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e75e8a0-20231025213710_1698269907797_0.3857633770258926","host":"s3://npm-registry-packages"}},"0.0.0-next-7fc088e-20231025215126":{"name":"@shopify/hydrogen","version":"0.0.0-next-7fc088e-20231025215126","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7fc088e-20231025215126","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f7587073eeeb2812fa21153b6f5436264f593e20","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7fc088e-20231025215126.tgz","fileCount":20,"integrity":"sha512-Wn5XHYPs7YARWvn6SmTk+RxaWqphMXmUJoTpWS5iR1vql35HuCS6hWv7IDgtYpfecuyuKFSfukygqSCFyiHEsg==","signatures":[{"sig":"MEUCIBd1p2B/rVkiNEdbNTzELt8pQK2WgiJDfTqLe9h9F3RxAiEA9XvuNweU2Ci9P4RS9pckzZf5tgH8ggoDh9hqXV552rM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1971287},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"7fc088e21bea47840788cb7c60f873ce1f253128","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"react":"^18.2.0","type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-7fc088e-20231025215126","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7fc088e-20231025215126_1698270766168_0.12999069827847842","host":"s3://npm-registry-packages"}},"0.0.0-next-0ae7cbe-20231025215955":{"name":"@shopify/hydrogen","version":"0.0.0-next-0ae7cbe-20231025215955","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0ae7cbe-20231025215955","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c45ad8d173aed73e0dc1ed12c9cb555f1af339ea","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0ae7cbe-20231025215955.tgz","fileCount":20,"integrity":"sha512-/ZS8VddTgmAwH571F8+O3QqHEaGflXe3fqDVNQ2rxlXF4h1K2wrTo16CpeIs0yxkK0ndcIvGiSt/bhQcJvS+zw==","signatures":[{"sig":"MEUCIG4/Oz2eAIoOuOCIdMvk91Bs7l2Ya7xJhZn5Kk/qHRoPAiEAlFWdFGyUyyMUeNBGzSdmoLpCNIvgLJQHtzSZ9qQuBB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1968107},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"0ae7cbe280d8351126e11dc13f35d7277d9b2d86","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"react":"^18.2.0","type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-0ae7cbe-20231025215955","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0ae7cbe-20231025215955_1698271269440_0.048384647528195046","host":"s3://npm-registry-packages"}},"0.0.0-next-f24e342-20231025223333":{"name":"@shopify/hydrogen","version":"0.0.0-next-f24e342-20231025223333","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f24e342-20231025223333","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4a79fe2b4b53ded99de8480f65bea184bc1d2c90","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f24e342-20231025223333.tgz","fileCount":20,"integrity":"sha512-y73JqcBWTk9cdl/fWrN5nOVFSlA3q2k1OPzXu3qH7YEgFJB7Rdbl8ZoCvmje9REPnkNHsF5uQ56oVlQY56Dl2A==","signatures":[{"sig":"MEYCIQDcVDZJGsm/45XA1D4LOO9tOofjHQ72OchLP4Cl4ZuiVwIhAMhZoBgBVWWBC35ibtFGHrUdeNEBTuA9ShSF2F3USGii","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1970329},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f24e3424c8e2b363b181b71fcbd3e45f696fdd3f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"react":"^18.2.0","type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-f24e342-20231025223333","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f24e342-20231025223333_1698273277943_0.6767345396040578","host":"s3://npm-registry-packages"}},"0.0.0-next-ad45656-20231026040232":{"name":"@shopify/hydrogen","version":"0.0.0-next-ad45656-20231026040232","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ad45656-20231026040232","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"27733cac82bed67ef3c1748f01acb99235ff58aa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ad45656-20231026040232.tgz","fileCount":20,"integrity":"sha512-DBXvONxZAzTjmSlJYYUzkudNQAcm9rlIrxbLqi6y6F7JvnyrND5ykM95HuBVjkesz7wSqYW5CdPOxVZ37wdAsg==","signatures":[{"sig":"MEUCIHcETv7pZnCnaSPxTMx6AEFw+m3ViFV8P9RBi7dmmWoxAiEAzvpqEZWHzaaNgpFoe5gOE7nBiG3njUMfesMvPSMAgZY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1979203},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ad45656c5f663cc1a60eab5daab4da1dfd0e6cc3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"react":"^18.2.0","type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-ad45656-20231026040232","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ad45656-20231026040232_1698293018731_0.25753500601745993","host":"s3://npm-registry-packages"}},"0.0.0-next-66a4857-20231026052905":{"name":"@shopify/hydrogen","version":"0.0.0-next-66a4857-20231026052905","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-66a4857-20231026052905","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9abccce6b4b62ddf7895b99a71b49d48416206a5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-66a4857-20231026052905.tgz","fileCount":20,"integrity":"sha512-JIoLg7YxQnz2gzCAZfrrndSUEOqA2mRa152YuJ1HBizUDTnN3TTPAOfm6monZ6OqkoOP9+lTGf3wSJXH24fICw==","signatures":[{"sig":"MEUCIQCxjW6wvqL8V7hBMYfK3GG7sJ+hc39m8CYxJVT+C4WjLAIgQBnKWwd734o7SWGir6mH4l5ZLHo+Bv8AW+jZrzzQ/AE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1979001},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"66a4857387148b6a104df5783314c74aca8aada0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-66a4857-20231026052905","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-66a4857-20231026052905_1698298199380_0.6073116665389302","host":"s3://npm-registry-packages"}},"0.0.0-next-4fe85fc-20231026074823":{"name":"@shopify/hydrogen","version":"0.0.0-next-4fe85fc-20231026074823","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4fe85fc-20231026074823","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1471e5f52e9a917f097bf73b6fd96bdc39c4507e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4fe85fc-20231026074823.tgz","fileCount":20,"integrity":"sha512-0ethI4aT1+6Nzm2zj0WlOEdHTMGcCVsjyVbZ9MurkJweBe9qE+PZCRJ1vOtOjJ4clFtaMMzb9djRkfC9T1QAXg==","signatures":[{"sig":"MEQCIAuQaUFV9Jg0jY4y+t24xoyQtQY3RK2nC/JZe8wkTwzVAiAs/Me+bCJdVe4vjDhm5jSOZDR8TFD4GxzFkeF1MhOcHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1979001},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"4fe85fc307f814407cfa884266eaa0dba68624b6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-4fe85fc-20231026074823","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4fe85fc-20231026074823_1698306557506_0.1289058577626263","host":"s3://npm-registry-packages"}},"0.0.0-next-3464ec0-20231027033335":{"name":"@shopify/hydrogen","version":"0.0.0-next-3464ec0-20231027033335","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3464ec0-20231027033335","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7363b61225f8cb8256723e70ade06ebf32868da9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3464ec0-20231027033335.tgz","fileCount":20,"integrity":"sha512-g2QBc6Apu+T01Ar/bIQSwI2HoKmrJXZpKuMz2ZbuOZW/YXyIyQSz14IsjkfL4sXX1pMQAeCAHc31O3cRJoaetA==","signatures":[{"sig":"MEQCID1nDXU7a8YwqJQK3kYLIiaPhRpwbvz/CK4PrDw6bihYAiB4XsAJwVJxwiI5rhaNI4QBMWetJ9Jx6HnVIl+rKYN/Xw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1979001},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3464ec04a084e1ceb30ee19874dc1b9171ce2b34","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-3464ec0-20231027033335","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3464ec0-20231027033335_1698377675362_0.424289592597872","host":"s3://npm-registry-packages"}},"0.0.0-next-a6f397b-20231027162125":{"name":"@shopify/hydrogen","version":"0.0.0-next-a6f397b-20231027162125","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a6f397b-20231027162125","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ca9f80fc9bae2636718c280f169274446da20824","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a6f397b-20231027162125.tgz","fileCount":20,"integrity":"sha512-b53Kk/+w+IsTVoXCRrX0c8B+j3N/Y2OaVPrUu9AEh+DlIaF3wLMWoNo3E8Z13+YgNmeLsTimD5VLpUgBHM+/wQ==","signatures":[{"sig":"MEUCIFRta2IjSs5pGtjZ1JXAUOj/M6E/vh1X42dF/OYTw89HAiEA7vToxhXziSBPZ8gScZRr/0Fpnt1t+9KWfHvEichZazA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1979001},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"a6f397b64dc6a0d856cb7961731ee1f86bf80292","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-a6f397b-20231027162125","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a6f397b-20231027162125_1698423741512_0.8116160614027268","host":"s3://npm-registry-packages"}},"0.0.0-next-9a837bd-20231030160954":{"name":"@shopify/hydrogen","version":"0.0.0-next-9a837bd-20231030160954","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9a837bd-20231030160954","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c60607bccb6a2b025b56be842476a82ff2159c6f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9a837bd-20231030160954.tgz","fileCount":20,"integrity":"sha512-f3TsRYTRKytwcppUj039DiT15F6i4FyHKh5Vo6QF2RU33GW+sUqe8o17Xy4fHM+1pF45NdyVwobXLBBXFOR8IA==","signatures":[{"sig":"MEQCIHPaMpJ7fTkzXw1MTrDfOE2Yt198ZXen9IfmpS+4H3YPAiArjYrFFimSKOebQYXC3Ra/wqqZ5vzAs96clG5Xtcf2+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2142117},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9a837bd0dabfced732ef8e5c788b8bcbf1f6e588","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-9a837bd-20231030160954","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9a837bd-20231030160954_1698682245438_0.029035893155664683","host":"s3://npm-registry-packages"}},"0.0.0-next-58dc68d-20231030185833":{"name":"@shopify/hydrogen","version":"0.0.0-next-58dc68d-20231030185833","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-58dc68d-20231030185833","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ed6c3f099237af6b661c0ae511b428b1c573bea4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-58dc68d-20231030185833.tgz","fileCount":20,"integrity":"sha512-o6GjQ40u64sWzECRjMw2bcdQuinpbUKEy0kjqPqNryaYpmTgrZyh06bsb0HmOX0kLhJuEPhrRI2VZkso3Vihqw==","signatures":[{"sig":"MEQCIGCAKiKwDyLPUkeaTn3wGS7RYDMuQ3Yc2iGU16gFAJ96AiByMNu7RZSihpFoXOUGxK0T4j6APQMIEHCAq46ykA6Hyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2142117},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"58dc68de2f71d12f1275961e160faa740387cdb5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-58dc68d-20231030185833","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-58dc68d-20231030185833_1698692366847_0.11673528438148106","host":"s3://npm-registry-packages"}},"0.0.0-next-3a2ce2a-20231030214648":{"name":"@shopify/hydrogen","version":"0.0.0-next-3a2ce2a-20231030214648","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3a2ce2a-20231030214648","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"df42b2e23304e304abdc6185b1a5137a68261fac","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3a2ce2a-20231030214648.tgz","fileCount":20,"integrity":"sha512-LFANVQPfnfG7DiUekqBYiyqJHgOHLXOV8iWdtLV2yYknEMRgl3U1hjiTdCtme1W9KF0m8ZD4ARnvK4NKZaSDLA==","signatures":[{"sig":"MEQCIDG00sIFFJCsmV0a9c0d9snJz50OvUQR8SDMCBUxEL6UAiAeru8jjb6PdjZE//fEy6Q3nbGtMv0Ei9Ij1A++Y6ZNtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2142117},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3a2ce2acd57addd9385cc8516546cf19c5fe08da","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-3a2ce2a-20231030214648","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3a2ce2a-20231030214648_1698702460714_0.17975194768399527","host":"s3://npm-registry-packages"}},"0.0.0-next-bbd8cc6-20231031023055":{"name":"@shopify/hydrogen","version":"0.0.0-next-bbd8cc6-20231031023055","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bbd8cc6-20231031023055","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f13a1ecb66821a6561047e8ba401676f3e3afc30","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bbd8cc6-20231031023055.tgz","fileCount":20,"integrity":"sha512-GEIQeRRUOpp6neIMgP0+WRuw85Jk+6/goHfZ4p5PkA/lafaADO12hh3ztNBPyUZqxIUExUPTWmVB+Mr8S95xAg==","signatures":[{"sig":"MEUCIQDOfsAytRLG97OTPWZGUlc0RYEJXh6kPsxlqoz8N9zSIgIgczhwOkZNp3dTOK8jQrKHz5LDWZSTnOmghYPGWGdbfB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2142117},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"bbd8cc6a1afe624f387485bbfa0a73b64492ddce","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-bbd8cc6-20231031023055","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bbd8cc6-20231031023055_1698719516845_0.849437598561243","host":"s3://npm-registry-packages"}},"0.0.0-next-8198c1b-20231031153353":{"name":"@shopify/hydrogen","version":"0.0.0-next-8198c1b-20231031153353","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8198c1b-20231031153353","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2d212ef124f9999fd0d0305c60346c1034ffb5f6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8198c1b-20231031153353.tgz","fileCount":20,"integrity":"sha512-xQ5SyMq7hNJLvOFlQIvnN8gVwx3G5JTls1zGCLQTnEJDhlMNVEtMmj1iqRu0ZdWuYjZ7TunQA9JjpyAPnMtXnQ==","signatures":[{"sig":"MEYCIQCVReLztWUuJ+chtn+0Vj5hNF3Ac0hRTcLdktXCuDL6zQIhAO5Dk+WiNarjWQeRQSqwr7RPcMImW9sUsbWXWEGQdKn1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2153828},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"8198c1befdfafb39fbcc88d71f91d21eae252973","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-8198c1b-20231031153353","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8198c1b-20231031153353_1698766502116_0.38279993612716745","host":"s3://npm-registry-packages"}},"0.0.0-next-2ff057d-20231031160028":{"name":"@shopify/hydrogen","version":"0.0.0-next-2ff057d-20231031160028","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2ff057d-20231031160028","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a5503bf256132c77f2086ff539da8bf4e19f8289","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2ff057d-20231031160028.tgz","fileCount":20,"integrity":"sha512-/fiS2D4t4XlXHR91N2sRVDYy3R5ab3L/nm8xiMzhqFH/30rUdpPDcbc1tEcwtU7Me9EUme7PF6L/GT5p8yriGQ==","signatures":[{"sig":"MEYCIQDJK1ccxVfeeD3BSVwzrLB3tY8Xod8nx7EKkIK+3thRxgIhAOsHArOMt3GilUBsk96Yzohs+gZMFNQ3CJWZJFvAtjZf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2153828},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2ff057d493ce67a498739d173ae50505d4f5b2d5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-2ff057d-20231031160028","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2ff057d-20231031160028_1698768081329_0.9262277753164339","host":"s3://npm-registry-packages"}},"2023.10.0":{"name":"@shopify/hydrogen","version":"2023.10.0","license":"MIT","_id":"@shopify/hydrogen@2023.10.0","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d93e251a275c29d1803f3d5142f49328bcf1e94f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.10.0.tgz","fileCount":20,"integrity":"sha512-x+p+AngLHxF3Qg/2ma/0QLVhBoHJPgeRQ4CU7Ysjn6N1hXIwS0YxoyF9CUOXmORiq24U/ejIJ6Zkod5IU79Zbw==","signatures":[{"sig":"MEUCIHlfSwVB0slf7MwVsAdfAByhLI3L72rp8K02TE9+c7H3AiEAs37XQrFopasJKALTGUmLhA/g69AjF3C3fGKwBHQjPBg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2153586},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"300fe1b68164df5942caaaeeedadd1844c355f95","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2023.10.0","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.10.0_1698774234609_0.44606714027523764","host":"s3://npm-registry-packages"}},"0.0.0-next-68521e1-20231102044259":{"name":"@shopify/hydrogen","version":"0.0.0-next-68521e1-20231102044259","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-68521e1-20231102044259","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"52e8bfc444b5f8fe7c0bb2bdeaa37330446c83fa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-68521e1-20231102044259.tgz","fileCount":20,"integrity":"sha512-y5OaADMKzQHI7fVvordzogy4UwQjNC0mzYCZgBsXlGfpt9NLNo4DOxq2vZkQYndxXGyhANtWnlnZSoHHCw1qvA==","signatures":[{"sig":"MEUCIGb4BNCdR0ROJtg7I88KgQGEnVx28jfVhBY31sKxuiU+AiEAnfx6TCkN3+zY5oux6Ene3egXGACuHQkSRDr0SQXgKhI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2154605},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"68521e1e773496ea329f9147d5359db05c3f4cea","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-68521e1-20231102044259","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-68521e1-20231102044259_1698900215844_0.6493051469549216","host":"s3://npm-registry-packages"}},"2023.10.1":{"name":"@shopify/hydrogen","version":"2023.10.1","license":"MIT","_id":"@shopify/hydrogen@2023.10.1","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"83a731a2a8e89d040451b641adbc551955383838","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.10.1.tgz","fileCount":20,"integrity":"sha512-FqfaOMbeya5UeorW4S+4mRasHVQLwPpiWzwxwyXklI62xDfPAnEHcc63S7jz+ai6x1xRCHT7+W0CDPAw6fecMA==","signatures":[{"sig":"MEQCIHE6Ah8AcqRf6Gd+YrcmnbthDnN2M5yIx5eZ0ljvW1UoAiAo7WwlTcEiLQfjjCLNK0RP5iWOXfaAFh0kvNc6w+K8bQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2154363},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"56770da50039b2cb65d47ed43b2b0507c18e42e8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2023.10.0","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.10.1_1698900991089_0.5966907895003153","host":"s3://npm-registry-packages"}},"0.0.0-next-5954dc1-20231102152726":{"name":"@shopify/hydrogen","version":"0.0.0-next-5954dc1-20231102152726","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5954dc1-20231102152726","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"278c6296c4364eea4231a29db027f474e9c0f717","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5954dc1-20231102152726.tgz","fileCount":20,"integrity":"sha512-3nh910jKvFPCs8x88SbV+8orZk+4cMqktaG0HjR4MNL2b/QErV8qlPlQvZ+Oz2m2AbjVS2jNlBvYQFq6CMvIoA==","signatures":[{"sig":"MEQCIGikxwe2ttiJIz1vThNP6lZGZ6G975bveoN5ZYWiGNeAAiA8PH9tPEvRSv7MvKKDH8/tD6AlMRJho4FdXQy4u4YOOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2154605},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5954dc18269132c7fb2cee888b92935bc90e38c4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-5954dc1-20231102152726","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5954dc1-20231102152726_1698938882685_0.0519622381894731","host":"s3://npm-registry-packages"}},"0.0.0-next-766400e-20231102154505":{"name":"@shopify/hydrogen","version":"0.0.0-next-766400e-20231102154505","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-766400e-20231102154505","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"68d260d38e769c95554b8c52cbfeeaa371842100","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-766400e-20231102154505.tgz","fileCount":20,"integrity":"sha512-pCjjXJJYgJ2/mKKS4vlwwuYRpeeTunxmmpeEwvA5qdec4ZLUnS8HUv4xy7Vs4nSjPQgC+fGu/caXDeRUWokUyg==","signatures":[{"sig":"MEYCIQDzGVoe7fBr7JaYE1sC4wv+gzff2rOMSYt9nJ7GeVxpwgIhAOqm8rD7oZ+w9HcP17/O0JtMRJJ5Ngfk7IRxYAvzA/ND","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2154605},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"766400ec46b4d7ab50994dcc85b9c1d433e73a65","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-766400e-20231102154505","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-766400e-20231102154505_1698939942587_0.11403180483803355","host":"s3://npm-registry-packages"}},"0.0.0-next-895110b-20231102155754":{"name":"@shopify/hydrogen","version":"0.0.0-next-895110b-20231102155754","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-895110b-20231102155754","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"511d0c16c4c25fb21743cc2deaa7d819af321db0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-895110b-20231102155754.tgz","fileCount":20,"integrity":"sha512-emkmuXE2XUocRQwWyi5fo/b4+NDxTJ1l+DmfNJZb2IZm9pdUVzq0rB8Q1hcIvQ0TCjHpo1dEjQJafI3mVF9dcQ==","signatures":[{"sig":"MEUCIQDPDe2/pKkyHhT+9pIOxGe5CFMLX8mLyikxomgZ15egHAIgSMrbr6su223zX5SUm/Jk7Za7i2CIp5dIFuGZmbOzWEg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2154758},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"895110b40369cb12d28900860195e54e11a8c42c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-895110b-20231102155754","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"@remix-run/react":{"optional":true},"@remix-run/server-runtime":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-895110b-20231102155754_1698940748218_0.19412050856047602","host":"s3://npm-registry-packages"}},"0.0.0-next-69624b3-20231102162057":{"name":"@shopify/hydrogen","version":"0.0.0-next-69624b3-20231102162057","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-69624b3-20231102162057","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a46c49b505ea263ac58361d15e1fedb6bb22230d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-69624b3-20231102162057.tgz","fileCount":20,"integrity":"sha512-REE3RoCH3nOmN53NoLIYf1l/sz+jWMRf4sttFXJnDSNvxoEK4WDOoyWO5BnxWeRG/sZUqcOcs9whrJocqN1Sig==","signatures":[{"sig":"MEYCIQCbhdIquaEqJP5w/UuHbbqJ29cfW1/sXVufC0u5HduongIhAMPsmbUemBU1fQqdR5Xt+ExfWksNDx28q4qThH3ACWXl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2154758},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"69624b3276fa18a654e222db226c7403ebdc8ead","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-69624b3-20231102162057","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"@remix-run/react":{"optional":true},"@remix-run/server-runtime":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-69624b3-20231102162057_1698942118579_0.13014755379120135","host":"s3://npm-registry-packages"}},"2023.10.2":{"name":"@shopify/hydrogen","version":"2023.10.2","license":"MIT","_id":"@shopify/hydrogen@2023.10.2","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1b5c85f154e5b850e864cd4b9204668548cfad88","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.10.2.tgz","fileCount":20,"integrity":"sha512-p5nhX/k2RebxvA800mX8C/C7yG+yWnNAynOF1/601JePeLjhOlnHd4F8x+duj9fNu1yVbjPM+erUUvuJHij2sg==","signatures":[{"sig":"MEYCIQDDYC7Owt/5L+TKAW31tfFwQFp1LWRby01BbuNMNrMcDgIhAJ8VSyiptHBj5MLjOfT0ttUKVrv55OWQgSNzCopSyPKQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2154516},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ac3f49f1bdeb880ee85e7a571470ce0e8d0a4a8a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2023.10.0","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"@remix-run/react":{"optional":true},"@remix-run/server-runtime":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.10.2_1698942261165_0.04528980446451336","host":"s3://npm-registry-packages"}},"0.0.0-next-e8cc49f-20231106203136":{"name":"@shopify/hydrogen","version":"0.0.0-next-e8cc49f-20231106203136","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e8cc49f-20231106203136","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"91a6a3225b06d1660f01fc566e5972975f524954","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e8cc49f-20231106203136.tgz","fileCount":20,"integrity":"sha512-KuJNFMLec+tpSkgxTJffVPM3m91M3k0Mb9Jcr59yQmFWehPHmi8+i6cA1tI8QbpvwVzRoVSifsdC8PMcONGJYQ==","signatures":[{"sig":"MEUCIQDPArROsHEkXXHfHkCoF9zu5McYpfPawGDNbIM18nny0gIgUExM6MkhMoeUaR2pg0Rvycrz718IOGLH53bDl8CcOS4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2157222},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e8cc49feff18f5ee72d5f6965ff2094addc23466","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-e8cc49f-20231106203136","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"@remix-run/react":{"optional":true},"@remix-run/server-runtime":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e8cc49f-20231106203136_1699302761837_0.07001811320580975","host":"s3://npm-registry-packages"}},"0.0.0-next-8fce70d-20231107025821":{"name":"@shopify/hydrogen","version":"0.0.0-next-8fce70d-20231107025821","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8fce70d-20231107025821","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"435e113dd2172f76d78741bf7835fb6e0d45b021","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8fce70d-20231107025821.tgz","fileCount":20,"integrity":"sha512-XeqXn0tFxqLUJArjrvJqk/bHbmhm00u/u9J+P/nLguPpCNLA9+ml/PK0sMqKR3qCZoDqyR2Vv1jIgljXuiKS8w==","signatures":[{"sig":"MEYCIQC6+7GwHzXei2MhxKeJurFKF78mqy+tHwM5WnI7kLC6IAIhAOJUBbqtWa7TGUQLCmwaeCwiVH5A6XfCoAgoOQ03L+Is","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2157069},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"8fce70de32bd61ee86a6d895ac43cc1f78f1bf49","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-8fce70d-20231107025821","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8fce70d-20231107025821_1699325960300_0.8793025278466353","host":"s3://npm-registry-packages"}},"0.0.0-next-9b4f453-20231108070029":{"name":"@shopify/hydrogen","version":"0.0.0-next-9b4f453-20231108070029","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9b4f453-20231108070029","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3a71a13cd30af9a8e1d81e6a469dafbf2d7609cd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9b4f453-20231108070029.tgz","fileCount":20,"integrity":"sha512-4w2XW+qTzDwls/peGxlO5B0FZ3NmyFKmraIjkxSk0/6/khTKZj3QtFYjsUX0dFlWRPiuXVkLaZTgHKO0seFaQQ==","signatures":[{"sig":"MEUCIBg/8qT6dbYU87eaQf6w9dWntEjbd2ijoBJ6KlWZXfqrAiEAvC3oHivyMEEsqdXMb1Wt9wgGwbj7YeHshAwJTlNZ17o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2157069},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9b4f453407338874bd8f1a1f619b607670e021d0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-9b4f453-20231108070029","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9b4f453-20231108070029_1699426886750_0.7260812479730971","host":"s3://npm-registry-packages"}},"0.0.0-next-26c969b-20231108212352":{"name":"@shopify/hydrogen","version":"0.0.0-next-26c969b-20231108212352","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-26c969b-20231108212352","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c74220c6119af2dbe66dc79fcf764637796490b5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-26c969b-20231108212352.tgz","fileCount":20,"integrity":"sha512-y2IHjYZoOshQ33dIXNJwYKsydg4wwxmm9RqZXyzy9Ljf2nRMEyjsh/CBf+JVVn5kIH0nDhjfjg4LxY/ouBehBQ==","signatures":[{"sig":"MEUCIQDCRMHDoNAEqSbEZ8AmhEQcjdyEbGwOmJjxJu/mtFbrkAIgCYCx24fIH8I7jb1Y+SGg50tsdY0O/vupiWwTZrIgJhQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2157069},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"26c969bb10166c87c95184ab60188ada9ad2c780","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-26c969b-20231108212352","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-26c969b-20231108212352_1699478689017_0.11082057190181027","host":"s3://npm-registry-packages"}},"0.0.0-next-f90e4d4-20231113133224":{"name":"@shopify/hydrogen","version":"0.0.0-next-f90e4d4-20231113133224","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f90e4d4-20231113133224","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"614d57ba2a2f85ff26a9a19fd5b0e7026c324998","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f90e4d4-20231113133224.tgz","fileCount":20,"integrity":"sha512-XypIbiy542J6QY4iJz/+i6VAUsLY4a1brdWmcDXafZuUHPj/e47o20Gsy+lR7MJWepQqhTMo/xV4yrGIxDG4Cg==","signatures":[{"sig":"MEYCIQCdWqF5uHqmn3n3qadS96lSPo3f9rHeu7/dhOEYClo4LAIhAMSjpdQC/e8Ffzj9gPjYsQnaTd1/JLR98vecKXSST1IS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2157069},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f90e4d4713c6c1fc1e921a7ecd08e95fe5da1744","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-f90e4d4-20231113133224","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f90e4d4-20231113133224_1699882425159_0.9755470602898733","host":"s3://npm-registry-packages"}},"0.0.0-next-23e4aaa-20231117022633":{"name":"@shopify/hydrogen","version":"0.0.0-next-23e4aaa-20231117022633","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-23e4aaa-20231117022633","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4b326fef2d7ca6c39f0b5464806046c564f07b17","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-23e4aaa-20231117022633.tgz","fileCount":20,"integrity":"sha512-pVwiG7hQJb9fLzXz1fzT7mzHHDuJ1nLnWPjdquBKXU/+IlPqwwXJN9ANnmFsLfyC6WQbmp3q9cdU9TSmQGYugQ==","signatures":[{"sig":"MEQCIGSTzRao//e3BmZOJ+Kd4jloqzHMEnnyi1O272eBO0z9AiB+0FiXb1fcr1CLAT/sSpSF2bjXryg1Q0+j+bqsI0mAtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2157541},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"23e4aaa6d688014824d28e923d13a60682d0b618","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-23e4aaa-20231117022633","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-23e4aaa-20231117022633_1700188033168_0.8585879328063111","host":"s3://npm-registry-packages"}},"0.0.0-next-9ed789d-20231117114017":{"name":"@shopify/hydrogen","version":"0.0.0-next-9ed789d-20231117114017","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9ed789d-20231117114017","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ae085d2e71374a7b698b6ac58885f1ba7055a736","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9ed789d-20231117114017.tgz","fileCount":20,"integrity":"sha512-rSV0sBB0cUPHso1OXjzyHW9+LDpisAdrJ/BRRpbhP3LKIhHNeewGZHGSwHI/Y2UPfWTLOFngzfMOk9CUNBs6xg==","signatures":[{"sig":"MEQCIGR61xx5D6E7GhvkbiGsTmMWe5FF5BJLhSSO71yOczxcAiBgAtzV6xx96mJKwXelQRfS2FQVJj4jmK8WHFwe3QnO/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2157541},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"9ed789d7eae720c2eb4468a878f96afe6e393cd5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-9ed789d-20231117114017","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9ed789d-20231117114017_1700221258293_0.08647662679930046","host":"s3://npm-registry-packages"}},"0.0.0-next-6bd92f4-20231120194613":{"name":"@shopify/hydrogen","version":"0.0.0-next-6bd92f4-20231120194613","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6bd92f4-20231120194613","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4f806446d710cf15ba8137aa5fb5e3517b92526b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6bd92f4-20231120194613.tgz","fileCount":20,"integrity":"sha512-mrR276NLjDK9cYb1DWNp7NPS56laE5Z6yIJgCUfTGroIfmoZTvqaiR6OnBq1DqeVtg3NIESvuFP5tkBlvvHA7Q==","signatures":[{"sig":"MEQCIH8c2oDkgNe/IOkzhXJWNf+GpeNsnz/Cx3Yl7YT5ku91AiAIi82S3JnHYHd4ZuHPk/iDcdRMrbiQoBVvWK0087i+pA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2163031},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"6bd92f4d454a263d2928c9b830feb0a48092d109","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-6bd92f4-20231120194613","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6bd92f4-20231120194613_1700509613710_0.2615939010011632","host":"s3://npm-registry-packages"}},"0.0.0-next-27d69a2-20231120204259":{"name":"@shopify/hydrogen","version":"0.0.0-next-27d69a2-20231120204259","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-27d69a2-20231120204259","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fba07028f168912dba9c3277bb6e401cc27390ed","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-27d69a2-20231120204259.tgz","fileCount":20,"integrity":"sha512-C/j1rISK+LLfhMxRrhUAGEUy3Y/kusT2tm9ncp70sKp2hvjnOnazeqqJ1TkofYwLSiKHFEG5aNeVyvwsTibdRg==","signatures":[{"sig":"MEUCIGhC23t4RULQ7h4yRVWPQdfmhBuBwz/sbLxXyOXB6cm1AiEAysX3dek8nKthSO3B95o8oWAg0cO11ubR3iiN3AXcX2s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2163031},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"27d69a22beba269a67dc72dd53a49801f68a4fc2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-27d69a2-20231120204259","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-27d69a2-20231120204259_1700513019170_0.006012413360073188","host":"s3://npm-registry-packages"}},"0.0.0-next-74ea1db-20231120210149":{"name":"@shopify/hydrogen","version":"0.0.0-next-74ea1db-20231120210149","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-74ea1db-20231120210149","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"234a91c4e1bbfe39680efc4c66ebe03fc00dbe4f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-74ea1db-20231120210149.tgz","fileCount":20,"integrity":"sha512-KEym+Nk6EGOsYvjdlCKWUZ1zC/aSyhqj8yMSbjH3JQm1Y6UwmXDLx524lp5SDUrcMfn0cqIQa80tKqlq9Q0gGA==","signatures":[{"sig":"MEUCIQCOWo5AKWLzDF/iVoTnvFarg0OserFvcRJs7BPaVtvNqAIgI1O9+/Id1D6iO+4CoABxfiUAzfN4wdpVhR10o8dZmDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2163325},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"74ea1dba9af37a146882df7ed9674be5659862b5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-74ea1db-20231120210149","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-74ea1db-20231120210149_1700514149538_0.9450979484895463","host":"s3://npm-registry-packages"}},"0.0.0-next-2c9c2b7-20231121112642":{"name":"@shopify/hydrogen","version":"0.0.0-next-2c9c2b7-20231121112642","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2c9c2b7-20231121112642","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9c881a02000b1b4840d15b78077330352cbd4cc8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2c9c2b7-20231121112642.tgz","fileCount":20,"integrity":"sha512-Ceo6mM+NyuCZKnTpiTCW81dc+LhOacMA6YRUFajQSipt0rfRdNepvlSpZfQCO/W+DcZjyvACaMYhFNjk8A+ESQ==","signatures":[{"sig":"MEUCIHpbF4EIELZ2Wt8N8xA9ZrM5WLWq3PEggSZEJvkDpUQKAiEAq+JpWJXGKSgTrnX4M/dmrjNIeQRS4KE93psRgN9oNSE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2163325},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2c9c2b7df3c51b4bb556544aa76ca1a264ad4c8e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-2c9c2b7-20231121112642","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2c9c2b7-20231121112642_1700566043150_0.7493427202109064","host":"s3://npm-registry-packages"}},"0.0.0-next-ee513e1-20231121152728":{"name":"@shopify/hydrogen","version":"0.0.0-next-ee513e1-20231121152728","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ee513e1-20231121152728","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7ea96df6769c3fa7d180bac7a3e32e1025f79f65","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ee513e1-20231121152728.tgz","fileCount":20,"integrity":"sha512-drNyyIcqUyr+VavLDcpMh5L/EkikQX8OIrXycT7JHcyxIUbHTDR1CtVaPd/UMkM4cSJsSzfrK49W7we4+5Omnw==","signatures":[{"sig":"MEUCIGoYg+zVVog3tSjE7PKNmAqPwP2i13QxZ2qhSIY0bKHrAiEAoapiZk8LaUjh5sx8To9nSKokL1F7WKUoTqvoSu8sRWU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2163325},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ee513e14cc5059487f37f462f76b9e8654304f3c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-ee513e1-20231121152728","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ee513e1-20231121152728_1700580488774_0.1785591692894366","host":"s3://npm-registry-packages"}},"0.0.0-next-23dbcb3-20231129182948":{"name":"@shopify/hydrogen","version":"0.0.0-next-23dbcb3-20231129182948","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-23dbcb3-20231129182948","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c5651233f4a3c0b856d4af3426a2b54157d080c4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-23dbcb3-20231129182948.tgz","fileCount":20,"integrity":"sha512-n2+iDNXwffqYWuVWwtYyccMhCtb8Jw+NczBnSzaZgKBRvSyBuSA94CWXKiUUpwA0wHC7rrC0bFrowLOxMZ6ASQ==","signatures":[{"sig":"MEQCIA72zNIGvkdqYfgjzBMoGYecBCVkAnY2ZUOKE7ySUKZOAiA8KBYlfJ2nnomVDCHGDRfG44fSlPBskuhTP7+uMcY2gw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2163325},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"23dbcb3e90b8ffc84b542e51d7bdd2286f43ed34","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-23dbcb3-20231129182948","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-23dbcb3-20231129182948_1701282628726_0.1272633018292293","host":"s3://npm-registry-packages"}},"0.0.0-next-5ec24e0-20231130175913":{"name":"@shopify/hydrogen","version":"0.0.0-next-5ec24e0-20231130175913","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5ec24e0-20231130175913","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"93c798ddc1165758ee424743102fc09d77867bf3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5ec24e0-20231130175913.tgz","fileCount":20,"integrity":"sha512-BRc/jfIDXVq453sjQLIT3whQqCZzdQ9cTEm8LalKhbPsMTIS8TrSQl7mvD/s4Jv4baE5MJZOG2lQaywplpY2TA==","signatures":[{"sig":"MEUCIB0eEFIVsxcfgwDjfjSqJ+wcTSP2A1UIeLCUNyn8ZVGRAiEA7L9CGFJ4JH86OUWB4bE1Rcb7JBU++BzswQnfEQepiy4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2163325},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"5ec24e0e9b3db2ec625a622b9bbee8cb866a998b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-5ec24e0-20231130175913","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5ec24e0-20231130175913_1701367192185_0.4943681673783342","host":"s3://npm-registry-packages"}},"0.0.0-next-fc1365c-20231203191641":{"name":"@shopify/hydrogen","version":"0.0.0-next-fc1365c-20231203191641","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fc1365c-20231203191641","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b983b21352a80f7f96cb20bf7e21a22e53d91afc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fc1365c-20231203191641.tgz","fileCount":20,"integrity":"sha512-KETWBeuG6aNWVNyxGCM4T/+3gHQb0wuK74x4O3PAWZiaUDO5DhJR5d7gzF4qExRMFcZXYYjc+ZCkSWlp+4eePg==","signatures":[{"sig":"MEYCIQCkB/hROUN8o10LRHzPGYRUlUP+N602M2C08IUTD/07ZwIhAKyUczbqoRFl26H7VGZo9QSK6raX+1m+utzUzujYdmYn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2163325},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"fc1365c6d97ca86edeb801b9898ac5e081fbe626","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-fc1365c-20231203191641","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fc1365c-20231203191641_1701631042854_0.04522494001143551","host":"s3://npm-registry-packages"}},"0.0.0-next-961fd8c-20231204134024":{"name":"@shopify/hydrogen","version":"0.0.0-next-961fd8c-20231204134024","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-961fd8c-20231204134024","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b5ed8050e60d0df0b50e61788093291e0bbaef5f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-961fd8c-20231204134024.tgz","fileCount":20,"integrity":"sha512-+FeX06+4JzyXU6uZdDJ6D5TG3MgJeCkXke9R/J6yIVY4v5oppC0dqYRuZ8EFuuhzyIsKqBZ/2iWBrCn2Z8L0vQ==","signatures":[{"sig":"MEYCIQCQ9sOivHV6NowJVtWB+AFSihSd6y1VbjvPvv3Maff8mgIhAMxz+qoNW5cGyPYm91GSFYMSVK4atYK91IU+mxcg/YEp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2165453},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"961fd8c630727784f77b9f693d2e8ff8601969fc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-961fd8c-20231204134024","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-961fd8c-20231204134024_1701697268065_0.5208939437165689","host":"s3://npm-registry-packages"}},"0.0.0-next-c8e8f6f-20231204210404":{"name":"@shopify/hydrogen","version":"0.0.0-next-c8e8f6f-20231204210404","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c8e8f6f-20231204210404","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"986dfd78652fea81022d1f85f99ecde2c3af6940","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c8e8f6f-20231204210404.tgz","fileCount":20,"integrity":"sha512-8P0r/U5yS70P2GYrma6nPV5nAlDOL6yhStaxzLd9ZvRRvUj2iBroTrqbaLT0fnuLcurhZBdCTxPO9I+bhBlxdQ==","signatures":[{"sig":"MEUCIQCa8RvyLiXNxAzLG5VcBgedYZ73ayaVzO2oXmcQ1FFRfAIgC3LKxkRlp0qNX5ni+3i3sSwJuw2XJTKcumC9uZztQuI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"c8e8f6fd233e52cf5570b1904af710d6b907aae5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-c8e8f6f-20231204210404","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c8e8f6f-20231204210404_1701723885384_0.8755670980362023","host":"s3://npm-registry-packages"}},"0.0.0-next-e2f1ede-20231205001410":{"name":"@shopify/hydrogen","version":"0.0.0-next-e2f1ede-20231205001410","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e2f1ede-20231205001410","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0e3aa2135b981e5ceeb11a36fde79f377b8dd390","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e2f1ede-20231205001410.tgz","fileCount":20,"integrity":"sha512-Rm0ebSWiAd0725mtcMwbzeZQEWH4sNxgFRDHnSSyhFmJdNIjJIkiG1gcTnxv7znfD7VPZ3AZRf8T63cpwDXilQ==","signatures":[{"sig":"MEYCIQCnHDXP7zjr2eSM7Lm9+rN/8JuWRMKW7Gk3DxhBq63YFAIhAJv+T+t5aNHiuP7RvJVLwekuQ2V9EAVdAv0wjPgEdtHs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"e2f1edeea2cf51c277009fecc5d94a4920df3f2a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-e2f1ede-20231205001410","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e2f1ede-20231205001410_1701735290422_0.16363943486155574","host":"s3://npm-registry-packages"}},"0.0.0-next-848c626-20231205174050":{"name":"@shopify/hydrogen","version":"0.0.0-next-848c626-20231205174050","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-848c626-20231205174050","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"95c2d77c68a06131311f2b669acd66382b31c7da","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-848c626-20231205174050.tgz","fileCount":20,"integrity":"sha512-NatBB59grnjEUKUj71LT4ygm2dyz2kmsZFNosIUhMZA7os95T5fBS712Upryi/DvH7mRMTYs04BrF22W7Oqydw==","signatures":[{"sig":"MEUCIQCBTeRB7Eoqcldj/+eOv5ZuGrSQVIGaQyfh9lXMgPkl6AIgCLuL0R/BEE3Lb1qj0cYtkhNxJ8QOcNgvIpeo3rVIPxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"848c6260a2db3a9cb0c86351f0f7128f61e028f0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-848c626-20231205174050","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-848c626-20231205174050_1701798090994_0.0764853523848561","host":"s3://npm-registry-packages"}},"0.0.0-next-f352f16-20231205174241":{"name":"@shopify/hydrogen","version":"0.0.0-next-f352f16-20231205174241","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f352f16-20231205174241","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6c61b0767799d7cc913895bf8fbc750f2c100963","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f352f16-20231205174241.tgz","fileCount":20,"integrity":"sha512-+ke6Z/cVjNC6D3bN227jaF97BO4EONRxBFtGxYsKOPf+9iNeB3Mjdn6ri6/J7ERF1rNn7FnyuHbXQ1J4qf3klQ==","signatures":[{"sig":"MEYCIQDYPwo74HHfbY+/vl+ScPgWYHZC/eXEaaOOXiUbQPTzbQIhAPWCxISuKxF5I0FMQpTYOYJRnGNYWwosQus2/creUot5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"f352f16ec4d1846871b4625afc7387db2fb3474a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-f352f16-20231205174241","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f352f16-20231205174241_1701798202644_0.2934265232069595","host":"s3://npm-registry-packages"}},"0.0.0-next-33c9b73-20231206151826":{"name":"@shopify/hydrogen","version":"0.0.0-next-33c9b73-20231206151826","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-33c9b73-20231206151826","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c997c2b0a542144c49074ab43f85d812579fe0a7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-33c9b73-20231206151826.tgz","fileCount":20,"integrity":"sha512-TnrC/y4RFO9Coy1ZpAd7+O5dYNodQS4jOhvUI58TA/tkEmB1iXXINPj+q2HefJpjSeOxNsstyXKL4oE6W+qUzw==","signatures":[{"sig":"MEUCIQCoiKIdvbhBrN2ns0eJ3KffeQpzRKcctRok8txALYpgYwIgE81psD51RSo/Sm2J081A9V/mfvgJkwAu7R2sBRg/qVE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"33c9b73b87dbd32ad06115865fbb8e71059f39e5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-33c9b73-20231206151826","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-33c9b73-20231206151826_1701875948388_0.8635648344782734","host":"s3://npm-registry-packages"}},"0.0.0-next-62f6787-20231206152632":{"name":"@shopify/hydrogen","version":"0.0.0-next-62f6787-20231206152632","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-62f6787-20231206152632","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e10a5a6e1448943f00d90b673e5b2572ed5d36b6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-62f6787-20231206152632.tgz","fileCount":20,"integrity":"sha512-UkPthPyEyV9Mh2uYvEqTiAi0KjCuB2yChJW9MAfQ7uWep0PsnMFaawN3tvNZVxutpvxUOez/0LdfMzqBwRT96g==","signatures":[{"sig":"MEYCIQCPGMltnO4DlqGwawGMc2q3xvt0t8Ah64ZUOxQcHJJ8wgIhAMfe95p19HqqoKgoVfSi8v6m5Sj1egSE6q5dmQj8mgF3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"62f67873359982ffa08f617085787a1fc174c3fa","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-62f6787-20231206152632","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-62f6787-20231206152632_1701876433068_0.09041173325101659","host":"s3://npm-registry-packages"}},"0.0.0-next-bacc8dd-20231206214044":{"name":"@shopify/hydrogen","version":"0.0.0-next-bacc8dd-20231206214044","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bacc8dd-20231206214044","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b7a0a10dbf25a702ec9f2855117d3d5e13072da9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bacc8dd-20231206214044.tgz","fileCount":20,"integrity":"sha512-OEgH5num8nqcRrqJ0KhtQzs45VMz/hw/kI9JR26mXLbLPSPg4Emcj4v9Blko+qk04LbdydMr3ZDTFhpiy4Wnow==","signatures":[{"sig":"MEYCIQCUd6ACfdPP9H5GA/XJUEi4NFj4khwol8l9mggGDCVqQwIhAPf8emE81+PpVYBcf2sum5pE7rgpPBX9J5qSAWi2q/Lh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"bacc8dd1b2ffd9d8012d20e37bac5681a549190a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-bacc8dd-20231206214044","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bacc8dd-20231206214044_1701898886241_0.6850765199627358","host":"s3://npm-registry-packages"}},"2023.10.3":{"name":"@shopify/hydrogen","version":"2023.10.3","license":"MIT","_id":"@shopify/hydrogen@2023.10.3","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cbe9b1e0daf9e000f3d2c6ee47fe6f7dce6c8732","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.10.3.tgz","fileCount":20,"integrity":"sha512-oTNjdsBHzb5W4S4S2b83qZ1SiHeY1MJgTRjaq9OqKYHMmchggd9ap44lheZjG67CgQYyuE9ocr/bgBq1yU8hoA==","signatures":[{"sig":"MEUCIBqJb2H233OZtB0WPuzn5OZPHLBSFiBJBtotXGh6lV/8AiEAtYHVii6TtCZCkwy66hZwrrPHcE6MC42Cy9S3if4tmAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171347},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"727baacf60090a29fc58c91e75cf3efa7a0bdf7d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2023.10.1","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.10.3_1701901265112_0.5276714558143367","host":"s3://npm-registry-packages"}},"0.0.0-next-3099846-20231206231442":{"name":"@shopify/hydrogen","version":"0.0.0-next-3099846-20231206231442","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3099846-20231206231442","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d185ea7b6efb0ca82d8dc0d3fb86ca1ef212b2dd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3099846-20231206231442.tgz","fileCount":20,"integrity":"sha512-4OXkJ7CekiHbh+RQtCXApun0zU2iTTYQ/TAYi76YCHD9jwUFOZIert9De94WwxrBm2MAWtNBMINyHZpD8c26fw==","signatures":[{"sig":"MEUCIH9Wy7BIgsd+kDrH15nnD1uuR97Go8TIrgCqQT0msPB7AiEAljA+hHkWzkXeuF5QWDhau1pA7MVLEjIFPYD13OaeGag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3099846757e133d92a5e84e1947d16d32bdf43d9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-3099846-20231206231442","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3099846-20231206231442_1701904518832_0.867640386880058","host":"s3://npm-registry-packages"}},"0.0.0-next-18a52a5-20231207031339":{"name":"@shopify/hydrogen","version":"0.0.0-next-18a52a5-20231207031339","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-18a52a5-20231207031339","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ea3620d0a9dc9ef9d359c296beedb9cbaf0a5768","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-18a52a5-20231207031339.tgz","fileCount":20,"integrity":"sha512-Epo9irhNwR9JfpkDZ7XX8qU+Kp9GbbUV9ubZxIg7Ca5sZyI4dTF1a8eUYXpkKjs3OUFYMM4Fcp/prcA63rSpeA==","signatures":[{"sig":"MEQCIHj5HFzfjN47sDiDi8U9ICDKnrjFlCzoheG300Rei9FuAiBs7jf2SgF4Lh9VSn5txXfWHWDar0fYodx0DKZ/jWXlQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"18a52a5825e7c96e0149c58eed440eeb38e08621","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-18a52a5-20231207031339","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-18a52a5-20231207031339_1701918856124_0.5488792831841525","host":"s3://npm-registry-packages"}},"0.0.0-next-dd99c2f-20231207120127":{"name":"@shopify/hydrogen","version":"0.0.0-next-dd99c2f-20231207120127","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dd99c2f-20231207120127","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4300b930fbe7a88324a2cd71639844cefd7cab59","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dd99c2f-20231207120127.tgz","fileCount":20,"integrity":"sha512-wt3ka7IbEQwf7gukcjDJSABEdSwQTU+KthFNwhpMJtQzZdNPGIK+KLfCVK6igU6iQ/UEj+yjF7VS4VlZ95QfRw==","signatures":[{"sig":"MEYCIQDwgKerlr4fP3E5rsPwY+4/MqD5ldTOpv2vrDG7hzxFTwIhAKLEhDNiSBdGnR77GHlLgeR/rU5HJ+OUkn9IIhSxOpgA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"dd99c2f2ae5a04d4b29b1a71ee592844d9f03681","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-dd99c2f-20231207120127","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dd99c2f-20231207120127_1701950524483_0.26279106752326387","host":"s3://npm-registry-packages"}},"0.0.0-next-d89287a-20231207154734":{"name":"@shopify/hydrogen","version":"0.0.0-next-d89287a-20231207154734","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d89287a-20231207154734","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"33dabda982b11ce246ab685588f6f269ed24d95a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d89287a-20231207154734.tgz","fileCount":20,"integrity":"sha512-RjFQPZNPMGaTTuE5acXRffOfdKI9Oy97R3q3nZ2oxadd/Jti2cGtTSX0AeEfBKcegFmfOCjV9dkgHS3d/wxXFw==","signatures":[{"sig":"MEQCIBvxnIK5yuZCSXtDNDi+je9FTiMkOKVV+RHDxXmKZLVeAiAOuG5wYLFh4RjfGStFz5lUGWNeZgSlf/0G2Zb4S3cL9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"d89287a27d055fcce977c904a95943b90ca0a5fc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-d89287a-20231207154734","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d89287a-20231207154734_1701964090330_0.12852799571716034","host":"s3://npm-registry-packages"}},"0.0.0-next-081b41e-20231208012127":{"name":"@shopify/hydrogen","version":"0.0.0-next-081b41e-20231208012127","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-081b41e-20231208012127","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"91e3b842534b92fa46df35dac6a6d1b0ffcc0246","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-081b41e-20231208012127.tgz","fileCount":20,"integrity":"sha512-pBfVB6mOiZQpw0HXrs7hoCCjUGWxPy7prRn/12D8EDvolamxRJuBAWLQxMEgEAK1IJMPZSjtkTIb++xNXtmUDw==","signatures":[{"sig":"MEUCIA48vP4ZH2lE2qTw3k+vtfQuNI0E2l45vilFJffGIHHTAiEAin2qsAKwBFR8YIXmzKzvK3bGOw6Pr81VNFTR2J16fPs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"081b41e0d43c9e1090933e908362625b9dfe7166","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-081b41e-20231208012127","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-081b41e-20231208012127_1701998522903_0.4848150780681644","host":"s3://npm-registry-packages"}},"0.0.0-next-3f3b8db-20231214130105":{"name":"@shopify/hydrogen","version":"0.0.0-next-3f3b8db-20231214130105","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3f3b8db-20231214130105","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"03747f0797b1dc5d36c1826c7d9c666d83d951f7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3f3b8db-20231214130105.tgz","fileCount":20,"integrity":"sha512-uyrX8Q+Y3rX0urCpz16by/wcA8yAk8rf7uwoWXB2wBFmXv9gPHEJd8i1I8xZHfgiCKU7cGJAxdGUEbd4MXSRfw==","signatures":[{"sig":"MEQCIFQ/cYydZmVTGL6817V6wz/U6E//Dn3+5xNaHNI3F2ioAiArOLVgCFZAhHLRzfNkz8GlClWdjkdBzC61vLRampVdKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171589},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"3f3b8dbe8a72080791125154a71168a419c9ad13","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-3f3b8db-20231214130105","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3f3b8db-20231214130105_1702558901428_0.10733972470678932","host":"s3://npm-registry-packages"}},"0.0.0-next-d6d0132-20231214205055":{"name":"@shopify/hydrogen","version":"0.0.0-next-d6d0132-20231214205055","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d6d0132-20231214205055","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3f3d0eb2409efde123ea56888310041703af28bd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d6d0132-20231214205055.tgz","fileCount":22,"integrity":"sha512-nH6XvboulZ/5WUEA4WTsmcHHgr2ZaXrWOr2NwpRCxRYgmiLvjyMPvf54k4KD+VwzqC+c9hbizYgQ0zGhQag+lA==","signatures":[{"sig":"MEUCIQCphKrGiJLPHZBzHLocjlkegQK58QYTmKOjIJ5EJQbT/gIgMdsygA/9R2mLwrR4vEN///t6tL+fYHsIhjO3CwYv514=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249516},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"d6d01322b430761c6ac3be71aa8fee798c85de37","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-d6d0132-20231214205055","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d6d0132-20231214205055_1702587091750_0.9573991456346809","host":"s3://npm-registry-packages"}},"0.0.0-next-6a8ab1d-20231215231026":{"name":"@shopify/hydrogen","version":"0.0.0-next-6a8ab1d-20231215231026","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6a8ab1d-20231215231026","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"652626bf2fd22302bd74aea31b8576a5824fa477","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6a8ab1d-20231215231026.tgz","fileCount":22,"integrity":"sha512-T+OUmo9EcqjwvX6MJhmyqXK/97enQy5re8W3Og2lPoHbx3/vAnCZPjYwSlAFvh6NIGl7vzKqQMq4rOdDrrFQNA==","signatures":[{"sig":"MEUCIGtg3/GcNBoNwcLXQH8auMz6YawraksjjlbbkDKIinRBAiEA9JDtSKRPI23iYBG46Kxl0aG6HrsfJcCjfAXmOLjkGU4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249516},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"6a8ab1dde95c3e2b51dd1310503b5f6e4acefe0a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-6a8ab1d-20231215231026","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6a8ab1d-20231215231026_1702681864554_0.966764073997989","host":"s3://npm-registry-packages"}},"0.0.0-next-94d55bc-20231218172632":{"name":"@shopify/hydrogen","version":"0.0.0-next-94d55bc-20231218172632","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-94d55bc-20231218172632","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"59e85ffae8c4271b13dc5c246f59241d301e8f4c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-94d55bc-20231218172632.tgz","fileCount":22,"integrity":"sha512-Yazcie/Cayfpi60pBEvjzIBsgY0umZpQb5QC0zERV8UZdffa4xutSAHNlrHkpFhe1JJcK2ISfhSmYFIWJOwjxg==","signatures":[{"sig":"MEYCIQDOt2qGjibMOa+D9BYTMeJmlYByrGJMrnUolV5SWjokTgIhAJBGGkKKCpen4SDaJEJ2YlKoxeya6W8kBguYsPBEHKjt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249516},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"94d55bcf0add6d3edce5204bb2c87cfa7e607ec0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-94d55bc-20231218172632","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-94d55bc-20231218172632_1702920429127_0.2535561836970166","host":"s3://npm-registry-packages"}},"0.0.0-next-486bf39-20231218220856":{"name":"@shopify/hydrogen","version":"0.0.0-next-486bf39-20231218220856","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-486bf39-20231218220856","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8088d46b2096d9524e480e82df02c9617a70285e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-486bf39-20231218220856.tgz","fileCount":22,"integrity":"sha512-/Cc/qw8D5RuLygVE/05dNjF2pGkaPH4Otnnp/wo2GuZNACt3IZBlkeXYoX1NGZ4Wk6K8khWL+fwd11pCrHqFjw==","signatures":[{"sig":"MEUCICi/JcX5goiTTm1qlODBwDGYTUgdrTV9rNBpobeX6eSmAiEA7XKA4IgABD1cSYE1PRk4Yq8jR//3oOaH2Z4hlHpm0RY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249651},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"486bf399f2d6af882e7dee06f4a20a4838515257","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-486bf39-20231218220856","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-486bf39-20231218220856_1702937374231_0.27717539951721304","host":"s3://npm-registry-packages"}},"0.0.0-next-b0d727d-20231220183325":{"name":"@shopify/hydrogen","version":"0.0.0-next-b0d727d-20231220183325","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b0d727d-20231220183325","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"100e63c927e801674fdc318db3b162f2d875e046","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b0d727d-20231220183325.tgz","fileCount":22,"integrity":"sha512-G/rTUGyFfhL2tumaAuVfrKUsl6xpx87ltysPc8QdrIwTBEOCMScekIzBO2RGBbwP1g5f8TUFqtOHk/3mt+DhIQ==","signatures":[{"sig":"MEMCIF8s+/pt0FGKVqlnCCNLpfb/U47MHJwQo+2SToIPqjfCAh8IFS/t654IdclQNCOiHPjL09fr2yLvZG1cr48HAHE+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249651},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"b0d727d1f2bb643827e2fda438cfc447de7ee2e7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-b0d727d-20231220183325","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b0d727d-20231220183325_1703097242450_0.6330868081584675","host":"s3://npm-registry-packages"}},"0.0.0-next-b1a1d7c-20231220183339":{"name":"@shopify/hydrogen","version":"0.0.0-next-b1a1d7c-20231220183339","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b1a1d7c-20231220183339","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d8fe97d0dc9a17d5ba3757b9ac66d10d4c57652f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b1a1d7c-20231220183339.tgz","fileCount":22,"integrity":"sha512-LGPyIE4rjsULdsNF0A3gNkL1ejdP9S3+LJ6d/wFxkTLEs3oSZSNzB3dtoXhLFk1klFsw5U7eUwmIlqsklS5Eng==","signatures":[{"sig":"MEUCIDcYTQYQp+haWSZY+mguE7uQ5uIvvhwxVPvRAmhiRlO/AiEAmzo9NIt73kMYxQTmYW+r2dOwvKDlGo+XxnQlUL8PzSs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249651},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"b1a1d7cba9f6eac50cbf459965e92814e4de1be9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-b1a1d7c-20231220183339","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b1a1d7c-20231220183339_1703097257301_0.5737814634067455","host":"s3://npm-registry-packages"}},"0.0.0-next-a3bc2c0-20231220183415":{"name":"@shopify/hydrogen","version":"0.0.0-next-a3bc2c0-20231220183415","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a3bc2c0-20231220183415","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"058c677678a7c162b9a3d4abd365e7bf080df6b8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a3bc2c0-20231220183415.tgz","fileCount":22,"integrity":"sha512-KR1k1htCncVbSuLm5+/4IHlPbVx4SaoDd7D7eCAeMv658BTn7TOHf7CUjL0CxuAsMOfT8QJZesX2ywWqHLIpRQ==","signatures":[{"sig":"MEUCIEHifwZW+8y6IhTNCjgKqU1Nxvgd2cA1vD02xWAa8FqlAiEAo1VGRZcOkWN8REpMEXw3vnGmjmj7m3p5iqdCfJXo0js=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249651},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"a3bc2c0dfdf62809c5b291df4882b67da8fd72a4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-a3bc2c0-20231220183415","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a3bc2c0-20231220183415_1703097293166_0.265411199260456","host":"s3://npm-registry-packages"}},"0.0.0-next-306d302-20231220183447":{"name":"@shopify/hydrogen","version":"0.0.0-next-306d302-20231220183447","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-306d302-20231220183447","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b3d64c01d76d7c0ed96922ec2db9240b97fd53fd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-306d302-20231220183447.tgz","fileCount":22,"integrity":"sha512-tjDDHi71ucglwq0uBc1XDXj/DzKihtcHLlxmafVrTw0+Ql0m84/1yXPXOb1BBJrYyXTKSYH16FCUmmTVIIKOwg==","signatures":[{"sig":"MEUCIQDJRUxyoxA/RcqCiDybyOG2bO5iEbOuOgswS/KvJ4wgTQIgOlg/sqKm3NGTPj7w/YjHXNz4Im2A6m1kdyiMZz5lUp0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249651},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"306d302ab401f22e5317fd84587c6a37cf931912","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-306d302-20231220183447","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-306d302-20231220183447_1703097326343_0.551242994581407","host":"s3://npm-registry-packages"}},"0.0.0-next-9ad7c5e-20231220183528":{"name":"@shopify/hydrogen","version":"0.0.0-next-9ad7c5e-20231220183528","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9ad7c5e-20231220183528","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4275863c61114dc5d6b829051e8186088a72af5d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9ad7c5e-20231220183528.tgz","fileCount":22,"integrity":"sha512-EQrSBWXOa8uMH4J6Ueh75qn1nm7Xxx3OBU+ZE9sdpKfaRKTRXcjEXwk5CKeEyBOhnkDd04eDF8Ij18IsY/w4jw==","signatures":[{"sig":"MEUCIFxbGEe3YhKPNlzNnt51guUpmkfbB62vz69rCskzenZPAiEAuV+f2FuFKns+D3HQyf4BUAEXcDa3Cpw8NlQ6qBjX290=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4245109},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"9ad7c5efee8bff63760b36a1a7c194f6bb8e07e5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-9ad7c5e-20231220183528","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-9ad7c5e-20231220183528"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9ad7c5e-20231220183528_1703097366638_0.3680601095743039","host":"s3://npm-registry-packages"}},"0.0.0-next-4d6ba3f-20231220185339":{"name":"@shopify/hydrogen","version":"0.0.0-next-4d6ba3f-20231220185339","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4d6ba3f-20231220185339","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3553b7ed3b41410045952fa72cedce83ff58ca3c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4d6ba3f-20231220185339.tgz","fileCount":22,"integrity":"sha512-ADyh67FCregSWl3GE+zcfO89Y0XlruT4us0/1Np63oYStiTG4dHmUKKLyV1DGlnz22t4Mo+MPzL5aK/zd/cEPQ==","signatures":[{"sig":"MEUCIFn6E/P9q/mN6zX4+/tUj2d3FZfNNEI26gdSlZl38DOQAiEAoGzpXQotv3vBumjfbs0uWO05JOD7miLiehphHhDhs7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249733},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"4d6ba3ffc7ddc72f1b97eff3c7188fe72b8568e7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-4d6ba3f-20231220185339","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-4d6ba3f-20231220185339"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4d6ba3f-20231220185339_1703098457843_0.8796510137256224","host":"s3://npm-registry-packages"}},"0.0.0-next-f0415c9-20231221193145":{"name":"@shopify/hydrogen","version":"0.0.0-next-f0415c9-20231221193145","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f0415c9-20231221193145","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"526a54fa49f08d5d2ab9c9533f82a4d7c06ae073","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f0415c9-20231221193145.tgz","fileCount":22,"integrity":"sha512-MD1iUl18LEgogpDTHh5eOLqHuFbsyN6dCyRdd5E+FFG+o5xNpoxplFVmBRbbIMItyHcWsNki7BQ6Tq+fJmTSiA==","signatures":[{"sig":"MEUCIH7kLQvgFNFgOiy1LavlyB3nZJZScwesDgdu2AKb2wJ1AiEA0beZhIqy8DQWifJORlBWPw/Y7D8ZwgCen8Ok7BS5GaE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249733},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"f0415c99a1cc3676034983f235b8efb440641fe7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-f0415c9-20231221193145","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-f0415c9-20231221193145"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f0415c9-20231221193145_1703187144648_0.15264766895841508","host":"s3://npm-registry-packages"}},"0.0.0-next-970073e-20231221210617":{"name":"@shopify/hydrogen","version":"0.0.0-next-970073e-20231221210617","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-970073e-20231221210617","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"779c15998b18993c2b117a02e6f89b1d610c3d41","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-970073e-20231221210617.tgz","fileCount":22,"integrity":"sha512-Wk2zB6FcETlTnVayBzX02QEdkAg9hOYsUp0bcl8qvQS76gmw+2cVG9HPdqdmzvMiUMCWQxw9Fr2VvUG+bXBDPw==","signatures":[{"sig":"MEQCIAGvL/Ca6I708ziRT4HQB0fW2FSfYsz84yFRInBPjl0SAiAKknh008XAwg89CyddybzwQlL73s0iYabGAboID5sQVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249867},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"970073e78258880505e0de563136b5379d5d24af","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-970073e-20231221210617","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-970073e-20231221210617"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-970073e-20231221210617_1703192815879_0.2358948917055408","host":"s3://npm-registry-packages"}},"0.0.0-next-0484459-20240102164230":{"name":"@shopify/hydrogen","version":"0.0.0-next-0484459-20240102164230","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0484459-20240102164230","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8dfbc1d4529525364b3f2dae1d506f29a249c04c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0484459-20240102164230.tgz","fileCount":22,"integrity":"sha512-1MLQfzHEg2A5nJupUJZCM2Px98gJMBT+772E4KrkVhAno1ELL20KLboPp3cESMwvT6snJmIAstoNgXDkcSGQzQ==","signatures":[{"sig":"MEUCIQD0MlPGWvWntV64sU0iTySZ/ocNib3QMGgonxhDf2lB9QIgI8VrIrl7NIR8Uks68iBMgWJznn/x9YMctm3Hd2wSDoU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4249867},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"04844592e8d1be6a5bd292b1e95b0c5589579da0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-0484459-20240102164230","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-0484459-20240102164230"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0484459-20240102164230_1704213788991_0.7101690459023857","host":"s3://npm-registry-packages"}},"0.0.0-next-cce6579-20240103212329":{"name":"@shopify/hydrogen","version":"0.0.0-next-cce6579-20240103212329","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cce6579-20240103212329","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6f8c41dcf91d37d2815ef5f3d6728e7c965bea5f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cce6579-20240103212329.tgz","fileCount":22,"integrity":"sha512-A8Ckg6dCltRTe+wn5MUK5L8kyECJc7iP0zushyRUtXpFONJwr59GU/Up+v15oRppIT/HKjz+zUBf8Pbaiko44w==","signatures":[{"sig":"MEYCIQCEWpS51vo/ZOfe/jmrGRHh5mFmrbBRTe4qwl2B6jebPgIhAIHTQJXjqxsNXb1t0hMrPVp3tqdW8qDcRxrWfN2tYVYj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4250821},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./customer.schema.json":"./dist/customer.schema.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts"},"gitHead":"cce6579580f849bec9a28cf575f7130ba3627f6b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-cce6579-20240103212329","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-cce6579-20240103212329"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cce6579-20240103212329_1704317047561_0.4370359497250822","host":"s3://npm-registry-packages"}},"0.0.0-next-94509b7-20240105223134":{"name":"@shopify/hydrogen","version":"0.0.0-next-94509b7-20240105223134","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-94509b7-20240105223134","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"322734c70649921b142b351ee8c9fcc50026af23","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-94509b7-20240105223134.tgz","fileCount":22,"integrity":"sha512-htELI0t3CvIY2kGzV5//JknqcSNFG69WhE6XDhpzDcxaco41Ch8QXVL9djTEkoHYeEXh5VMzFCzzFPF0WEZaTA==","signatures":[{"sig":"MEUCIGTht/E5BR43oWmKYGWU7R487rbS6pWPIkNxmEYoeV+EAiEAgT/OGMUixNJFgyuNds9zDGAYcFoisrWUPJxbx4ylci8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4257121},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"94509b750afefd686971198ed86277e2c70f3176","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-94509b7-20240105223134","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-94509b7-20240105223134"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-94509b7-20240105223134_1704493935381_0.5944218058818569","host":"s3://npm-registry-packages"}},"0.0.0-next-add84a7-20240110000623":{"name":"@shopify/hydrogen","version":"0.0.0-next-add84a7-20240110000623","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-add84a7-20240110000623","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2e4cd9a8dd8158c48a04b81feeafcc99fe13ebec","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-add84a7-20240110000623.tgz","fileCount":22,"integrity":"sha512-EqutaFL8eJ+uWg8QRuQoUfiSYadeT2BEDW2T47oLZtSMMZ3FPqKlYiHQ+EkW6bJcHfqDrgiPgGn8HIGoJ6ca6g==","signatures":[{"sig":"MEYCIQDnFOLNV8gmmbrqjQY51HOzklbi2zoJ84qYz4WoY5EhSAIhAKcaFIwwdGdwnlgMC5bniEkpKjObd2sq+eDX5qPkBRnl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4263777},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"add84a7aa802e4a968bf69b47a44efdb265edada","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-add84a7-20240110000623","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-add84a7-20240110000623"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-add84a7-20240110000623_1704845222787_0.6458885620560593","host":"s3://npm-registry-packages"}},"0.0.0-next-9e3d88d-20240111091509":{"name":"@shopify/hydrogen","version":"0.0.0-next-9e3d88d-20240111091509","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9e3d88d-20240111091509","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4e701aa1e2de549a76af951dbc05b9b77fb52f25","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9e3d88d-20240111091509.tgz","fileCount":22,"integrity":"sha512-wLFBN6BoOw8Kcy9HY387nx1ITCnuEnNvjxQ4Y9vRPjNU1/s0ZYGL7Yq4OEU8CC8LT195mXvC84Kg7FgYyMcsGQ==","signatures":[{"sig":"MEUCIQDTgt/1qYRboPZQf1yRwkATRrkS0Xa8pEI19tCmgE2UAwIgFoTRqqIS+8axVFZUBJ6oZB49etFbJmMa4M3oX47Nn0k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4263777},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9e3d88d498efaa20fe23de9837e0f444180bc787","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-9e3d88d-20240111091509","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-9e3d88d-20240111091509"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9e3d88d-20240111091509_1704964547802_0.5667506881791251","host":"s3://npm-registry-packages"}},"0.0.0-next-92840e5-20240111095256":{"name":"@shopify/hydrogen","version":"0.0.0-next-92840e5-20240111095256","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-92840e5-20240111095256","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"41074558b237b98b5cdd71b4b1f904ce03599f08","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-92840e5-20240111095256.tgz","fileCount":22,"integrity":"sha512-LHNxc8z6b3PFyScaKr3dGSyb0JmRR6SDIbKtn2g6ifMIqYL1RYI2heMjupeksNOA9h/3/iMLRqblZn4SmkREYA==","signatures":[{"sig":"MEUCIQDFQA4Ha2hpw5Mz5SjZapLkCs/3ONHjdsXzZGzfK7I2jwIgZCgzUCMWx5b11IBY2GzGYK2C1y6INnp7N+HdImKimrI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4263777},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"92840e51820e5c7822f731affd3f591c0099be10","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-92840e5-20240111095256","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-92840e5-20240111095256"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-92840e5-20240111095256_1704966814696_0.48514420216889986","host":"s3://npm-registry-packages"}},"0.0.0-next-335371c-20240111194224":{"name":"@shopify/hydrogen","version":"0.0.0-next-335371c-20240111194224","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-335371c-20240111194224","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dad4d9a54c424ac0b699496c1ba4a493a3cf20b1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-335371c-20240111194224.tgz","fileCount":22,"integrity":"sha512-+OTpjKco4xoJqR0STRx2Zwoa5czmzazXrhpYiLpnPJcOVG9l3zubYZRknwKf5UJTjFVcX+hhyCUeQ6MZNTE4hA==","signatures":[{"sig":"MEUCIFem1gZKchfbUJbqHo3h+LuBlvWg36WLX+DJ7UcvjaMBAiEAl9yMK/gON2aX0DhtOzS108xwqO+kFHcjMSB+iPoC7jc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4287409},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"335371ceb6e1bd5aebb6104f131d3f22798a245f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-335371c-20240111194224","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-335371c-20240111194224"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-335371c-20240111194224_1705002196984_0.9172221208067066","host":"s3://npm-registry-packages"}},"0.0.0-next-da19a8d-20240112133653":{"name":"@shopify/hydrogen","version":"0.0.0-next-da19a8d-20240112133653","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-da19a8d-20240112133653","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"08d601dbd174f4195a596e99fba4e05e2af5ce23","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-da19a8d-20240112133653.tgz","fileCount":22,"integrity":"sha512-5v2o2U6cmXthHtmNlg45E5B0HejyfrzKlscxUMAOOaFkCK/u0W+B4f6wajwNeagJjaG+bSWi7Wb2R4QlQuexHg==","signatures":[{"sig":"MEQCIDxV+1SiHSPmV6xn2S+A3pN88sGkjwjyjkcmvSL1WgQUAiAPmLadcyJvMcsHcCqwxY0auiDZNnSel+qSU5q54e81AA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4287409},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"da19a8d00d90d7a0e50b6eb4612d80bbe9f54a11","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-da19a8d-20240112133653","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-da19a8d-20240112133653"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-da19a8d-20240112133653_1705066653046_0.0328053203086307","host":"s3://npm-registry-packages"}},"0.0.0-next-357becf-20240112180526":{"name":"@shopify/hydrogen","version":"0.0.0-next-357becf-20240112180526","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-357becf-20240112180526","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a89be979be609202ccc3a354cfef09f22cdec74a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-357becf-20240112180526.tgz","fileCount":22,"integrity":"sha512-HcrIFs2X1JJY8pk//mc35jcOxlwR9Kvig5SATY/NE8gHI2YtYg56SuAGPcB5uDZKd4D1V7/SfTNCxwxd3ihNCw==","signatures":[{"sig":"MEUCIH972cnxtKwH+z8cbejbf0YzK3Mu89YWdS82DV30qSGyAiEAwVJKUaq2crvSduoNsu+MVg+w3ZJODTgt8261xa5yhGY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4287409},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"357becfa75e938a1c84fed905ef30ec09b24ea14","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-357becf-20240112180526","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-357becf-20240112180526"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-357becf-20240112180526_1705082767233_0.13674889561081627","host":"s3://npm-registry-packages"}},"0.0.0-next-810f48c-20240112183206":{"name":"@shopify/hydrogen","version":"0.0.0-next-810f48c-20240112183206","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-810f48c-20240112183206","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9b68c4a02b1516c7c4e0a3d8ca69a7b22aec7faa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-810f48c-20240112183206.tgz","fileCount":22,"integrity":"sha512-zei/CHoTxwxY7e0MW9cSKyDrEkGy1VLxRkyRerW+T9MFPXMYvX92F2m/JlA79eYdKWmbz3Pwv43obZPj0JE6FA==","signatures":[{"sig":"MEYCIQDFTxGZEeq6gs0Qx1MoQ+OjEJRn2S9PVUEAT6STNMWjRwIhAKHRZ+12mSy/C2P5tDkJ172FUcmZYi1goFjXlLkiiyGh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4288537},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"810f48cf5d55f0cfcac6e01fe481db8c76e77cd2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-810f48c-20240112183206","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-810f48c-20240112183206"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-810f48c-20240112183206_1705084367552_0.6547754086723883","host":"s3://npm-registry-packages"}},"0.0.0-next-de84ee2-20240112190509":{"name":"@shopify/hydrogen","version":"0.0.0-next-de84ee2-20240112190509","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-de84ee2-20240112190509","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0f1e2d8405168827d7a304a4d2cb189dcbf2c222","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-de84ee2-20240112190509.tgz","fileCount":22,"integrity":"sha512-9ErbGtZ9wHKVyFIQ46t8uPKR78t/4YwU0rWkl1TdaKYXJOn4c7tzS0xEpRrYR1SDrz93CgQ/BIYB+2tpkZ8Z0g==","signatures":[{"sig":"MEYCIQDMxYB917ANusrwSV8XnAKzJK7tcopmQnMrFAPexaMOZAIhAKarXKVceU6UQso5grlQWNjztUyiQhnOY6aQd2Uhs0sC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4288537},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"de84ee2dce4178ab701a6373270ecf57ba6a9990","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-de84ee2-20240112190509","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-de84ee2-20240112190509"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-de84ee2-20240112190509_1705086348834_0.2418847999425342","host":"s3://npm-registry-packages"}},"0.0.0-next-02ac113-20240112190609":{"name":"@shopify/hydrogen","version":"0.0.0-next-02ac113-20240112190609","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-02ac113-20240112190609","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b32108aa096646fc7032caae3d52ff076ec542d6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-02ac113-20240112190609.tgz","fileCount":22,"integrity":"sha512-DcwG7JMRULoNEUooaI6xvDN4gqbfHxYssMMfYHuF++np+HTxsNWFqClxQUh0X1EeFME0zvP/FD6OxXFsMYjf5A==","signatures":[{"sig":"MEUCIDFrPHeFLeJVFYaGZSZwh/LwvWe324zLzWeyw7wrys/5AiEA+RBJ1D8WqbM7vM0Gt/p3JhVk9vmpD8yeWrSosEtqcV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4288537},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"02ac113e0f6a110066047470214a645fd9ed5362","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-02ac113-20240112190609","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-02ac113-20240112190609"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-02ac113-20240112190609_1705086409666_0.13567725967123567","host":"s3://npm-registry-packages"}},"2023.10.4":{"name":"@shopify/hydrogen","version":"2023.10.4","license":"MIT","_id":"@shopify/hydrogen@2023.10.4","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"39a9aba03cee9a6aad7eddf76bab722f38f452f4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.10.4.tgz","fileCount":20,"integrity":"sha512-yR33VlhjkO1QzpJZFvUXNW4coW3vOJ40ze3kZ5ppeQugwi65NuHOM35W5NTcq3cLiIGNM0ra85/JFWMjdl5qgQ==","signatures":[{"sig":"MEUCIQDOHSM3JlW0qrBFiHckgW3+VnNO3+EcddqOyuO3b+UYwgIgdcXwxQ4vI6AOJLzU4Yv8racDRyoWrpKYz/CGFBDWpis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2172475},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"c1e66ef0071de0040da16eefb69b3b34ac5729b4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2023.10.1","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.10.4_1705098274609_0.13904179972631225","host":"s3://npm-registry-packages"}},"0.0.0-next-e13bf6d-20240112224027":{"name":"@shopify/hydrogen","version":"0.0.0-next-e13bf6d-20240112224027","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e13bf6d-20240112224027","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c9523cc1aeafd05a0b1cefc166de3442cdea2442","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e13bf6d-20240112224027.tgz","fileCount":22,"integrity":"sha512-Ij4OsJS0fxRmOPXHGOnrpOUllSla7YSL6zhihdlhS8+dvB2itOBg3oDTI4hZJUQWdxznPC+eVVdQm+lKxLqnAQ==","signatures":[{"sig":"MEUCIQCpxz7fJ4L/L88E9CEihpdeTziM/MKQtjNgonGMXZEc1AIgZwhI6CZAUyI9IOz2dwtSmrjGqJ2MXU7N5fVivvaEsL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4288537},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e13bf6da29d6826a1c45c1db5a304bed104cb894","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-e13bf6d-20240112224027","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-e13bf6d-20240112224027"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e13bf6d-20240112224027_1705099265870_0.6654601875068107","host":"s3://npm-registry-packages"}},"0.0.0-next-da9e447-20240115031449":{"name":"@shopify/hydrogen","version":"0.0.0-next-da9e447-20240115031449","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-da9e447-20240115031449","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ca102838655fcae2f0cec9cb8aa9beb8092591a7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-da9e447-20240115031449.tgz","fileCount":22,"integrity":"sha512-Qwd6d/rMvvaBeFg1Ks43zH6CAskKrq/jDAXlGdbaCjAjynIqEV5wPPytwcc0CzA7XxVO0FTsmK7xcEjfZpOtyA==","signatures":[{"sig":"MEQCIDlN6wXpxg3COkDzLM/quBJnXvZgCV+LHC8io5DW5AlOAiBdkmkHxTjfen0l2ItcpY1RZJ9UjEZNDjxhXkcIQgoCjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4288537},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"da9e447b87f6bdf377427ef69209f852d13581d3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-da9e447-20240115031449","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-da9e447-20240115031449"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-da9e447-20240115031449_1705288530752_0.7918813067315451","host":"s3://npm-registry-packages"}},"0.0.0-next-fd8c377-20240115193443":{"name":"@shopify/hydrogen","version":"0.0.0-next-fd8c377-20240115193443","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fd8c377-20240115193443","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"25fdccef7b1ef0f832e7b56e7eff135628571231","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fd8c377-20240115193443.tgz","fileCount":22,"integrity":"sha512-gA/ZuAhvhKZKuLzf+CCF9KFu6qYk9LAna4469luniOFeRnzsmFzPzdI1VbUm+gPQT4MR6E71XDVNFrhYDTv/Yg==","signatures":[{"sig":"MEQCIH2wBFykEDIKvJrwDYcSdYr9KXPQ6FpRwkfVHTt4Tl2sAiBCf1nKni2LdMpglnxJmc2FiQZ/cxfSw88Y8eHF14z/7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4288537},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fd8c3775f54ba25ab154a8ae64504b6952b8037e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-fd8c377-20240115193443","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-fd8c377-20240115193443"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fd8c377-20240115193443_1705347321993_0.4472229238915162","host":"s3://npm-registry-packages"}},"0.0.0-next-9c44be4-20240117011934":{"name":"@shopify/hydrogen","version":"0.0.0-next-9c44be4-20240117011934","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9c44be4-20240117011934","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2d50047fa92042da106381f5f8b225d7141f032a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9c44be4-20240117011934.tgz","fileCount":22,"integrity":"sha512-OLQ4ic0rxEjRxRLjy963yIaSew27jmQtEjX7DPpOGyjYBe6IKEvXhpGe+bEmsZTm6yJlHrvOKcfPpHhNUOQ1FA==","signatures":[{"sig":"MEUCIQCfxUyC8r2t+RimGjuh3sYm3knxKjC7ZHu9GurShKrK3wIgbDzzG9HoQfSzkgMyBgt5YmdVgCf/tGZtqqW6umrBdFc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4288537},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9c44be423779cffcb650f62cd6d284c83b42ba54","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-9c44be4-20240117011934","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-9c44be4-20240117011934"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9c44be4-20240117011934_1705454412858_0.099897590546284","host":"s3://npm-registry-packages"}},"0.0.0-next-3e7b6e8-20240117030451":{"name":"@shopify/hydrogen","version":"0.0.0-next-3e7b6e8-20240117030451","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3e7b6e8-20240117030451","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4599259981840f6b1f8a931a3c4bb9636981ee6e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3e7b6e8-20240117030451.tgz","fileCount":22,"integrity":"sha512-296fjIIapCymNkzjIiVjxCedieBUpNBx+R6Wh8n4+hcG5DfJYn2yZiOEXOjoljydYLzi+zZ7hQHflp6ZeWRbzA==","signatures":[{"sig":"MEYCIQDKHQY6PnJN0fSn5ue6ztrepstthD49G6cqZ700QpBiggIhAN4whR9lTkmS4ItoHQXXzBwPCBzlESlfo15w7bYwia94","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4288537},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3e7b6e8a3bf66bad7fc0f9c224f1c163dbe3e288","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-3e7b6e8-20240117030451","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3e7b6e8-20240117030451"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3e7b6e8-20240117030451_1705460728593_0.8212628911226907","host":"s3://npm-registry-packages"}},"0.0.0-next-4d067f3-20240118004650":{"name":"@shopify/hydrogen","version":"0.0.0-next-4d067f3-20240118004650","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4d067f3-20240118004650","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6fa8529f49b979cfe108df366ef318e80ff83477","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4d067f3-20240118004650.tgz","fileCount":22,"integrity":"sha512-ZBVQ9VhurfBUmXY0zSHpLdNbb0zNWm5WNVgLM7VbrXcorz7/pnJBXtVsOfmuAI7p8xxsAQdl9PLRRystdNMnDg==","signatures":[{"sig":"MEQCIF7LTZGZ5grbOq6pd+rGUsmitPCj8hcRlnMmyR/fLx0eAiBp9zfkbCltyJUBm8wBY3k9mbjdgocIhvrsVW38qJ62AQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4288537},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4d067f379125de42862aebedeb4745bb59d75726","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-4d067f3-20240118004650","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-4d067f3-20240118004650"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4d067f3-20240118004650_1705538851322_0.2901436116450624","host":"s3://npm-registry-packages"}},"0.0.0-next-1820241-20240119141345":{"name":"@shopify/hydrogen","version":"0.0.0-next-1820241-20240119141345","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1820241-20240119141345","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dd221ffcc0eef82fd1363c6ee3bb3e812be3bf75","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1820241-20240119141345.tgz","fileCount":22,"integrity":"sha512-jA30TXo1+fqiO8UNHobcXOnl3mmzUd2MtXAnQCnGhflWCntmtlH9Bs0B8JaGkUWHQvO9UIohPP9hlIDUasSzPA==","signatures":[{"sig":"MEUCIEzl2Jr7iOZ5p0TAzHxq5RUu0PG7GgQyD0Oox5QDi9xlAiEAgI+MAEiM6VRJxfspYahtIrv5+FYCd4nmr/wf+9dEKGM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4296883},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1820241f58e86d11864643c8d1683bf4da60ea02","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-1820241-20240119141345","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-1820241-20240119141345"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1820241-20240119141345_1705673664835_0.1888949606739514","host":"s3://npm-registry-packages"}},"0.0.0-next-335375a-20240119161012":{"name":"@shopify/hydrogen","version":"0.0.0-next-335375a-20240119161012","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-335375a-20240119161012","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f5d26a68cd44cb1855ca5fb033036fb2b28366a3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-335375a-20240119161012.tgz","fileCount":22,"integrity":"sha512-9e2387/K2Z1HVRoOHcW5kJ8/mucYNenpYNZvwJ2IR20xgZYg/tcDAWxnOVBVNjPkU4D67cFPq+dqxgwYUUSIrA==","signatures":[{"sig":"MEQCIGgnwO/lfYmluqoVysjr5e+w+fQBsR916eTghfMXE68CAiAkQrQe3y6L4WCZqVUrTfeh+Eo2/x8m2k50tvHDgHfpiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4296883},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"335375a6b1a512f70e169a82bc87a8392dc8c92c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-335375a-20240119161012","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-335375a-20240119161012"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-335375a-20240119161012_1705680650697_0.10503586026183442","host":"s3://npm-registry-packages"}},"0.0.0-next-400bfee-20240119182330":{"name":"@shopify/hydrogen","version":"0.0.0-next-400bfee-20240119182330","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-400bfee-20240119182330","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7b22e95d371ccaef808af09ca8c2feff10e785ab","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-400bfee-20240119182330.tgz","fileCount":22,"integrity":"sha512-VJ9zg/KuE4njkjsXjaRZ7kX5AMD9iNPsFHtNK1pdaRz+wH7ljRPDTroMz7UoC12VKGRS4DvWjPRqY3t3xfvz2g==","signatures":[{"sig":"MEQCIAaaxIRAaKgQ25DPsAF5EuALmoUAdXzk8NzkPkYn/yJiAiARCg2yTf7bzwpb5cTN1/o6oe51t1DD10ulwfqlyo76SA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4315574},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"400bfee6836a51c6ab5e4804e8b1e9ad48856dcb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-400bfee-20240119182330","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-400bfee-20240119182330"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-400bfee-20240119182330_1705688652430_0.3169664356634163","host":"s3://npm-registry-packages"}},"0.0.0-next-c909c1c-20240119224428":{"name":"@shopify/hydrogen","version":"0.0.0-next-c909c1c-20240119224428","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c909c1c-20240119224428","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8f310a04d83eecf8f7978d05577d5f9a2c65951f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c909c1c-20240119224428.tgz","fileCount":22,"integrity":"sha512-no2rBNdEqk6ZqymJ9pT9ICpNJ0wEanZXXTDHW6xJZkgIK57dy9qWW2EI8MIj3tca0eauQPGaF3Asa8ggc5BTZw==","signatures":[{"sig":"MEQCIEvy0JctmWtm5Gx8QFZJYlAZ1RreeVHS5m+Oq7pHRCZ9AiBZo9PdW5cyAPKIDvQbWIP1A/Z8i6JVGDfDZCTh1EtY7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4315712},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c909c1cc2acbb2c684353a2914968fdde0664b82","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-c909c1c-20240119224428","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-c909c1c-20240119224428"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c909c1c-20240119224428_1705704308806_0.7315846142943403","host":"s3://npm-registry-packages"}},"0.0.0-next-759fd91-20240119224622":{"name":"@shopify/hydrogen","version":"0.0.0-next-759fd91-20240119224622","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-759fd91-20240119224622","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cab3a9959214a9e752a34a9b3b753c0171317e9e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-759fd91-20240119224622.tgz","fileCount":22,"integrity":"sha512-SSjuvkRxjI2/6dsgl4aAhbgYRzIPGgQA3NTwCO5TW7TG39Py7eDrLa5QAlIMsBfiCshyG3CpviMH7WzblC2Cgg==","signatures":[{"sig":"MEQCIHTT8MMG6NfiQmn3xG7uQmVNyXnDmA8GGihvaTJkasMcAiAUqxPsQkFJsKxu5V6c1cfIi3FXDW25p7OjSCvMUjxkGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4315712},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"759fd918c125530dfd82416de299c013a7eac144","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-759fd91-20240119224622","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-759fd91-20240119224622"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-759fd91-20240119224622_1705704422141_0.1401302093137038","host":"s3://npm-registry-packages"}},"0.0.0-next-0591c2d-20240119232704":{"name":"@shopify/hydrogen","version":"0.0.0-next-0591c2d-20240119232704","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0591c2d-20240119232704","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a40c6b6a9660836614287abdd8c24914496e341b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0591c2d-20240119232704.tgz","fileCount":22,"integrity":"sha512-IwNhpBYksqeIUGrnTFkBjbK2qgM2SIwBUMij3bVeDr0MQm8uMR/ql8PwS/QbKWjZGaKvNvnBUIQbbL6PAemISg==","signatures":[{"sig":"MEQCIHDffGBAivS61LbuUSOPKKcM7zEAY2KuXs8MyHTc568MAiBn6CCL2PvPUJDZq3TOffA1TiZCox+5q6i5/VNGQHTvPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4315712},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0591c2dc88cc1d4a5572ced5fae773fdf610468a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-0591c2d-20240119232704","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-0591c2d-20240119232704"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0591c2d-20240119232704_1705706866572_0.895502952316299","host":"s3://npm-registry-packages"}},"0.0.0-next-952fedf-20240122042857":{"name":"@shopify/hydrogen","version":"0.0.0-next-952fedf-20240122042857","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-952fedf-20240122042857","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0bfc711c44d5cabc80c7026211eae02c584929d0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-952fedf-20240122042857.tgz","fileCount":22,"integrity":"sha512-IK0KzZSImIPpK1XHRgYxdL5iHx6opfBChcAfyYRCTUqUJNlEM2lXSWxAS5YqKolHjsLnZK71jLX2gTZmAsfWJg==","signatures":[{"sig":"MEQCIAOaaunleL+q3LBgNK0M1Pif+ULNV42AxaXVGZOT64NcAiA5h9kWvzpn3KnoBVTbqAx9mPt1sTK6DGgBMNsWcnd7uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4320762},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"952fedf27b869164550954d1c15f53b32ec02675","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-952fedf-20240122042857","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-952fedf-20240122042857"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-952fedf-20240122042857_1705897777530_0.22277874465207836","host":"s3://npm-registry-packages"}},"0.0.0-next-9b5e6ea-20240122045508":{"name":"@shopify/hydrogen","version":"0.0.0-next-9b5e6ea-20240122045508","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9b5e6ea-20240122045508","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8168a273fa3aeb156ba289cfe6c5b975babf5d2a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9b5e6ea-20240122045508.tgz","fileCount":22,"integrity":"sha512-CVdS0w5ELXEh0qdw3a4d1ACeXvVzlFi8aqHc6pgRiqSEiFwDRMjeqFn6z4Lmx32TDd/KGdpW/pUkbzwsL/yXwQ==","signatures":[{"sig":"MEUCIBqCKJjim+ERqUMZCFECrFTA7+avQv98qSVUJ3OPDI76AiEA1f+4pXmJiGzk77CnD/bsKFqWxi5lJ0M8MWvvYxwiF8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4322946},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9b5e6eaaa70d9effcb109b400cffaa0760c826fd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-9b5e6ea-20240122045508","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-9b5e6ea-20240122045508"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9b5e6ea-20240122045508_1705899349425_0.2260098037483389","host":"s3://npm-registry-packages"}},"0.0.0-next-ca1161b-20240122170702":{"name":"@shopify/hydrogen","version":"0.0.0-next-ca1161b-20240122170702","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ca1161b-20240122170702","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0a44bf98a2ea51eb4dd2a793bd68cdfce826d5ef","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ca1161b-20240122170702.tgz","fileCount":22,"integrity":"sha512-Rd/frZhVATBAKYrlPQeHVu2wHo0+ngLcaYi0q+UTRlNpbSoEYNDYQQuqoxD8t6xVIOCp1GyzWnX3Vr7u9O/j/A==","signatures":[{"sig":"MEYCIQD+4Od232OBP79BUdJPqqHHZHVbkDjuqcmrTcj5gU/jdwIhALbNcFVaLuvDkUXpOlqFyLWCM7vm0Ix5k/s7QgDhog/t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881396},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ca1161b29ad7b4d0838953782fb114d5fe82193a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-ca1161b-20240122170702","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.0","@shopify/hydrogen-codegen":"0.0.0-next-ca1161b-20240122170702"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ca1161b-20240122170702_1705943263319_0.3901728269776248","host":"s3://npm-registry-packages"}},"0.0.0-next-eac4f38-20240122185056":{"name":"@shopify/hydrogen","version":"0.0.0-next-eac4f38-20240122185056","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-eac4f38-20240122185056","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0446e0cef473ddd317d23f571ad13c3525b2671a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-eac4f38-20240122185056.tgz","fileCount":22,"integrity":"sha512-dhbjYxLN6vJaiO9npPQ2/PvW+WCsaWdDS5bRzh4WRNlvMvYBuCzmTUByCq/4qIk7iRW4Pr38nm/XqAlgs+BIBg==","signatures":[{"sig":"MEUCIAhxtVtLMCRq0tvGNjEjwhc+d5uAXPw/pYHxurgdg/x5AiEAu9BG7fsOzuj9ABaDYDKNbOSSCoFnYhtHjCCwlH8XXiM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881396},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"eac4f3897eaadf2cde861f28ee0c1def15f49ed0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-eac4f38-20240122185056","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.0","@shopify/hydrogen-codegen":"0.0.0-next-eac4f38-20240122185056"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-eac4f38-20240122185056_1705949501791_0.2693571433742663","host":"s3://npm-registry-packages"}},"0.0.0-next-4d3608f-20240122200844":{"name":"@shopify/hydrogen","version":"0.0.0-next-4d3608f-20240122200844","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4d3608f-20240122200844","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1575f99f052ae1b9cfd6fd81351c1931d3fd3ebd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4d3608f-20240122200844.tgz","fileCount":22,"integrity":"sha512-7ZVnDL/0124S6wnVfet9WK3NXFsUV5ilFQKMS6+BTcZfEUmzjWcyLpTe+wPRNve/rtTh0L4KUf8i0EkvUdpSMw==","signatures":[{"sig":"MEYCIQDtB3B7QP1qKveJQOoWHaO8lnhyZSKfqJTP3W7s9eU1GgIhAP4SGAfUJ6msVBvC2cShTvcE4Cqnq+8ISHhXggeFU6RQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881396},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4d3608f619f6503a9abe45f22808f5733da78a53","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-4d3608f-20240122200844","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-4d3608f-20240122200844"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4d3608f-20240122200844_1705954164170_0.8155886672618808","host":"s3://npm-registry-packages"}},"0.0.0-next-7311a3f-20240122201214":{"name":"@shopify/hydrogen","version":"0.0.0-next-7311a3f-20240122201214","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7311a3f-20240122201214","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e25d5663308078991cb02e2a0d73cc0c1c0cc4bf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7311a3f-20240122201214.tgz","fileCount":22,"integrity":"sha512-VINMXLi8ZIkUBu0SlfeXxY6c5iZKVnIndcudGFZf/T08ID7bSB1ArBglOb2i+SbkpdE1WfuKaFkUy5qbyuCitw==","signatures":[{"sig":"MEUCIQDvJwPbwuGlUqP9CSfEW6fD8HlxHtiENuqFA5deRHSImQIgMkGCtWCNWHYu1XK2gbHnPpKEqMxI6wpVQBO+quu15bc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881480},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7311a3fe32947274c531a05dc2e75625443744fd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-7311a3f-20240122201214","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-7311a3f-20240122201214"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7311a3f-20240122201214_1705954394240_0.19279564943727756","host":"s3://npm-registry-packages"}},"0.0.0-next-1a008e5-20240122201426":{"name":"@shopify/hydrogen","version":"0.0.0-next-1a008e5-20240122201426","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1a008e5-20240122201426","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"61646cc2987c7c54dc585b3e84f486307c20b8c6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1a008e5-20240122201426.tgz","fileCount":22,"integrity":"sha512-HFBOFJmrp6grPHTxF/WrIOplgdXsX3cMrQ6dHrypE3WhIdGbbHvE7AkqkZADgFkVSm3trab+1tO8SQB9o8KETw==","signatures":[{"sig":"MEUCIQCeK7VLiNW8FRACNTBtT6nsDAkMNGPXoHoELblOizhNmAIgPET6l0iBV5KYKbvdlTdNoQMdKfrNjjSAp5Yg4A1ZjDU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881480},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1a008e5fd02f5603473771ba4f84a1116d848bca","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-1a008e5-20240122201426","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-1a008e5-20240122201426"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1a008e5-20240122201426_1705954507878_0.3057225382655522","host":"s3://npm-registry-packages"}},"0.0.0-next-496a084-20240122202537":{"name":"@shopify/hydrogen","version":"0.0.0-next-496a084-20240122202537","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-496a084-20240122202537","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ec1cc09198109e9cf7455183f2726abe404b0fd5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-496a084-20240122202537.tgz","fileCount":22,"integrity":"sha512-4gWj6701VLvjzBz6RSD3USLwfNnRHKOFzEzU0gypbX1BzQ0AwLQxBUVOBNTNt5IDjjylKWyn0GaWhWyLycgJjA==","signatures":[{"sig":"MEYCIQDu1He9iwluFDKDRqdns4HKeBdr+VEvLIiO3L1RP8/2rwIhALA04hv/X5baR67RmjpVB9elDTQynkn92t5k39gqe0me","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881480},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"496a084ae1754bc8fb564ad527a12fdc0ebd5065","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-496a084-20240122202537","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-496a084-20240122202537"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-496a084-20240122202537_1705955180120_0.021675977119975265","host":"s3://npm-registry-packages"}},"0.0.0-next-0241b7d-20240122220206":{"name":"@shopify/hydrogen","version":"0.0.0-next-0241b7d-20240122220206","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0241b7d-20240122220206","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1d476081d5124a9e6bc2cd48210e4b27599bcc32","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0241b7d-20240122220206.tgz","fileCount":22,"integrity":"sha512-5IFIX8MWyftO6X3Umm/ux5blXZ4+s+NfqvEBr5cLznnCrQRvgo7JgP6lOeDBsbnh8wHhxpq6vq1qqItTGZxOqQ==","signatures":[{"sig":"MEUCIQDe1J2bHY6eaWh8qCuOf5XmoNqvj2eLe+ZSP2FORukilgIgYvigkFXa7ilvPrOUzxDpJMyDMZVYPss6VeJXQHTBC4o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881480},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0241b7d2dcb887d259ce9033aca356d391bc07df","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-0241b7d-20240122220206","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-0241b7d-20240122220206"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0241b7d-20240122220206_1705960970641_0.7268840267449124","host":"s3://npm-registry-packages"}},"0.0.0-next-0e0e1fb-20240122222123":{"name":"@shopify/hydrogen","version":"0.0.0-next-0e0e1fb-20240122222123","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0e0e1fb-20240122222123","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"405d1611a6b4f8b8ea83b0fba574f212bdfbbc57","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0e0e1fb-20240122222123.tgz","fileCount":22,"integrity":"sha512-XzmWtjWHrwrn/KkjExMwtN1lL5GgYt/Sg61JQIO2weBkgp/3V1v0fANoSRp3rSrd8dEpGsruy8DlvdqBPH09Xg==","signatures":[{"sig":"MEUCICXR8JSRb8BxtMzngeQ6sAuOILRfUsOPoLESRaLeCsNDAiEA5wFl1dgBCjL1M8sPW7zF6vARc0LpGZmVDA98ac8NEtw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881480},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0e0e1fbd1b79e6274d1b266b4783a7a29805b17b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-0e0e1fb-20240122222123","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-0e0e1fb-20240122222123"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0e0e1fb-20240122222123_1705962128026_0.6420962753700776","host":"s3://npm-registry-packages"}},"0.0.0-next-0629bc7-20240122224844":{"name":"@shopify/hydrogen","version":"0.0.0-next-0629bc7-20240122224844","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0629bc7-20240122224844","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"36ddc902c3d5bb3e2c614c9e55016e770d54a387","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0629bc7-20240122224844.tgz","fileCount":22,"integrity":"sha512-6/JJQqcdOScQ1KFyEnJgSm6wp/cKAZ2kQkuYLEy3hEjX23sX0iNbVMAiHH1gi/7afGTU30DirNoDGxdk+28SzA==","signatures":[{"sig":"MEYCIQDMpAubOkkPvKysW7d+Z/1uj4Es1gs8ZC2IGEHPc2BwywIhANL4h8NOGMWxwughMOZcdsQdxDkP1uOhMWRyI7xp1+KF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881480},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0629bc779b4dab3482b502cde0cc67d32f41f2f2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-0629bc7-20240122224844","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-0629bc7-20240122224844"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0629bc7-20240122224844_1705963767128_0.47910653144231685","host":"s3://npm-registry-packages"}},"0.0.0-next-a4d725e-20240122232931":{"name":"@shopify/hydrogen","version":"0.0.0-next-a4d725e-20240122232931","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a4d725e-20240122232931","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a70e7f342a55771818c0d482a68925bdcfa94297","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a4d725e-20240122232931.tgz","fileCount":22,"integrity":"sha512-xJLChvbRi0FtGfaHiwv/6HRp0r2P9oGS8PSy7w4TSIDTnGYOIq9GDIh4purFM1tR3kUcISQn7ylEJNzmNToIwQ==","signatures":[{"sig":"MEQCIEsBmEDyRhlqt7XQyOoncT21DI3xvsbdWvAuMQsy9aNqAiAM8ENsqiEeDzFGVsTwD0W5Ckem9KV9w0FVUS0/IrnctQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881480},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a4d725e2cd5fe1d774ca03ca39ddba817dd96a67","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-a4d725e-20240122232931","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-a4d725e-20240122232931"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a4d725e-20240122232931_1705966215038_0.392898088930953","host":"s3://npm-registry-packages"}},"0.0.0-next-0ff63be-20240123052406":{"name":"@shopify/hydrogen","version":"0.0.0-next-0ff63be-20240123052406","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0ff63be-20240123052406","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5204aeff2ca908748f830b4f53c7b45b282234e4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0ff63be-20240123052406.tgz","fileCount":22,"integrity":"sha512-puO7effHEde6bDcMrrlItt4itzsTrQIvZtq33tx7as5+1tbR/psqLs57tiIHmOFV67JIcWu67SKWQQ9WwZg9uQ==","signatures":[{"sig":"MEYCIQDhjy6GndOYfPMw/AaTvXGlFKDcrNC/XTxrSscX0AIx3AIhAOrNgmuEtykUuOxZxN25uU3R0p6IEl4Ip3Hgn0oIQBxz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881480},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0ff63bed840f5b8a5eb9968b67bd9a5a57099253","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-0ff63be-20240123052406","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-0ff63be-20240123052406"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0ff63be-20240123052406_1705987490103_0.26767006999843557","host":"s3://npm-registry-packages"}},"0.0.0-next-567e1dd-20240123075938":{"name":"@shopify/hydrogen","version":"0.0.0-next-567e1dd-20240123075938","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-567e1dd-20240123075938","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c345d4f9800bb1a1b87e519fd03a147ca23acd1e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-567e1dd-20240123075938.tgz","fileCount":22,"integrity":"sha512-Ter0C23Fy9HqQFEGNmAy5NgMzdQBNxcRUI3SI6bAiS4dzunlFKGmywKCHrNb08rT7yb6hS2pNLYOqYOaFPW1Nw==","signatures":[{"sig":"MEYCIQD4e4KH0UxAnn0tC7612pmRdXBTBFRASulBQchi6GiUgwIhAL+8vQVQmJM7CO4OG0jE4TOB/QvKe1LvQ7z46+nLSxSe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881480},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"567e1ddaeea1610fc74dd228fdb4eecb75201bdd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-567e1dd-20240123075938","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-567e1dd-20240123075938"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-567e1dd-20240123075938_1705996822865_0.807673873736352","host":"s3://npm-registry-packages"}},"0.0.0-next-1f85166-20240123155441":{"name":"@shopify/hydrogen","version":"0.0.0-next-1f85166-20240123155441","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1f85166-20240123155441","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"baf11fa82367cbbf3fd8df4891f1be4c9df028e9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1f85166-20240123155441.tgz","fileCount":22,"integrity":"sha512-boXwgDPl0zxf1jFHmXSJkiY7n9F6OYz9IS+mTe6SPi43eZXL+RWcxG19wdQVQYnhED4grPqnSnAUF6dkeDsSHw==","signatures":[{"sig":"MEYCIQCJgYFUtp4hvXOUqrR69CZeHlsTyvycnqWMCrJ1SW//wgIhAJQIFK1cnOaZigIT8rqzUNz9QLBuM7CMr1B7KKxL4PpY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881480},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1f8516677b984c0948d5346a72d994210a5c92f0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-1f85166-20240123155441","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-1f85166-20240123155441"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1f85166-20240123155441_1706025323566_0.741694704661173","host":"s3://npm-registry-packages"}},"0.0.0-next-27c9b9d-20240123184859":{"name":"@shopify/hydrogen","version":"0.0.0-next-27c9b9d-20240123184859","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-27c9b9d-20240123184859","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"564c1421ae4c3283ede59660db473ede2f04461b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-27c9b9d-20240123184859.tgz","fileCount":22,"integrity":"sha512-FwnID/ocRz0WiVa68xqoYrTrmUkYZg2U4WO8VahqYAYt2938VoTcQkSIMbUZ0YxFe+jdERcyGzx6fTUTad16Xg==","signatures":[{"sig":"MEQCIANy9vf4ArakgPQWeGmz+feWvpVOw9ocGPpnh5d0hsZ9AiA7YGeHiT69wKvUHXL16jzaHAcMxjJSTtirPf7ZEDIllw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881963},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"27c9b9d245781a3b7478e28e527597e86f68066b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-27c9b9d-20240123184859","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-27c9b9d-20240123184859"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-27c9b9d-20240123184859_1706035784422_0.4914147606636714","host":"s3://npm-registry-packages"}},"0.0.0-next-a907199-20240124061045":{"name":"@shopify/hydrogen","version":"0.0.0-next-a907199-20240124061045","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a907199-20240124061045","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"08f97e262535d5aaf901541f6f6088603a2b4a77","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a907199-20240124061045.tgz","fileCount":22,"integrity":"sha512-D9qf0tGCTnc8HipLcNn7X6sjS+bgddDtJPFudfQdJuKArpkS9Vg+aF97tiOq3sstep/zz9NkiBnfF85ZDQ5yYw==","signatures":[{"sig":"MEYCIQDnjfzwxJf8P0crIFikktgrQSKLLI+yhRfS7pL+VxdsKgIhAL2MmApcZn8vrGLHOr9U2id0ooFXdckQILTUv+IJcrS2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881963},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a907199ba652280239a7ff08d8e65d482c4b9f95","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-a907199-20240124061045","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-a907199-20240124061045"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a907199-20240124061045_1706076689052_0.5064181865933923","host":"s3://npm-registry-packages"}},"0.0.0-next-e597446-20240124181037":{"name":"@shopify/hydrogen","version":"0.0.0-next-e597446-20240124181037","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e597446-20240124181037","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"efd12173424c4c05e1f423372bf10fa65ae9f071","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e597446-20240124181037.tgz","fileCount":22,"integrity":"sha512-Rqde7fkSMdaeVQmzGF4tWTXTQX8xv2AN8X7RMwJteP8X+tem5tbZZ7JrQWqmI8ADNA0e05x2stH1alZlg/LOow==","signatures":[{"sig":"MEUCIQD6WBLqXgkOpF9oty3Db/q5BXoA+U9MFZ256INW6Tv7jgIgBxpiroOs4h900tXUdg64K76Xcz/Jn0rgzauR4SZu6qQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3902717},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e597446fac8f70e74815b311970550569211fad3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-e597446-20240124181037","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-e597446-20240124181037"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e597446-20240124181037_1706119881625_0.9368721716993267","host":"s3://npm-registry-packages"}},"0.0.0-next-2956e3e-20240125071922":{"name":"@shopify/hydrogen","version":"0.0.0-next-2956e3e-20240125071922","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2956e3e-20240125071922","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7fe79d73589f70b9ebe7a2e81608f7c40aa1c7db","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2956e3e-20240125071922.tgz","fileCount":22,"integrity":"sha512-eqN86QvllXZAMrQoPQHBpBI5EIuuqFVMuOGmUG6g3eBijg0sK7AUlpmIR6rWmURwIL0BEMWRCxFcX138F53L8w==","signatures":[{"sig":"MEYCIQDfrIVX8KMZSdi/iVzmV6TK2ztRJrU566NYxrqCHskY9AIhAN4qDT07+TiLF/i8zPpBNMVsz/j92XNhkfkixZ+s5E5U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3902717},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2956e3ee80b62bdad441d1decaaf73d4d239e578","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-2956e3e-20240125071922","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-2956e3e-20240125071922"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2956e3e-20240125071922_1706167206053_0.5355381440335769","host":"s3://npm-registry-packages"}},"0.0.0-next-60fffab-20240125082001":{"name":"@shopify/hydrogen","version":"0.0.0-next-60fffab-20240125082001","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-60fffab-20240125082001","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"895fa11dac9ea83301903bf2d7f95ec8c64aad77","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-60fffab-20240125082001.tgz","fileCount":22,"integrity":"sha512-AJdPz7j0s3ktyOlEDUkMiZ8Bkjruwq95Z9697YbYATkQIuhitlH6hLqwjppaK8owrhuHZt9YjZmwxdfmE0PR5w==","signatures":[{"sig":"MEQCIE/jJpw9XnEMewq7yqX8aPoQkJPvP+X3jWHQMyDFRdfnAiBFHqA9erFQ6GRsIP5OE4mska1dDiCDgIdpVbuvvg7thA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3935205},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"60fffab57d151aca0c7f2ba955439dc0d4f263bc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-60fffab-20240125082001","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-60fffab-20240125082001"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-60fffab-20240125082001_1706170846310_0.2968549695051066","host":"s3://npm-registry-packages"}},"0.0.0-next-74316b6-20240125173538":{"name":"@shopify/hydrogen","version":"0.0.0-next-74316b6-20240125173538","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-74316b6-20240125173538","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"43751ff2cf15dbfe8a7d0c274bc9d0af90b4075b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-74316b6-20240125173538.tgz","fileCount":22,"integrity":"sha512-p5ji771DZVFN1p73xTL+mhWK+ndo9ZLf/faCyN8Wq/cnxlKuwIbO53eraKFHKYrNstoWsDRxOM682hCheG9Z6A==","signatures":[{"sig":"MEUCIQC4QWRXZYf35KbdJvWuUSQtGMjZyw2xBgzGV2L78dShbAIgNegbXlnExtDpf39uK+I9ddpI98IGVHv48cH0IY/XWR4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920371},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"74316b612a7f81eb4602b96ff492f3cf2ca248b8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-74316b6-20240125173538","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-74316b6-20240125173538"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-74316b6-20240125173538_1706204183324_0.9443161990796674","host":"s3://npm-registry-packages"}},"0.0.0-next-6f90c92-20240125191907":{"name":"@shopify/hydrogen","version":"0.0.0-next-6f90c92-20240125191907","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6f90c92-20240125191907","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"323043791b90155baf52217bc04fb9d438b4bfe8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6f90c92-20240125191907.tgz","fileCount":22,"integrity":"sha512-H7sPollPeiqXgu3SW7lmR+eGBIrxfs85Q7ajtzhD/hmC/yv8ST8cysnO8FUmRSfw6GiBRUaziZ/Unwu3InO+AQ==","signatures":[{"sig":"MEQCIEZO6lHYeqG3fjRbo03/WwvBBp5UiTTohxfNjli8qAR4AiA7YSq02o9f3UcPmeDZ/xPF5zFnZchITe7CMk7QrhBRKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920371},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6f90c9296fe5f5746efe9ad6ace28a49b25d4787","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-6f90c92-20240125191907","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-6f90c92-20240125191907"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6f90c92-20240125191907_1706210390286_0.6082580501178361","host":"s3://npm-registry-packages"}},"0.0.0-next-1bc053c-20240125204459":{"name":"@shopify/hydrogen","version":"0.0.0-next-1bc053c-20240125204459","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1bc053c-20240125204459","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"46cf17b1cf6eca93e7631a95ab6e9eafee57b0e2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1bc053c-20240125204459.tgz","fileCount":22,"integrity":"sha512-dNeq3YVj5PdQifHyO6lbdrk6/MtdBTYC8sFMImum/33mAnYsf/H7mJhTNIkVoQwTwQqrwviqz17lBqNCz0GjfA==","signatures":[{"sig":"MEUCIQDZ3KM5gzJ3nwvH8lCvLuE9RAHshto0+UK1aZ44REC1LAIgMYQbuJdrbiWCzaN0tUPtftCb/I7e+w9E+JxTFBXb3F0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920371},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1bc053c94ba1be14ddc28be9eb70be7219b295d1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-1bc053c-20240125204459","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-1bc053c-20240125204459"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1bc053c-20240125204459_1706215541806_0.5295630890294101","host":"s3://npm-registry-packages"}},"0.0.0-next-1ea066c-20240125230644":{"name":"@shopify/hydrogen","version":"0.0.0-next-1ea066c-20240125230644","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1ea066c-20240125230644","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"92c32ed94487417ecb0cb3cb4cecc77a752e0693","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1ea066c-20240125230644.tgz","fileCount":22,"integrity":"sha512-MbtOml4+oTg45lXykGyHlMF9SYheoqk0Unreig5oyCnEmEJeZZIzvF7msobmBw9HtjXnWzhopEKzDpQ5tioWaA==","signatures":[{"sig":"MEQCIGqE+/b4MirnM3OiMi3BWURnvCkUh23UKQBuZIMWPc1VAiBIyN1dx0+jS80+Z7M9fDi1P1UbY9M+L1Lwkk0DvbsthA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920371},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1ea066c670d41ff4d743fa0fe5e8f4d225d6aeec","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-1ea066c-20240125230644","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-1ea066c-20240125230644"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1ea066c-20240125230644_1706224047536_0.7537766037945517","host":"s3://npm-registry-packages"}},"0.0.0-next-772118c-20240125233026":{"name":"@shopify/hydrogen","version":"0.0.0-next-772118c-20240125233026","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-772118c-20240125233026","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"69ec6aab4c5a5c94953a7c3feb5178aa9110c441","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-772118c-20240125233026.tgz","fileCount":22,"integrity":"sha512-D3oJlPyPwksi5BKNzQ9pY0hC8D9V1QTNapqdEFNj6YhPJnx37HIgqOwZFPS+XW/Ig0IlGrFJHXqc2ydgKRbVAA==","signatures":[{"sig":"MEUCIDRurkviX0P0XzGT8hFYRkb8A5OLij8SRkyBilm9mXZTAiEA41Zb9umCaa0PDBjmRsQPqed6Vch6Jw0Vis6N54EiQnw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920371},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"772118ca6aefbd47841fffc6ce42856c2dc779bd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-772118c-20240125233026","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-772118c-20240125233026"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-772118c-20240125233026_1706225468899_0.506289757600445","host":"s3://npm-registry-packages"}},"2024.1.0":{"name":"@shopify/hydrogen","version":"2024.1.0","license":"MIT","_id":"@shopify/hydrogen@2024.1.0","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bebd80e451a72f03bbf4a719f2d2d6b0f6de9acd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.1.0.tgz","fileCount":22,"integrity":"sha512-R9hvYqHpgwrQmqikVAHtbxWCFjA9WRn8waszBAQG+9K/UUjzjq9TNUJGewFqsXLyV3fDJ3hpR+b6k6yiNZj1dQ==","signatures":[{"sig":"MEYCIQD+kji17fKmt1UJ2LHLFFHRXv3PElk0MAj1shgjT47jMgIhAOXAhBristoJTEJ7WMxQuYkuXicNv9QqT5QMNtXOk1Zm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920087},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"aa78ac8721e15dc423f822366b5a225041926f1e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2024.1.0","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"*"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.1.0_1706225974741_0.914749660557117","host":"s3://npm-registry-packages"}},"0.0.0-next-a4ad330-20240126005616":{"name":"@shopify/hydrogen","version":"0.0.0-next-a4ad330-20240126005616","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a4ad330-20240126005616","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9be264a78dc2a6050de9bd0e378a5d722890c11b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a4ad330-20240126005616.tgz","fileCount":22,"integrity":"sha512-V6h554YFtdsOuN/6deAWp0AU5vBZ/zJkZJkKJgyzd5Liq0OFnDk0iil+jfZTy0BpmyCm7sGxDfYjvAd//ntpMg==","signatures":[{"sig":"MEUCIGc9D91j/m7bULbZa+y/1MT0tKmORADLAhvT3EKQd4ObAiEAxJG5/bKIW694tUkcgSdKU+iIEFLDhbol83qHgWYOZtA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920371},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a4ad33076815ae5b8bdf99f7994971222dd112ce","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-a4ad330-20240126005616","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-a4ad330-20240126005616"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a4ad330-20240126005616_1706230613560_0.5398706068434773","host":"s3://npm-registry-packages"}},"0.0.0-next-22d702d-20240126160928":{"name":"@shopify/hydrogen","version":"0.0.0-next-22d702d-20240126160928","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-22d702d-20240126160928","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"46b9c0b0f2d46b96daaa7ac648a721853b26abee","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-22d702d-20240126160928.tgz","fileCount":22,"integrity":"sha512-xgpqrWHdUzOjPjhAt3GauhH5PzAh5wrHYOod0L487tg709gJ3qDbM8lS1YM9zSWc/awmc54sq2hHSLzXcD8s7A==","signatures":[{"sig":"MEUCIQD+nqvll5rsOW4f18UctnjqEo2Cu3bWhefLJe1f3iRCPQIgUNF3031e9tXagjtIEIZdRrPppDgVEopnj1TTSfteK2s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3920371},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"22d702d0f97d7bc00ae1e3fce822ff867a9a4f04","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-22d702d-20240126160928","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-22d702d-20240126160928"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-22d702d-20240126160928_1706285407264_0.7722926298467745","host":"s3://npm-registry-packages"}},"0.0.0-next-52b15df-20240126211743":{"name":"@shopify/hydrogen","version":"0.0.0-next-52b15df-20240126211743","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-52b15df-20240126211743","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"29ec5ab16d4afc40d491cd6ddc70354df16ce820","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-52b15df-20240126211743.tgz","fileCount":22,"integrity":"sha512-+jbF4/aYYwrnCQwms7CjsR7CQ/5skca3rkDBr/NM/Ux7Ewuf89HaNladL5UETHBvx7qy3gkmbyo5AVXsJltxkg==","signatures":[{"sig":"MEUCICqLvv2Iw4kRnthn4xkL09KKs8csZZ+/ilLhnehaXZwlAiEAqY53UGts7geHNDrj/TQEa3yRHsPsfU771lKpGmJzCZQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3930937},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"52b15df457ce723bbc83ad594ded73a7b06447d6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-52b15df-20240126211743","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-52b15df-20240126211743"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-52b15df-20240126211743_1706303903255_0.4977615431485738","host":"s3://npm-registry-packages"}},"0.0.0-next-d91e02b-20240127000630":{"name":"@shopify/hydrogen","version":"0.0.0-next-d91e02b-20240127000630","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d91e02b-20240127000630","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f7582562c25713d6ade49238c4b6ad52ca6f9c2f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d91e02b-20240127000630.tgz","fileCount":22,"integrity":"sha512-VNZTYrwSb71bfQA18W0AShoUBzJ8lPxwnteJegqbX5W4SHbObM/Ax2rNu18Rt2ZVw759eYoIPIQPLZ9gok5UUA==","signatures":[{"sig":"MEUCIQCmjXUXrSaDn8/PokMDrcNr6CnFQth1T1H6xbxvVm8/LAIgNtBK8dtlz/P3sW1xWi5TgqiV9aUMUgfv4pSXP9vmPgw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3930937},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d91e02b15334f995b8a95f5e110b667ea23d10eb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-d91e02b-20240127000630","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-d91e02b-20240127000630"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d91e02b-20240127000630_1706314028454_0.26951741531830065","host":"s3://npm-registry-packages"}},"0.0.0-next-67981bd-20240131025836":{"name":"@shopify/hydrogen","version":"0.0.0-next-67981bd-20240131025836","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-67981bd-20240131025836","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"edb94ac4fdb377f6b4f161a5b1896d353657baf9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-67981bd-20240131025836.tgz","fileCount":22,"integrity":"sha512-3T9yZbOardUzWht+Tu27eiAjDw/coi7ki7suaAFOdx4x/F/TMu9C5m6qB6w+6dXJuAVXfc8/f7jbauoQ8UHQ8Q==","signatures":[{"sig":"MEUCIHHXStMh/+FKRUpnH/LCDpxUV/wX1uN/DGna9mQAU1LqAiEA8LNp+p8XFFO47fKGQ+8wqwWk/4R9bzQsUcGT4GbX46A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3996170},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"67981bde7dc7fe4a98d6bd09bb6546a58a41f1bd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-67981bd-20240131025836","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-67981bd-20240131025836"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-67981bd-20240131025836_1706669954177_0.9221177750221479","host":"s3://npm-registry-packages"}},"0.0.0-next-ae47da4-20240131064457":{"name":"@shopify/hydrogen","version":"0.0.0-next-ae47da4-20240131064457","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ae47da4-20240131064457","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a4fd5367b21826bc4ab24d5fccb814142d61560f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ae47da4-20240131064457.tgz","fileCount":22,"integrity":"sha512-zH3tjkwWUOIfasgEXhWygl0nZuCn+ZFVdACTqtvj75ONv8ys+ShKNQ8gMxPz+fsgRviogJ18lnftiDZfKpALrg==","signatures":[{"sig":"MEQCIHBA6xAp/Ka5wK63wyPfHxiL9kO3fzKVCxzfdC1bfIM1AiBK7W1O1mcikCkfI7oCHDU8d0HFR1i1y4Ml0k6PGodPFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3459078},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ae47da448789344781e9c123c116b2589974aa89","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-ae47da4-20240131064457","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-ae47da4-20240131064457"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ae47da4-20240131064457_1706683535169_0.017989712266749613","host":"s3://npm-registry-packages"}},"0.0.0-next-c7b2017-20240131070354":{"name":"@shopify/hydrogen","version":"0.0.0-next-c7b2017-20240131070354","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c7b2017-20240131070354","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c5230870c040a65d00bd22be7c75d339fd2ba19f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c7b2017-20240131070354.tgz","fileCount":22,"integrity":"sha512-EVrj6kpj5gFXbcv9dpy+4t/sn4arHpzDA1zhcdClxTlKfHUXNLn3F2gh4w2HJxMHHeRsszdh7uW7eBUXYqsEBQ==","signatures":[{"sig":"MEQCIGFnMGyGycEUP8i7cQFN7etpqAqizzN1asphDtJ7kipzAiBnQBRN0DqVszU7McZXfAr7c7yT8rtWlqPe4oMGLXc88w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3459078},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c7b2017f11a2cb4d280dfd8f170e65a908b9ea02","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-c7b2017-20240131070354","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-c7b2017-20240131070354"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c7b2017-20240131070354_1706684672990_0.835159863355341","host":"s3://npm-registry-packages"}},"0.0.0-next-434c3b9-20240131213323":{"name":"@shopify/hydrogen","version":"0.0.0-next-434c3b9-20240131213323","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-434c3b9-20240131213323","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8d56a646a01661cb799c2da7fdd4e3bd34951bfc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-434c3b9-20240131213323.tgz","fileCount":22,"integrity":"sha512-Hr/Y8geZqxrvAIjWzL5Z10b4AISvNwIkUZXdwJxvfXwLD+toODiYsXrpF5VwJnPFJRU7wSGvKNBQKeL4MRMaTg==","signatures":[{"sig":"MEUCIQCk++FpFHsQ1QXiPnu8ONhZyRk9DmO4lwCo/GQ+OxeJQQIgVIxa6LhryN7cLCLWTh3z2q+yZCD9uQhzjlgoEF4+v1k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3459078},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"434c3b9c8a840d2f66b934d4de60093013cd7aab","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-434c3b9-20240131213323","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-434c3b9-20240131213323"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-434c3b9-20240131213323_1706736845838_0.051713925121742665","host":"s3://npm-registry-packages"}},"0.0.0-next-a266436-20240201152555":{"name":"@shopify/hydrogen","version":"0.0.0-next-a266436-20240201152555","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a266436-20240201152555","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"56adc8aece9daaac856223b90076f67e0b2ec33e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a266436-20240201152555.tgz","fileCount":22,"integrity":"sha512-+E5ztHQS/9QGqOAUSqfWn66oWoxv0SZ4AMkls1DXkKPZ3G9s/OAL5S4K0DGkyDoUMAdsuq+YUzGTyr43cu2rMQ==","signatures":[{"sig":"MEYCIQDGyU2UpzH6oICOI1Tsu7XZnZGblTziN6N0EoYxUY6DVQIhAIOXpY/U9cDzfGJjIFvjC/cRuhp/5rBJjE/rSXErM1ap","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3459078},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a2664362a7d89b34835553a9b0eb7af55ca70ae4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-a266436-20240201152555","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-a266436-20240201152555"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a266436-20240201152555_1706801193431_0.853973981204672","host":"s3://npm-registry-packages"}},"0.0.0-next-eee5d92-20240206203702":{"name":"@shopify/hydrogen","version":"0.0.0-next-eee5d92-20240206203702","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-eee5d92-20240206203702","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7d31e8b63fdd753ff4b19f74b1e2360d0202acee","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-eee5d92-20240206203702.tgz","fileCount":22,"integrity":"sha512-/qONLXWPl5qbPn6WRLsG5/ob1+zPiUmhXu50bnliOmaDSlfcOLcbyMkYXguGXUBxjEPRLm9jDyROoq0zr2eetA==","signatures":[{"sig":"MEUCIGRTjiDG+kiUaA7eaPwy3FDvcz5Z79xWssFHDjHylwlhAiEA58Ad0dOP28ifgwkgBhZ2RnzDF823ywbcvA0gj0/IrfQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3470382},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"eee5d9274b72404dfb0ffef30d5503fd553be5fe","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-eee5d92-20240206203702","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"0.0.0-next-eee5d92-20240206203702"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-eee5d92-20240206203702_1707251861585_0.02848034146336431","host":"s3://npm-registry-packages"}},"2024.1.1":{"name":"@shopify/hydrogen","version":"2024.1.1","license":"MIT","_id":"@shopify/hydrogen@2024.1.1","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"89e91c1a0b09e203199a74e850310e4908f6c959","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.1.1.tgz","fileCount":22,"integrity":"sha512-s4+fvTLEYNx7561WJfophMeMUvM3mXE+/eg3D7EQ9chewxe0BMxzRkfhYRTb7cIYtENktq81h4HNDzMr/WJENA==","signatures":[{"sig":"MEQCIHV8ZLO4FP47qurAbyfwl8bJSsEIH6R/VOOXAkzkZmpRAiBppSON9nbaELEUjqtIrUgLVTERBnX8VbMxoVzUQYHmCA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3470098},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"49a167e825e8ce49a8a65078a87bd35d53f18c34","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2024.1.0","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.5.1","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.5.1","@shopify/hydrogen-codegen":"*"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.1.1_1707262738469_0.8322538832978426","host":"s3://npm-registry-packages"}},"0.0.0-next-114a724-20240207131856":{"name":"@shopify/hydrogen","version":"0.0.0-next-114a724-20240207131856","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-114a724-20240207131856","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bce106c8af6f2774c8444eb57e286ff2549adfc2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-114a724-20240207131856.tgz","fileCount":22,"integrity":"sha512-vEulN39rM168lWgeTRpnUcEa5dZwnkBCGES/2bqSkPrbfXJMawgF2fDZOf3IMHWd+HXb7gXbEV+oujZAsgYpYQ==","signatures":[{"sig":"MEUCIQDkQ5Iqa7Xfz3b4lO5kx7m8teL8N3n4ciV5c8IJ+ktp+AIgPmFG7juGmY8v5kAXQedRRyr2LoFTywsLQY4+luYrNcs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3470382},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"114a7240df4612b6be6eee6a7c747b0447212b01","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-114a724-20240207131856","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-114a724-20240207131856"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-114a724-20240207131856_1707311976016_0.046303534667000434","host":"s3://npm-registry-packages"}},"0.0.0-next-abb7137-20240207182500":{"name":"@shopify/hydrogen","version":"0.0.0-next-abb7137-20240207182500","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-abb7137-20240207182500","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0b99d98f033845b84b3502b2052d953543bf7452","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-abb7137-20240207182500.tgz","fileCount":22,"integrity":"sha512-SwNEpYIW5KcmNW7yEQd2E7a0J6MIiAFj4JK7riUdUC0OQGtt2xKqBrGqlDB1+svR55d+rE6HN22xyX7dEDs3NQ==","signatures":[{"sig":"MEUCICZAU6RoohXal1DJdgo/bh9M3QP6poQ8aIE98Cy5c7JUAiEA3YyxA2WvMd8uuDsM4FVlGW0wsA1qRI2OVapxMtzP18I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3470382},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"abb7137b8cee167d46d979d5ee8f263bd091008e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-abb7137-20240207182500","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-abb7137-20240207182500"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-abb7137-20240207182500_1707330338930_0.2933710399937459","host":"s3://npm-registry-packages"}},"0.0.0-next-fcecfb2-20240208132341":{"name":"@shopify/hydrogen","version":"0.0.0-next-fcecfb2-20240208132341","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fcecfb2-20240208132341","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"47d8217037131173a598a9e7f6e7ae0dcaa2a3c6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fcecfb2-20240208132341.tgz","fileCount":22,"integrity":"sha512-YkMMV5ppu+ZPBtwcmbtry5XrP+dWASVczXCYbY67Ckd+MByFPm/LikDbHzAPdAMlvjFi402Zn0ISf7ED148ufw==","signatures":[{"sig":"MEUCIQC8TjQGBmHZrGFTNyZJLyDkcOUeskdXo43IEzkU1gqZ6AIgAaF2SWwwmD/aPXQTC2RDbZfwtsBo+W1MIEXuR2aotz8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3470382},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fcecfb2307210b9d73a7cc90ba865508937217ba","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-fcecfb2-20240208132341","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-fcecfb2-20240208132341"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fcecfb2-20240208132341_1707398659771_0.7224875027886579","host":"s3://npm-registry-packages"}},"0.0.0-next-c0ec771-20240208190613":{"name":"@shopify/hydrogen","version":"0.0.0-next-c0ec771-20240208190613","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c0ec771-20240208190613","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f5f5c046991f29d9c4ceb1c5af07d729c13a4da7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c0ec771-20240208190613.tgz","fileCount":22,"integrity":"sha512-3vAazwyGE++2XsA5aqvJSv3sWrM5wyDLZdG1iOSsLhu+gqW6YwHXhdyGI4plbMixAiPnEqbeJcJEOAUIp7In9Q==","signatures":[{"sig":"MEYCIQDfcnC+qLZEeGIIGPUsbU2rheQYLmuAXFAW6dhqniL/mQIhANs5bD3k0JrSS3a0x/w+R8RWDpi5WqV1kctXLY9L7EkD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c0ec77141fb1d7a713d91219b8777bc541780ae8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-c0ec771-20240208190613","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-c0ec771-20240208190613"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c0ec771-20240208190613_1707419212136_0.6237034565468016","host":"s3://npm-registry-packages"}},"0.0.0-next-931a040-20240208214750":{"name":"@shopify/hydrogen","version":"0.0.0-next-931a040-20240208214750","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-931a040-20240208214750","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3dc5c9b0e400fe5fef171384ede82fc05e7190b3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-931a040-20240208214750.tgz","fileCount":22,"integrity":"sha512-yf9Vch70R18Dm3tRLM2MdwswQOEMwv4tdsT5fJjyUoG3ILOmotPoaL9ItbqsMLWjCWN0i3537nJN6aELDRfQBQ==","signatures":[{"sig":"MEYCIQCal/gM0p0yFLmDbV4hCPUmomHTAARZRas/QrjJqy3wMgIhAOWK0DOt9iHWIaW1U4dvloWIqClF0ECfFUf7ZVdAn2sS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"931a04026d105531561ebc269fcd323f472407e8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-931a040-20240208214750","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-931a040-20240208214750"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-931a040-20240208214750_1707428912597_0.047659232640815175","host":"s3://npm-registry-packages"}},"0.0.0-next-95bd271-20240209000135":{"name":"@shopify/hydrogen","version":"0.0.0-next-95bd271-20240209000135","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-95bd271-20240209000135","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5edcb448b0a7358aebb9d6337adde577d40d34e5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-95bd271-20240209000135.tgz","fileCount":22,"integrity":"sha512-KVewcGF5VBlaE28KnmzVCUbHA4kqeoaIBPWyVy0j9irC/NjCdxzxyrUezs89hcQLbusU3q/9nb5iKDa2/rC3wA==","signatures":[{"sig":"MEUCIG3I4XMsM1VKUtMH6zD/fZE30uiAPtIM8fp3UJDY8RSEAiEA8FL0g+Bq8bFoi4X4QZnsrOCvP+lxqmuz+/saoAQC2dc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"95bd2715e04fcf313539f1020c07fabcbf3bbd52","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-95bd271-20240209000135","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-95bd271-20240209000135"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-95bd271-20240209000135_1707436940168_0.402946853822411","host":"s3://npm-registry-packages"}},"0.0.0-next-7a724e4-20240213174026":{"name":"@shopify/hydrogen","version":"0.0.0-next-7a724e4-20240213174026","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7a724e4-20240213174026","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"760d3fd4ebe9b31ae5ec7964bcf341607a7a3605","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7a724e4-20240213174026.tgz","fileCount":22,"integrity":"sha512-40TWvrvEf8AB9HJL1Bl9sU3JN2GK8Pgi25tzDwSA15HuQ7idpkFGCyDxngGh4pbXoXgcfrKrakZYHiaxsvDAWQ==","signatures":[{"sig":"MEUCIQCY8VSekDhvGgAe5ZSvYQsV2sRQR4ABD2Y/0OD4PJay2gIgbnnyPQYV2wKVuM8LaBQ/yQ/ug0+UX9TtFEMV5AKNRws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7a724e459609187361bdda946aabf655f93e3819","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-7a724e4-20240213174026","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-7a724e4-20240213174026"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7a724e4-20240213174026_1707846065497_0.5164523644350125","host":"s3://npm-registry-packages"}},"0.0.0-next-faeba9f-20240214192101":{"name":"@shopify/hydrogen","version":"0.0.0-next-faeba9f-20240214192101","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-faeba9f-20240214192101","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"df4282cb1ef5dbc3833b1405e3ba3abb80066467","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-faeba9f-20240214192101.tgz","fileCount":22,"integrity":"sha512-xcQRidzb2zjtLhvuKdm2QDtBaJoa3zovt5WKpMuTqq4ld+tzS4S7zv8mMD8XllWZMpnKVh4BFQ6yuGFtCOy0/Q==","signatures":[{"sig":"MEUCIHIS+viS6XqkfUFLsbMwKU0PZSYdIEehthWZGmWnK1wrAiEAoZyPhmGBLI/aq/G71qPgiqk3GuEJOt2jwYHgbBno6IY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"faeba9f8947d6b9420b33274a0f39b62418ff2e5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-faeba9f-20240214192101","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-faeba9f-20240214192101"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-faeba9f-20240214192101_1707938501894_0.7180092541533833","host":"s3://npm-registry-packages"}},"0.0.0-next-c8dcbc4-20240214222009":{"name":"@shopify/hydrogen","version":"0.0.0-next-c8dcbc4-20240214222009","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c8dcbc4-20240214222009","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d2a6a26a32a63eb3b7547513fad95b71e3ed3473","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c8dcbc4-20240214222009.tgz","fileCount":22,"integrity":"sha512-1a3FdU2Np6bRKf+xtZWs5RpTiiycqLm2qhATrIYfism/pJ+gqK/xH7KTKeqKS4ELvbqfvwvgfGSqmL7qJme0HA==","signatures":[{"sig":"MEQCIF10fMEs5VBhL4sonyLYAKqftwTaWAwdq2jatuPuqNAOAiAYnG/RN4B8KnB/G1gcGu+Wgosou091HHwiVzopkpfA0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c8dcbc46cdb7b336ba1c29d804a2a428d0234d6c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-c8dcbc4-20240214222009","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-c8dcbc4-20240214222009"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c8dcbc4-20240214222009_1707949247842_0.4417859843428613","host":"s3://npm-registry-packages"}},"0.0.0-next-db453ed-20240215154547":{"name":"@shopify/hydrogen","version":"0.0.0-next-db453ed-20240215154547","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-db453ed-20240215154547","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c21f9f1a0231a66b8a6fa2f0573fe263295990b9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-db453ed-20240215154547.tgz","fileCount":22,"integrity":"sha512-RrsXq+uVMoc+pMgZRb21LIiH/6zmdtGx+SkxxwXJ7CIC97yqXv3bi/vNwVI1E9bVZFmq4frMNgPghBA4zWTp9w==","signatures":[{"sig":"MEUCIFRkZrDxkDSUzHxcofX9obCG6RecfSQjZTYfgx6COiC2AiEAjA6oUuzzXo1W9vjrYcrX7ddtru+bbk+H6yLhEhHOZH8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"db453ed0f711c805a619fcd5548378067ec20da3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-db453ed-20240215154547","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-db453ed-20240215154547"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-db453ed-20240215154547_1708011986694_0.9797862977982772","host":"s3://npm-registry-packages"}},"0.0.0-next-272cf3c-20240215192326":{"name":"@shopify/hydrogen","version":"0.0.0-next-272cf3c-20240215192326","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-272cf3c-20240215192326","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6a35ebcde5c5f52da13cdf47e1f215b5e9a828b9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-272cf3c-20240215192326.tgz","fileCount":22,"integrity":"sha512-Ez72P7UwepGkskf0Z40M09iB6fUiYduflo26QXmZKpCBcL4RS6OO7TOb5kRCCTK2z+ymXtzpA8ppo4xtmVb0yQ==","signatures":[{"sig":"MEUCIHxECiwGK8kCOSwkg5FG/qYgp6Igakv2sjNKI4G84JP2AiEAoxcWOAnzzgbeIvV0Xg20ZR4eFHn5d2MH8YQNap4mpew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"272cf3c3393766ba80a841b8bb065059598ca256","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-272cf3c-20240215192326","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-272cf3c-20240215192326"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-272cf3c-20240215192326_1708025047843_0.4650941340207455","host":"s3://npm-registry-packages"}},"0.0.0-next-7373abe-20240215193511":{"name":"@shopify/hydrogen","version":"0.0.0-next-7373abe-20240215193511","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7373abe-20240215193511","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a0c1f6b57b0eb3386f09b07aebaf4c5e27e43038","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7373abe-20240215193511.tgz","fileCount":22,"integrity":"sha512-xrfqtyrB3jCRXHEoXXjSZUoYy7nZgaPsgFcpfFpftS32g1jhXc71HFST7o+UMzIynauZEPIhhMt83GE6WnaCMg==","signatures":[{"sig":"MEUCIQDZaR98cK+7kpjGKWXDMb4pCJxxTT5xB2zJP3D1+Tv4TwIgH6J8bbAPFWtDeYtcSeTrPmV9qhIgwk1yXbH1uAVoYfA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7373abee73d5822c7a7ad84146463e14e671f67c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-7373abe-20240215193511","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-7373abe-20240215193511"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7373abe-20240215193511_1708025750019_0.5674555446514093","host":"s3://npm-registry-packages"}},"0.0.0-next-a3118f0-20240215211931":{"name":"@shopify/hydrogen","version":"0.0.0-next-a3118f0-20240215211931","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a3118f0-20240215211931","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b3d647bd61d7c750fec132db3bfb7fb22f9369a1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a3118f0-20240215211931.tgz","fileCount":22,"integrity":"sha512-yE+9nv2kxjPgJ2L3JbRssxPg9hofe7nY+oMjOV/rcVdDH2L3+gzlXZ+t7iB8VHMYud9S74CpsYSc7GxCQJLOSg==","signatures":[{"sig":"MEUCIH/QCsRya0NopluSsfBnF/Ek3kvSobwwLmdqHLhaUNJOAiEAvHcB/B07l6lDVLNJacHczUj6g0z3mZvqd9v190ews0g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a3118f0eb3d8c2696923cbcce9c75432b489f8f0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-a3118f0-20240215211931","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-a3118f0-20240215211931"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a3118f0-20240215211931_1708032010354_0.09566348046984641","host":"s3://npm-registry-packages"}},"0.0.0-next-226cf47-20240216174623":{"name":"@shopify/hydrogen","version":"0.0.0-next-226cf47-20240216174623","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-226cf47-20240216174623","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"80ecc9ecae3ce28a58b0db2f95ea98d42c0758a1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-226cf47-20240216174623.tgz","fileCount":22,"integrity":"sha512-0/2XbAHGlkOl/3/T3u7mLnf7MPs2U6/Mo1IN0ex80vr49U5z6+taFBZ6aqIrLK+sYLQxZDG3xCiu6VPChiAoiw==","signatures":[{"sig":"MEQCIHDHaClUEH1Ef/FKu07JQe4ZnxpzxXCZXU7Kj9znIDpVAiA8/9SXmNVVYWCASUfPP+GtdJ/0I8fp1bLsEgkoyCmriw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"226cf478a5bdef1cca33fe8f69832ae0e557d9d9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-226cf47-20240216174623","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-226cf47-20240216174623"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-226cf47-20240216174623_1708105621778_0.690157963204975","host":"s3://npm-registry-packages"}},"0.0.0-next-2e196ba-20240216195842":{"name":"@shopify/hydrogen","version":"0.0.0-next-2e196ba-20240216195842","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2e196ba-20240216195842","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6d23a1e5e4ee6b9393e4787f3f5e96d5a346e55c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2e196ba-20240216195842.tgz","fileCount":22,"integrity":"sha512-wpvnlER4UtPYqjPMrQRVQJYIrLDztEuFMAE6Qf3t0fvR9XphJS9p/fOZe9beXuUrOEzyCAvvLUrHjWAAyy3N1A==","signatures":[{"sig":"MEUCIQCpxgW53PfRedfEU6a7lA1JcNl+mQadO5DNmgQB+1s0qgIgQ+TOkgEUUw7E8mJIMTuoS/HkcxX+9ZsKauYbVOC2qjM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2e196ba5e4d9ce5d98940f45fa507bf4817573bf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-2e196ba-20240216195842","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-2e196ba-20240216195842"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2e196ba-20240216195842_1708113560651_0.6406571864415103","host":"s3://npm-registry-packages"}},"0.0.0-next-d26bfa9-20240220031506":{"name":"@shopify/hydrogen","version":"0.0.0-next-d26bfa9-20240220031506","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d26bfa9-20240220031506","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"37dbc07ac9f4b747f2238f458a502ddeec38fc79","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d26bfa9-20240220031506.tgz","fileCount":22,"integrity":"sha512-M3IO3ZuYyHs1Mb4+y7LoO7RC+jjDVwPZW2rWuvH2J0AnbhM1kMpgIFNA8jiszGVUD7R6WZTM72V9PpCVCcmjww==","signatures":[{"sig":"MEYCIQD5yFB7uRAtPSgemnUtGpgY0xNdIIcTwpSBBq9Z44cfFQIhAIJsGRIe6qgyziLPdPND3PBxybgdf7Nrk3d52pVoxHg5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d26bfa9df8c2170c969dcbcc44908e546c464ee4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-d26bfa9-20240220031506","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-d26bfa9-20240220031506"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d26bfa9-20240220031506_1708398944971_0.3673516327644708","host":"s3://npm-registry-packages"}},"0.0.0-next-28864d6-20240220191810":{"name":"@shopify/hydrogen","version":"0.0.0-next-28864d6-20240220191810","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-28864d6-20240220191810","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0d1374fa84158613491f166117641cde72d970fe","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-28864d6-20240220191810.tgz","fileCount":22,"integrity":"sha512-/yCbcE4vwKgwVLTJZbDjrumItBgHwdE17xeFaXYf5yv8kr3YQhKhZUxPA/4o1HoW1u63Nd6KrZV7wZ9NlfV44Q==","signatures":[{"sig":"MEQCIERNVNFGUUJEzfOLS0Zxalck+DW0uwScFpMvcoTG0DIQAiBNlnxyXcnfHcesSoguPTwaWjaTuLtJpfNjS/bRZG1i/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"28864d6ffbb19b62a5fb8f4c9bbe27568de62411","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-28864d6-20240220191810","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-28864d6-20240220191810"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-28864d6-20240220191810_1708456729625_0.9156607882819172","host":"s3://npm-registry-packages"}},"0.0.0-next-06d9fd9-20240220201259":{"name":"@shopify/hydrogen","version":"0.0.0-next-06d9fd9-20240220201259","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-06d9fd9-20240220201259","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a3ab95c0e03f34f9af2e95ebd7ebe03eb0c285d5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-06d9fd9-20240220201259.tgz","fileCount":22,"integrity":"sha512-S01Cv+80wcQBqZ2qCEgzQ/I28x9cFX18rLxRG230M1r/inlXbeRUZ0jDmeThVLJ4WguSHjEsjo2k0W9As4D8zA==","signatures":[{"sig":"MEUCID2SXynbAsEoooB0yw52B1whRxZ+wpssJUdHWGXyzOwYAiEAwYxm+HbKBiY2TQmosoocYMbu+Imb23T3dENiToUoWNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488674},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"06d9fd91140bd52a8ee41a20bc114ce2e7fb67dc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-06d9fd9-20240220201259","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-06d9fd9-20240220201259"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-06d9fd9-20240220201259_1708460018523_0.053743473433807365","host":"s3://npm-registry-packages"}},"0.0.0-next-409e1bc-20240221022400":{"name":"@shopify/hydrogen","version":"0.0.0-next-409e1bc-20240221022400","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-409e1bc-20240221022400","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6a6e956c899e0438d0cd7ea8a1166ad3b99a3c8b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-409e1bc-20240221022400.tgz","fileCount":22,"integrity":"sha512-42zVeK3w/hWiEtCzDj7Vwuy7BrKGsXCXVgA5KVrpdTs5lRH/wMrGja69CBTh2q30hGRuMZAHZ38pMgwdSQj+sg==","signatures":[{"sig":"MEUCIBoySWoZsn7SPIhYurYxMJ9WpmnncibXB6um8U+h8aRcAiEArVyacu9CZk26bkRYV6WPhnfRAhrTXfunOEIiRgq5Q1s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488674},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"409e1bcab3b2bd291179013350df13315f045479","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-409e1bc-20240221022400","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-409e1bc-20240221022400"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-409e1bc-20240221022400_1708482278690_0.46178925547342","host":"s3://npm-registry-packages"}},"0.0.0-next-2481906-20240222004124":{"name":"@shopify/hydrogen","version":"0.0.0-next-2481906-20240222004124","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2481906-20240222004124","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"66ec1195d9d7c1e07ca7c9fdca72bb39302fd5e4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2481906-20240222004124.tgz","fileCount":22,"integrity":"sha512-caFkLWWxJsFp2XzFny3JC8b86MTQV8GnU74O7iIVia+Acy+Cktd4dtqfIMqyGTsD5fKqbHbDj6omT11cXSCRsA==","signatures":[{"sig":"MEQCIG5eyR4LHbR1dzN+ayTnuJKStvB1CkxuhNRWIF+l6oUMAiArPe+NvM2QM8wm96Cilbbw835O96J5P7uWda9pkgdFGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488674},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"24819065b67e268be55efe0fb02d0bd3ed17996e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-2481906-20240222004124","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-2481906-20240222004124"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2481906-20240222004124_1708562527815_0.5476730547004256","host":"s3://npm-registry-packages"}},"2024.1.2":{"name":"@shopify/hydrogen","version":"2024.1.2","license":"MIT","_id":"@shopify/hydrogen@2024.1.2","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5e6bbd252527c04c537890a89fcf8abe0d8de6e3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.1.2.tgz","fileCount":22,"integrity":"sha512-qen5T8WKfw0Fvuv6SFI9yZH6DB6sXT+p4+1678sJQbLsVbddt3Anmaa6Vl4C9UpWP0HrwurI2mwMl2RLhkGHog==","signatures":[{"sig":"MEQCIGnC+TTpuSqGNxQmPvpP1oX1/XJgbMX7Y81LcQHXR1rQAiBQ8L8NJrtPa5B1uTyC83BmvKAf75kwZrVrysO0Vdq9CQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488390},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2a97cffaa5e5d7c5439bbfdaa1b2ae9e8614dae9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2024.1.1","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"*"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.1.2_1708637626719_0.011607756941462988","host":"s3://npm-registry-packages"}},"0.0.0-next-40fd963-20240222214928":{"name":"@shopify/hydrogen","version":"0.0.0-next-40fd963-20240222214928","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-40fd963-20240222214928","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0916d9cab6298fdb3dd0af4c76e88c43824f94b7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-40fd963-20240222214928.tgz","fileCount":22,"integrity":"sha512-ZW0iZMfbSKJ2DoJBe7GPce3GFnrI4qMWEFSvyAXROeiIjB16Lycrd7yjdwaLK5UPFQz18dplVSVBZoXCIXmPEg==","signatures":[{"sig":"MEYCIQDNHXzxlqqKtntqqdciiDwPSbs32USB4nlHBzzfXjxCQQIhAL4U7pzLjDYNx+xR2g1HsicT0hjFzL36OHmE3J3HjDrp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488674},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"40fd96364c22ef5e5499599418691735555609b3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-40fd963-20240222214928","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-40fd963-20240222214928"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-40fd963-20240222214928_1708638606283_0.9777907587508619","host":"s3://npm-registry-packages"}},"0.0.0-next-216eb17-20240223190307":{"name":"@shopify/hydrogen","version":"0.0.0-next-216eb17-20240223190307","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-216eb17-20240223190307","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8bbb5a857e3b620cc516b576d4fc48679a66eeb0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-216eb17-20240223190307.tgz","fileCount":22,"integrity":"sha512-wdLv8Vm3FAxg+5R5W8HFjw42BbLUpmVTV8z2Qeg4bUn0aw/H8wm7z8mfOMOsJgOknXLX22fvD2pB3SV2UL6lyQ==","signatures":[{"sig":"MEUCIEcJvPqiaTYYlGcEoZfKOJgqnw1hEBGe5v1zFXDmVPdTAiEAzHyrysPIQINqi2EZ+DdriZs/OgKkUPYU9m0OxTJe/Yk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488890},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"216eb17e7fd7a5d2bc946ae0561ffee4b5a0153e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-216eb17-20240223190307","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-216eb17-20240223190307"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-216eb17-20240223190307_1708715026404_0.7187872111703826","host":"s3://npm-registry-packages"}},"0.0.0-next-8030ac3-20240226220125":{"name":"@shopify/hydrogen","version":"0.0.0-next-8030ac3-20240226220125","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8030ac3-20240226220125","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e1e5b6280c46a3f7528c3764342442923dbd0d93","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8030ac3-20240226220125.tgz","fileCount":22,"integrity":"sha512-RS4ODSRu9k7RZPNtpqZMP4++qcqz0cr+fcA9mTf2r24vvIu1xJAIlXcheqPumpw99fR51hnAwB4lHsPCTJ2NAQ==","signatures":[{"sig":"MEUCIQDwUh2pQuChaS79TBeP5d2DGup1y3gnr8C3GUglKXUFIgIgAyBVhAyJ1B9hrnTuYKBe0fZTdmHLOUUfY4HDs3kGoyU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488890},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8030ac3956e48bceb43953b16fa30e7f94f5a942","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-8030ac3-20240226220125","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-8030ac3-20240226220125"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8030ac3-20240226220125_1708984923574_0.9753864160596628","host":"s3://npm-registry-packages"}},"0.0.0-next-d7e04cb-20240227160529":{"name":"@shopify/hydrogen","version":"0.0.0-next-d7e04cb-20240227160529","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d7e04cb-20240227160529","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c7f340867867cca78938da3f2154b0d859edb891","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d7e04cb-20240227160529.tgz","fileCount":22,"integrity":"sha512-LhfNjfmwArVCuDsNupNEY6ZzStj2suUUEpl5ox5dxfihBU5inTTIxrwrSIY4biBNQdv+ieWW0KKArwo5tPCKwQ==","signatures":[{"sig":"MEUCIBnUTVNJYtQEjXcR08inPlgz+t0Mxq15DLClHOh7zjKqAiEAplvgDEuvYESkfmZhYTruDW7VxW4u6EXEWSdny6NPqo8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d7e04cb6a33d40ea86fa8ac2712d7a5ea785de2d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-d7e04cb-20240227160529","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-d7e04cb-20240227160529"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d7e04cb-20240227160529_1709049971564_0.3001103975701971","host":"s3://npm-registry-packages"}},"0.0.0-next-b9cc0db-20240228145021":{"name":"@shopify/hydrogen","version":"0.0.0-next-b9cc0db-20240228145021","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b9cc0db-20240228145021","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ccb6f9f34eef46506951f266f6e3e26c0d2c81af","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b9cc0db-20240228145021.tgz","fileCount":22,"integrity":"sha512-/SRnr0b5lieZtPTjMvalDAQD6uzbyWxDXK9rqsblWCS20xGkYN/6Vwin0stDkZwERey6LCUL3YByXpAY2Z8pyQ==","signatures":[{"sig":"MEUCIQDRByXa9mZrcZ9Ouc36j37yaHuIEKNhdAnPwRXhz5rqHgIgHBbyQhGE2aeIG7Fie1H1F+n1IPpINmmqJrfsQjkRQvc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b9cc0dbf9c60e99fe13191f5451a83a5bb7013f9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-b9cc0db-20240228145021","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-b9cc0db-20240228145021"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b9cc0db-20240228145021_1709131860235_0.8898133343387109","host":"s3://npm-registry-packages"}},"0.0.0-next-b0305ca-20240228161029":{"name":"@shopify/hydrogen","version":"0.0.0-next-b0305ca-20240228161029","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b0305ca-20240228161029","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5f3fd0886083c3cbe99f5ad9a9471fffd2790441","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b0305ca-20240228161029.tgz","fileCount":22,"integrity":"sha512-cI3nHu+WbThbLPhv3YFg8ZLFOysLyj17eJn+JUod/OJSyBhVmjVGRgGNe7UMEM3Bcc1fUxpeZCaeyiGSiUuQJg==","signatures":[{"sig":"MEUCIQD+ooFQ9lwmX9SGQbZcaKvDr8sa4XWPXc1GJ9qYSs/tqgIgdzgqH1oWzStlhcFy/G/plmMMwR5SZJ9dQ59pafwPwps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b0305ca5b8a9d561079db21f9f32763e3cffb72b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-b0305ca-20240228161029","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.6.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.6.0","@shopify/hydrogen-codegen":"0.0.0-next-b0305ca-20240228161029"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b0305ca-20240228161029_1709136666593_0.8962851895251007","host":"s3://npm-registry-packages"}},"0.0.0-next-799f4cd-20240229113848":{"name":"@shopify/hydrogen","version":"0.0.0-next-799f4cd-20240229113848","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-799f4cd-20240229113848","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e478704fff08bf77ab51cfab0587fc19572c963b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-799f4cd-20240229113848.tgz","fileCount":22,"integrity":"sha512-AaqUUAZzeOoD7tXRi3fShJK4YBFPdwngm1dSihdBiRzP6LuDxujPlXW/sgFmWI5uZ+gZMXkCpDWEhIdIQXjtcQ==","signatures":[{"sig":"MEYCIQDxDkpGlSQ3PyMgl+1J7Ap+Gn7OQzBQ03S1CAwcYNHBfAIhAPd78IR1R96KFNNq4NPnKxTT6puRYTFstjgmGA4yhmPs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"799f4cd66d9542bb6d4075c337c36c3c72cc8167","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-799f4cd-20240229113848","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-799f4cd-20240229113848"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-799f4cd-20240229113848_1709206767488_0.27781753180974755","host":"s3://npm-registry-packages"}},"0.0.0-next-e641255-20240229135656":{"name":"@shopify/hydrogen","version":"0.0.0-next-e641255-20240229135656","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e641255-20240229135656","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"97089adefe2d529d34f0997b3671b977a35f4316","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e641255-20240229135656.tgz","fileCount":22,"integrity":"sha512-5R0tv2kvuD0WRoy59CVo4yWXtjWWEIDGBh7GzuMAr4znvYYXN3lWPAKOWWKH/QEvZsDtHAQJfoINLHQiDVZI1A==","signatures":[{"sig":"MEUCID4hL7uQ5N/wZUkvXK/L1vV6AvPEQcH9RLqNQk7hNC5kAiEAnLOKvG0yDOvS0Qn1A0LxFhFpm+GgMB1sZrKsCIKvoks=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e641255eccc5783b41c8fabbc88313a610f539d0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-e641255-20240229135656","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-e641255-20240229135656"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e641255-20240229135656_1709215056347_0.7170310480077327","host":"s3://npm-registry-packages"}},"0.0.0-next-dd74fda-20240229161408":{"name":"@shopify/hydrogen","version":"0.0.0-next-dd74fda-20240229161408","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dd74fda-20240229161408","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"jplhomer","email":"jplhomer@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c129c06858531a3c7ee77a3c86bb18085c9f1de1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dd74fda-20240229161408.tgz","fileCount":22,"integrity":"sha512-iMB0qbJHO5bicDyb12utgJykpiWETXRGsrA3tx1fWc7QbqDkZMdnjH08CskcHUgR8BAYGiOkWG317Gx5J4yxJw==","signatures":[{"sig":"MEYCIQC/P5hd8G8KgYZQFSw+wOAYuibERj/JsMkJRI12eXInBAIhAN44xoV2vu1gdq7kvOqpD/CmeaCxK3MMIpOileH7vs/0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dd74fda4fe366dcf975274fb7b6f76ff3fffae38","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-dd74fda-20240229161408","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-dd74fda-20240229161408"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dd74fda-20240229161408_1709223289770_0.8869400688680171","host":"s3://npm-registry-packages"}},"0.0.0-next-ced1d4c-20240301071218":{"name":"@shopify/hydrogen","version":"0.0.0-next-ced1d4c-20240301071218","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ced1d4c-20240301071218","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"86f6139b650260475b74dce8f33670a0fbf3a6ae","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ced1d4c-20240301071218.tgz","fileCount":22,"integrity":"sha512-Wk6icFlqdotTVSMx2eIMi+w5MisMbbHt7GEFUwS2RqngJSNW6oztIfgfi4Ks/ufR+E+/YnUfAmqgJk+6Fy3g+g==","signatures":[{"sig":"MEUCIQD+yZV+T8VwWBFsthUJFEyIrhXHv28DsWYlxr+U5Ay8YQIgYbZUFbUhSfv+BvthSyM+Bd1QJM3isIXGzv7t/hdZjVA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ced1d4cb5b1eeeb4303449eb1d60aac44f33480e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-ced1d4c-20240301071218","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-ced1d4c-20240301071218"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ced1d4c-20240301071218_1709277179700_0.5799615306533021","host":"s3://npm-registry-packages"}},"0.0.0-next-225b80e-20240301093857":{"name":"@shopify/hydrogen","version":"0.0.0-next-225b80e-20240301093857","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-225b80e-20240301093857","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dce96c3b78eab726f7bd9a7db58e2fa3d8a6ce7e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-225b80e-20240301093857.tgz","fileCount":22,"integrity":"sha512-7JCo1H3SWPogn3lbzmAF+e2cjVtdWtd5r8f4qBSvUr7hl4kKltccPoY4XWPCWC2/+0IsG2jQyeFV1V8k0pwA6A==","signatures":[{"sig":"MEYCIQCyjTvQC0QobU7y5gUEiG/1aDHjOmnj/byvruZVn0UhJwIhAO70kSWzaToPWDsnqDQSolVIVo++xyFDS04AKyynnESh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"225b80e1f43d8622239de2569e0243968ab9fd91","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-225b80e-20240301093857","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-225b80e-20240301093857"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-225b80e-20240301093857_1709285978386_0.7651750900615235","host":"s3://npm-registry-packages"}},"0.0.0-next-8e874f1-20240305170035":{"name":"@shopify/hydrogen","version":"0.0.0-next-8e874f1-20240305170035","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8e874f1-20240305170035","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"db9e0d0ae8ada452f84719a8172560c308b2fefc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8e874f1-20240305170035.tgz","fileCount":22,"integrity":"sha512-9jBbm166wcC5wyU/FeREfsS1mEhjG2ugzV3lA1N+mcJdjcKg0jbuCZNgGAO7bdLB7rlhVSQjgYk/NRVAROPdag==","signatures":[{"sig":"MEQCIEL6AmJeGvunNrESwi2JsIAWZEKhlJUdIjAU3sH91YcCAiA4zNc4/rKjuKlxE623ykLlE3D62SpEmidD8eiL3OEp9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8e874f18650213cadddccc4f407ab8aab9d02ab6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-8e874f1-20240305170035","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-8e874f1-20240305170035"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8e874f1-20240305170035_1709658077143_0.8901475916343851","host":"s3://npm-registry-packages"}},"0.0.0-next-eedd9c4-20240305220954":{"name":"@shopify/hydrogen","version":"0.0.0-next-eedd9c4-20240305220954","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-eedd9c4-20240305220954","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"52e4503aaa887c775477ca1d824abd1248603871","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-eedd9c4-20240305220954.tgz","fileCount":22,"integrity":"sha512-pO5G95TndpHzfZvaxhkoEHR5O4ulfbBzVe1OKCc8NLOhIOXv1K/fZaXItQGDcOc2fZ2mAVm+dy4NHLpc0ZEPUg==","signatures":[{"sig":"MEQCIASBdn6bOz4JnlVxgPbkvTKSCoPbGcJasq0tTTLu5CN/AiBGWSHD0fboNB0Q55r145DgWccKvztnOpIBv6QzaBJAFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"eedd9c497b36aba47a641cecbc710e18f5b14e46","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-eedd9c4-20240305220954","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-eedd9c4-20240305220954"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-eedd9c4-20240305220954_1709676635670_0.8743713636690589","host":"s3://npm-registry-packages"}},"0.0.0-next-fc01340-20240306012930":{"name":"@shopify/hydrogen","version":"0.0.0-next-fc01340-20240306012930","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fc01340-20240306012930","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f3ce9fdacab6044a15bf7250a4265ce3ad5540f4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fc01340-20240306012930.tgz","fileCount":22,"integrity":"sha512-ymV7uGUPkezC0Z6Xm3gB44VpRTT8WjsFlmd1eChPl3+6R0K/c4cuWkJQP+bhx2elFZ7yZ2uhHyoc3Y7eBKxzjw==","signatures":[{"sig":"MEYCIQDfeGa6dtuyEdt+l5OVtuEYgwyk/9OSU0z9z4LydqFSIQIhAMSNm72jUDvTcP4a4Om/lne4SYK8H1lk95UzxP71bgcj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3488504},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fc013401c5727948b602c9c6b6963a2df21cbd38","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-fc01340-20240306012930","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-fc01340-20240306012930"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fc01340-20240306012930_1709688616797_0.9363485142474623","host":"s3://npm-registry-packages"}},"0.0.0-next-4e3d5b0-20240306112829":{"name":"@shopify/hydrogen","version":"0.0.0-next-4e3d5b0-20240306112829","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4e3d5b0-20240306112829","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8912bcdc44cbd3bb4d4eb7c68fd32715418c4468","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4e3d5b0-20240306112829.tgz","fileCount":22,"integrity":"sha512-i+LOA0NVpVm+23tseufAqJZ+Q9kecFD97XkLQJzWNgm8l+7KduAGJ8t3GKuoqsR7LVYk/1zXWfYrvDTkLh7pIA==","signatures":[{"sig":"MEUCIE0Yl3PGBnGxIrqw6iebLKi0L1Fj6klNwOObSi2AqTkTAiEAuqi9O9SUI7A6qJYKmQ22SW8HM9GkssJk7NpV5ECAAs4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503636},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4e3d5b005941db9a6d8eb2a5d7edf23148d60b07","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-4e3d5b0-20240306112829","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-4e3d5b0-20240306112829"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4e3d5b0-20240306112829_1709724550122_0.3076151936560163","host":"s3://npm-registry-packages"}},"0.0.0-next-46d8a11-20240306121016":{"name":"@shopify/hydrogen","version":"0.0.0-next-46d8a11-20240306121016","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-46d8a11-20240306121016","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e8547ad7f19c483090003e595f4a5829c83fd826","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-46d8a11-20240306121016.tgz","fileCount":22,"integrity":"sha512-w359SJEh/soM9tp9uMb6l/o6Eutj6hsSP47orVLB9BWEGKxKW4a3kvWCow+lCPTMhYtAlvy8XDtqFD+EHu+weA==","signatures":[{"sig":"MEUCIQCm4+sMpsUy+8uvpaVO0eKNIwRRcrSi5IEk8jV8+DlaSAIgOcP/Y5RtcQupSdYDkrNJGQdoHYrgf7TU4+j7m8hP+ZY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503636},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"46d8a1108276684c0d24266a68c9001013ae2d0e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-46d8a11-20240306121016","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-46d8a11-20240306121016"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-46d8a11-20240306121016_1709727057209_0.2381292361932028","host":"s3://npm-registry-packages"}},"0.0.0-next-48bf874-20240306130153":{"name":"@shopify/hydrogen","version":"0.0.0-next-48bf874-20240306130153","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-48bf874-20240306130153","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d018c04e473921cf83a7e7f4668a213e5a324d48","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-48bf874-20240306130153.tgz","fileCount":22,"integrity":"sha512-BkO4hNuzbiEYoseDrVpgySoBXfXzftHK89qPYdvoogObi0klsm7yOZvgYsqxy6fLxYVAZzlJWL2WOoCI3LmbOA==","signatures":[{"sig":"MEUCIB0c5DPA7asP0eRa/3cCEGG75gsmOD/WQLipEcGMAZskAiEAzV7ZwIJLWVYhFKVEWXnsf8j3epawKREyiKYsnnTYJTk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503636},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"48bf874b98923a2b9fb2ab57baaa0cc71093dc2b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-48bf874-20240306130153","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-48bf874-20240306130153"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-48bf874-20240306130153_1709730154323_0.7348509136811936","host":"s3://npm-registry-packages"}},"0.0.0-next-c196180-20240306140158":{"name":"@shopify/hydrogen","version":"0.0.0-next-c196180-20240306140158","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c196180-20240306140158","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2636e7e5160f05afd2d62334a02b05fd0a4b50cd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c196180-20240306140158.tgz","fileCount":22,"integrity":"sha512-eUufDRphz3lQuXg7hF2FKhKWFEkEG1aclUeaTgISapiQ5Aq9vr9NX/zf5a3l5IlImq9O9aH3q4tg9OVPkSKSCw==","signatures":[{"sig":"MEUCIGh1T27yrO5HEfhyVEKVkBGfJBQyKCAmOQmRgvouu3HBAiEAqNbF4jbzolEDgmUhXh6Rs6bceB25tpt3+0yrbjavZrw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503636},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c196180469f22eb7f04df7e0c0ad2b37773dd664","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-c196180-20240306140158","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-c196180-20240306140158"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c196180-20240306140158_1709733761118_0.7582614410095332","host":"s3://npm-registry-packages"}},"0.0.0-next-9ed78ca-20240307153551":{"name":"@shopify/hydrogen","version":"0.0.0-next-9ed78ca-20240307153551","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9ed78ca-20240307153551","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c48e88e9274df1b904ebdbb2c91575d27aeade42","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9ed78ca-20240307153551.tgz","fileCount":22,"integrity":"sha512-NuwZIKLGGdpkt8cGp47b+Mo4gP44RVjnEoWWHqxYNemgTncM4cbS4qMxOc+kZA8NeKWLp8lYmJsEXrZ3cNpf7A==","signatures":[{"sig":"MEUCIHn72X6lOgU1CGz5h9evvvPWfWJAC8L4sFf7DLBAqiaHAiEAwUw4mq0hAOxkWmdQ2vi0MQL1lUuW5N1qcEo/v9wwr/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503636},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9ed78ca52d800530344891ecdfc628ceaa5845a9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-9ed78ca-20240307153551","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-9ed78ca-20240307153551"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9ed78ca-20240307153551_1709825792536_0.006295671317844143","host":"s3://npm-registry-packages"}},"0.0.0-next-c35b975-20240307173201":{"name":"@shopify/hydrogen","version":"0.0.0-next-c35b975-20240307173201","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c35b975-20240307173201","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f2852d5710f27423d11f92b9fa316556c4d834fc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c35b975-20240307173201.tgz","fileCount":22,"integrity":"sha512-3ZFIkDQF1eX6eCUrNVIskRPlmsn0mWMR2KcgTMjg3Y4KKmiW21nohUYGdl31A8rEWXSSrKrxiS3b6FxfSWvtFw==","signatures":[{"sig":"MEQCIBbm6EUvGyPnDMVKr2Qljq/jC59IKjhHtC7PhkpYAu8XAiApj3RoYcDMozUlei3pwEJ6OLpJpqqMbAGy4hft+y8cJQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503636},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c35b97528cc10a5806c19c952ee11a9d33e74f67","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-c35b975-20240307173201","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-c35b975-20240307173201"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c35b975-20240307173201_1709832763069_0.16123262707815122","host":"s3://npm-registry-packages"}},"2024.1.3":{"name":"@shopify/hydrogen","version":"2024.1.3","license":"MIT","_id":"@shopify/hydrogen@2024.1.3","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"39c8dde7f7c2087bdd4d4ecf9b80a760b9aaf471","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.1.3.tgz","fileCount":22,"integrity":"sha512-/tJbOnbTOpfKDE8PtLdQneA2bv4+ZFKB/M1HVmSIjPV7YXcFNzAxx5nX2FjcbXYl4PMAVIO0jKO5m5TQWTbyuQ==","signatures":[{"sig":"MEQCIC8/zEGHXQ3NiLCEZnHD54+QVi45jEZA0jXLBPC3WVVOAiAix9FHHqm0hmi0iN/Qhh5wvz6mNj1AmKsUdw1F6KZHAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503352},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"262a4e15b522336274d3fbbc87491f80f94fe1dc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2024.1.1","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"*"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.1.3_1709835985471_0.574157611185101","host":"s3://npm-registry-packages"}},"0.0.0-next-161eef6-20240307184205":{"name":"@shopify/hydrogen","version":"0.0.0-next-161eef6-20240307184205","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-161eef6-20240307184205","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"baf49f59f46fe367b14d08a39e7a11fa43819d99","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-161eef6-20240307184205.tgz","fileCount":22,"integrity":"sha512-06IwkbKWrT0l4q0+GvMaxnkcXf/ey3tiQOx+TTsZa6pzbCblhPJOdvx1Dr1d4hwItQo9oqBVtC21e5L3ZHhMnA==","signatures":[{"sig":"MEQCIBPoB9Vut7aiAJEQy9pvNfjjXkF8xyL0tY7d9FSVe2dtAiA0btvk/0FBS8fQMPNL25sXxfI2RKD+qEZctO/xH3ia7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503636},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"161eef6a88312c137d29685444c6c402dcfcf0be","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-161eef6-20240307184205","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-161eef6-20240307184205"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-161eef6-20240307184205_1709836966123_0.1746322812927079","host":"s3://npm-registry-packages"}},"0.0.0-next-527c544-20240308154515":{"name":"@shopify/hydrogen","version":"0.0.0-next-527c544-20240308154515","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-527c544-20240308154515","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5c2622b7a90de61d95fe99013a83358eab8e1fa0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-527c544-20240308154515.tgz","fileCount":22,"integrity":"sha512-BmHAGBGwo/64QKuNrQvt2r9K7vW91CX2IiFg1WNbD+bKOfgpKs0TxFtly5bjcVXkuPNnXm4QrhfsWL48bUomEA==","signatures":[{"sig":"MEQCIFcCdS7AJgUIsFpoUd7pgm/be6wf37y/SoSnlP8WMWP8AiAnoDTLHRdlmmabrJ2wjMJbIG4uXpe5PT5kVdrHImB2Sw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503636},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"527c54437ef18761eb0417fadca44e6dfea5e3da","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-527c544-20240308154515","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-527c544-20240308154515"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-527c544-20240308154515_1709912758394_0.8936516029983801","host":"s3://npm-registry-packages"}},"0.0.0-next-ae5dedd-20240308161030":{"name":"@shopify/hydrogen","version":"0.0.0-next-ae5dedd-20240308161030","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ae5dedd-20240308161030","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c2c74fc0d7dadebe4d7fcb643ff4a85bf9c0b661","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ae5dedd-20240308161030.tgz","fileCount":22,"integrity":"sha512-qbNeajyE1BaKVjZhyCBw6ev1qqU2g9je0P/KUWPo/GvQKLt40rDutgfQlfw43V9+LNyvZQMUVLTSiwN+dd2LXA==","signatures":[{"sig":"MEUCIQD7uGKpqlPIaR0iAoyYiiU5gk5zI5awGD9/MU/95N6PYgIgRMDgYLVbjyiUtGCTMGHI4VP6lj3IIqkxdh4Lee1DCQ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503636},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ae5dedd549546c66d4504cab5255fc7338cc05ae","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-ae5dedd-20240308161030","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-ae5dedd-20240308161030"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ae5dedd-20240308161030_1709914271401_0.04327868610102348","host":"s3://npm-registry-packages"}},"0.0.0-next-90ee0f8-20240311155840":{"name":"@shopify/hydrogen","version":"0.0.0-next-90ee0f8-20240311155840","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-90ee0f8-20240311155840","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"041ee0c611b741b490213604c79b651760028252","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-90ee0f8-20240311155840.tgz","fileCount":22,"integrity":"sha512-qVTlmfomVQvGReed/SASL7NfYuAYxIN9ijWA14E44mduFsa8lq1zFHCKOXVY9EqM66Dla1U2sgqLxEAgncInBA==","signatures":[{"sig":"MEUCIQCG7LSjwqethSwZnzaBDF1GLJyaOuvisx5CIU0jKwYfjAIgOXUstvCkAKYs75LNoU/dRruI525vw0aB7UUU4kU5hIc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3503636},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"90ee0f830ac12b671d11a92833f1e8ff2caf8f5d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-90ee0f8-20240311155840","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-90ee0f8-20240311155840"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-90ee0f8-20240311155840_1710172762799_0.15770431079323477","host":"s3://npm-registry-packages"}},"0.0.0-next-351b3c1-20240311161701":{"name":"@shopify/hydrogen","version":"0.0.0-next-351b3c1-20240311161701","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-351b3c1-20240311161701","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c6ea360940a9d1f1fbb8668444d3dbef8af3c1a9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-351b3c1-20240311161701.tgz","fileCount":22,"integrity":"sha512-bzhvDeF6u/2McRoActlS3y5mAx4xmvNT8hmsNPXO0H/9o1EKJvOLJV4vnmgR6fB6sDqtvUo1OiZIME82F/pEIg==","signatures":[{"sig":"MEYCIQCTL0467eQm8oGcXGg54RgCRKfYpYgSk1dRlUs26/TkQgIhANOGaP107rF1wuFYeYUXua6EtcNMJV1M5J1vQFVwLpij","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3504846},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"351b3c1b7768870793ff072ba91426107ba0180c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-351b3c1-20240311161701","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-351b3c1-20240311161701"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-351b3c1-20240311161701_1710173865053_0.9400257955370503","host":"s3://npm-registry-packages"}},"0.0.0-next-c136030-20240312034224":{"name":"@shopify/hydrogen","version":"0.0.0-next-c136030-20240312034224","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c136030-20240312034224","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c5b2734e0d11e7bea71dd6a861a6fa6094dfcc33","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c136030-20240312034224.tgz","fileCount":22,"integrity":"sha512-y1OB1v7gZ3/4zpPzU45EoPKo5juW1ieendO21WncnmXByQqtcnpeV3sJecRlq1Ad1b7oB8FSreADjhUH6WIdcg==","signatures":[{"sig":"MEUCIGZSNHtLCFnzt6UtRUNw0lGs37zz0ZG1bXs54xD4eiIuAiEA9K39L1e3Hr6TcI3FOdmS8OJ3t3HbV4d3DS91xl3o5rQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3504846},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c1360302b033c591129f1f44fdf29d3eeb1e36fb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-c136030-20240312034224","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-c136030-20240312034224"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c136030-20240312034224_1710214983639_0.8419112382297322","host":"s3://npm-registry-packages"}},"0.0.0-next-5060cf5-20240312034320":{"name":"@shopify/hydrogen","version":"0.0.0-next-5060cf5-20240312034320","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5060cf5-20240312034320","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e3ac73d6dcd85cb2e94350949a83bc1666924694","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5060cf5-20240312034320.tgz","fileCount":22,"integrity":"sha512-wom1/Rd+i6JofPK6qbvd0cuJHVPgwUF75uO6THjBGzQQYtPrARBOFYWNZoCYTAnajTTlof8wRJkO3vn4Sz1baQ==","signatures":[{"sig":"MEUCIQCbcmzVU3HV5xfVR9uMOCrVS/4V+u8VWhb2HTB9xrg5BwIgVaIytdv0Yur9Erqpw8qbni6xA3h+exPAa23l28IAPps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3504846},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5060cf57f69d8391b425b54acaa487af1f7405ae","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-5060cf5-20240312034320","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-5060cf5-20240312034320"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5060cf5-20240312034320_1710215040833_0.7115212419497452","host":"s3://npm-registry-packages"}},"0.0.0-next-2888014-20240312180343":{"name":"@shopify/hydrogen","version":"0.0.0-next-2888014-20240312180343","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2888014-20240312180343","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3fccfead3dc2efe0432fe4e0401e7a9c3ff99be9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2888014-20240312180343.tgz","fileCount":22,"integrity":"sha512-2iRzOOvkVGpwlraUM3wE9mezwd30EDyILKkIOUofVgglt0EUVKrLjBuWSgcLaq1neILUbrEtjgQ/KfcRTIjvZQ==","signatures":[{"sig":"MEUCIQDGTFA9d4uV3u7kc2hxwCWrz1MBWfMdQsJas8gF7yHzggIgUu+fnzqrQsGH3cWaGQxUZy+NXTym4WDSFBAppvvfplQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3507290},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2888014e54fab72c150e9eca55df3c6dd789503e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"xss":"^1.0.15","type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-2888014-20240312180343","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-2888014-20240312180343"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2888014-20240312180343_1710266664458_0.6462808569330292","host":"s3://npm-registry-packages"}},"0.0.0-next-05a7e92-20240312193231":{"name":"@shopify/hydrogen","version":"0.0.0-next-05a7e92-20240312193231","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-05a7e92-20240312193231","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8faa3a4d76a983dbecc9caf90ce562eeaac9a2b5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-05a7e92-20240312193231.tgz","fileCount":22,"integrity":"sha512-KgIq25RQ4KuEiulosTRLzGSplvy05ABujj0vHxA3W5F5XJexnT7dmZ1CtXC22Rw5D29HQB3aStxolEDIkOuSpw==","signatures":[{"sig":"MEYCIQDSO8+6Bthh4FHDaCj1lwQ8dA0P+0WhmQZPPQTSSUfxdQIhAM26OwSP/fdsF7EgDxXoyUCCD+613lZQGr7jDwguPtte","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3509654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"05a7e92426ac253c7460f68dec4c7dd2819afe6a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-05a7e92-20240312193231","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-05a7e92-20240312193231"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-05a7e92-20240312193231_1710271994938_0.9852859845251543","host":"s3://npm-registry-packages"}},"2024.1.4":{"name":"@shopify/hydrogen","version":"2024.1.4","license":"MIT","_id":"@shopify/hydrogen@2024.1.4","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c7724a37d95a89740ae329607373adb41acf7de2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.1.4.tgz","fileCount":22,"integrity":"sha512-5XSpxTSWpgzlgfFiS7VxHIf2DAt6uPqOShOO8k+u8TOAK8OkKi/H/19kq7INcMJnRQMd6th7/oNaDQ3OxpyWFw==","signatures":[{"sig":"MEYCIQD81SDjzD7ZtrTh9eNB4yAx/Z2KjyC8o94b379ZZqiXDgIhAIhnxPzRJfOek89Xgt/FudhXlgd6IP34emSo5CoHg97f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3509370},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e3398352c48d1e703d7600f49fae2895764a8677","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2024.1.1","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"*"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.1.4_1710273331160_0.5189914334819281","host":"s3://npm-registry-packages"}},"2023.1.8":{"name":"@shopify/hydrogen","version":"2023.1.8","license":"SEE LICENSE IN LICENSE.md","_id":"@shopify/hydrogen@2023.1.8","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d7a39ce86d8d4a4513ac5fe26c57d098995130bb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.1.8.tgz","fileCount":19,"integrity":"sha512-vIm5GueR5OUj4SLLJVVuxfJqKJRkOrfJ2f+ZazQ55rJgbwwPmebcxosY4xszcqRSFQw2khe9byETRbNCMkaBNg==","signatures":[{"sig":"MEUCIQCC6e3q2vnG0JZi2IP97VB5TRJr9uWscxRu0eIip/qS1AIgILKH7QD+ElCpc/iJvGoEyNs9unvwCv6ywveEZm93YuU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1245592},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"ac6c6a08d87621edea740ca6461459afbcd87371","scripts":{"dev":"tsup --watch --config ../../tsup.config.ts --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean --config ../../tsup.config.ts && npm run copy-hydrogen-react","prepack":"npm run build","typecheck":"tsc --noEmit","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.1.8"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.15.0","@remix-run/server-runtime":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.1.8_1710280233802_0.015539592765094756","host":"s3://npm-registry-packages"}},"2023.4.7":{"name":"@shopify/hydrogen","version":"2023.4.7","license":"MIT","_id":"@shopify/hydrogen@2023.4.7","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8ed54e408578eb5a43db7aed62a227ffe2533c0d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.4.7.tgz","fileCount":19,"integrity":"sha512-Lahonv/Yfke3mOME1odfjTKvIG2jPxwR8Lgk7Mk7A6PghqWTNQGXHmhnyYJ+mvU7uDLLvLDNwTZZkRO8JjG2uw==","signatures":[{"sig":"MEYCIQC+S7IhVNIg5SRVtds4Coq5QHBJSYv73S5z6CSFNT2yuQIhAIeJUrVt7jsan4nbFvAh/43jsNK85BZfsWiG7ViIKSf+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1445197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"2711c6a8b219160a305f8955e01fec5da7de08ad","scripts":{"dev":"tsup --config ../../tsup.config.ts --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"npm run copy-hydrogen-react && tsup --clean --config ../../tsup.config.ts","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","copy-hydrogen-react":"node ../../scripts/copy-hydrogen-react.mjs"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"react":"^18.2.0","@shopify/hydrogen-react":"2023.4.5"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vitest":"^0.27.2","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.10.7","@testing-library/react":"^14.0.0"},"peerDependencies":{"@remix-run/react":"^1.17.1","@remix-run/server-runtime":"^1.17.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.4.7_1710280400596_0.8401290576745175","host":"s3://npm-registry-packages"}},"2023.7.14":{"name":"@shopify/hydrogen","version":"2023.7.14","license":"MIT","_id":"@shopify/hydrogen@2023.7.14","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"eae61626e5133f9934f6f3276437698113d6de48","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.14.tgz","fileCount":20,"integrity":"sha512-Sm7VsbBLcgnS/lfsh3ikBHk0JVM+R9Kyt1TTE5hIokg56jjBktQzIZG0QHgMvr5x8aIfj3LC3+WGHBxSOykCiQ==","signatures":[{"sig":"MEYCIQCQUMEfufH+Si0VUtBaPi9sMjt5eQ38KJYC0eVLqZcTOQIhAM1ZVuVrMT01eJWOjKFBptnB7VYJme6cCop/49V55PaC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1970596},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"254c3f13ef2cf3d6bc879a680d93b693bd555f3d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"@shopify/hydrogen-react":"2023.7.6","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.14_1710280549894_0.29258117538599304","host":"s3://npm-registry-packages"}},"2023.10.5":{"name":"@shopify/hydrogen","version":"2023.10.5","license":"MIT","_id":"@shopify/hydrogen@2023.10.5","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"70f76201f4c824a4aa37adc72a8d80c1d5a282d3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.10.5.tgz","fileCount":20,"integrity":"sha512-5ZM8M7bPmIzoKapF7OlXWPyNWPi3AK9DF5vq0ijOXQmuP24mNy1FCnZHreFvfz7Ke5LMe9CVZIrzrSnb6NBIOg==","signatures":[{"sig":"MEUCIEMdB2A7DYzfoFx6YCeZYEoIDlzQlA24cYkQv7n60j2YAiEA2G8ie2uFnoAT9mdZET0RP1xKv+G1HuJbyPPUlWcP9IE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2177283},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"70d77ff27f33c56678dd35b2bccf4964e65d77bf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2023.10.1","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.10.5_1710280737193_0.42452141500721874","host":"s3://npm-registry-packages"}},"0.0.0-next-78d6136-20240312223743":{"name":"@shopify/hydrogen","version":"0.0.0-next-78d6136-20240312223743","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-78d6136-20240312223743","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fa112c71881d39e3e309f9869fda3613720836a6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-78d6136-20240312223743.tgz","fileCount":22,"integrity":"sha512-Qwegwh+jdEgIGj0afPh6M8fzz9jt+yKnuVHpfQ4R49mTSy9fx8cyK9FRS+4qyfgExaLmsGa2Z+2gjVhmJQw8SQ==","signatures":[{"sig":"MEUCIHJkF+gX/pXcxJMgdwME8JYkFEA+l7Uxm8+RCYccTZL3AiEAn9rjCtq37vSN46OmCz92TWA66C/soJHmoxEliUuP6FE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3509654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"78d61362669a0c03b3768d55e8f7d55a36bac3b8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-78d6136-20240312223743","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-78d6136-20240312223743"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-78d6136-20240312223743_1710283107509_0.9594322493927332","host":"s3://npm-registry-packages"}},"0.0.0-next-399e2f1-20240312223843":{"name":"@shopify/hydrogen","version":"0.0.0-next-399e2f1-20240312223843","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-399e2f1-20240312223843","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1edd63734b4cde62d1d0cc67c1226b4b9489ac3d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-399e2f1-20240312223843.tgz","fileCount":22,"integrity":"sha512-4vhSIPISttgCzkdjN7p6pzSWBl+Yqbih5X65H4Bk97BWW6ydSHlwQ0dmoya7sZHkzlzLuPeIUyZGcoZTfQq6cw==","signatures":[{"sig":"MEUCIDH/BBHrAJpIRJ0bkzf1w1261VwgSUWPIfJJqxYzQN9PAiEAooi+1r7qe2q7VycfDdpJORd3XZMurZot3/zGhmv+SmI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3509654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"399e2f1fa0f90aa3ea809b259fa1b59de0a152d8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-399e2f1-20240312223843","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-399e2f1-20240312223843"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-399e2f1-20240312223843_1710283167385_0.7786692802778346","host":"s3://npm-registry-packages"}},"0.0.0-next-7e8832c-20240312224254":{"name":"@shopify/hydrogen","version":"0.0.0-next-7e8832c-20240312224254","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7e8832c-20240312224254","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"acaeedee2bf956f0f284cebfd9aa101e9e940d70","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7e8832c-20240312224254.tgz","fileCount":22,"integrity":"sha512-1FuoU7lgM2/57JIAg22zttuNb5aTWGqTm61x93JP82m13Emcqmx4Onxhvm7jYD7GADBMi+3rcsCf0njdI0/IGA==","signatures":[{"sig":"MEQCIAFqhPs1n8JNJ9FhG1cbTnF1CGAdwH5ENRFaPmZSrJPcAiB93a37aJFpHjrSVqDsr2YSzo+8LuVjMN3mbVfHuaxjxA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3509654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7e8832c86ec136f5014cae204259290775d244ee","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-7e8832c-20240312224254","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-7e8832c-20240312224254"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7e8832c-20240312224254_1710283415573_0.2669167893271467","host":"s3://npm-registry-packages"}},"0.0.0-next-5bb4330-20240313143103":{"name":"@shopify/hydrogen","version":"0.0.0-next-5bb4330-20240313143103","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5bb4330-20240313143103","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"68da34745a8ea367509bd059172a019b7584ccfe","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5bb4330-20240313143103.tgz","fileCount":22,"integrity":"sha512-xTEuP8LjXhwDc3SWGP24hEyCq5ZrgxDOJZtWyxJ9I2GTFNsCNwrgy9UVEfp9csMTawCTcz3JRAgyR2mPesRFzA==","signatures":[{"sig":"MEYCIQDpos5uOlPjIyV5R+LZtIEGu+E5voqWy/P+XvgGkaQL7gIhAMw5SCM2v0wetunFmFaeLDsfT/s2Z9SjKjDabHf66xs9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3509654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5bb43304c08427786cfd4f2529e59bd38f593252","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-5bb4330-20240313143103","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-5bb4330-20240313143103"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5bb4330-20240313143103_1710340304731_0.21421257622294476","host":"s3://npm-registry-packages"}},"0.0.0-next-bc536f0-20240313174125":{"name":"@shopify/hydrogen","version":"0.0.0-next-bc536f0-20240313174125","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bc536f0-20240313174125","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"68fad5ce553d0cdf615e903ba8fd27911643a092","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bc536f0-20240313174125.tgz","fileCount":22,"integrity":"sha512-68wjo+DSEnV+k69hEK0HQq12FkT2bp9ortnIN3UZy/8o6uycNCKjT5zj1vsyqbEKa4Y+K4lqwwafDlWxSxp55w==","signatures":[{"sig":"MEQCIBwdlYRGCq3aWSmqpcYtxjSnDsXPwZ7L0y368AzztPhBAiAQpdjotBO3MehTYdGkZ9OxZODrxh0QNbQWrXOp+t7xLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3509654},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bc536f0f765e255fb1c8017560ac7d3cf268dc74","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-bc536f0-20240313174125","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-bc536f0-20240313174125"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bc536f0-20240313174125_1710351731103_0.7255173280202571","host":"s3://npm-registry-packages"}},"0.0.0-next-d007b7b-20240313183838":{"name":"@shopify/hydrogen","version":"0.0.0-next-d007b7b-20240313183838","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d007b7b-20240313183838","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"50eb8639571873d622f3f84d126ff33c8768daee","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d007b7b-20240313183838.tgz","fileCount":22,"integrity":"sha512-oE67G8D78vd29RQ5meKllStBpHjvQMMuF6SpDbbgEAsoU9guq4UL17vwqgeTm4+mSaxpxJZUc6/m2ek15p/p9Q==","signatures":[{"sig":"MEQCIBxggBMe6Cki5QBdsRXwBw1lv/TPwArBis2bwcQf5vb4AiBFu8VaDU1+xSDhEcbw9/XrQTYH90HFri8IzROS8r0OXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3513892},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d007b7bc6f6c36e984d937108230ecc7c202fa42","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-d007b7b-20240313183838","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-d007b7b-20240313183838"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d007b7b-20240313183838_1710355162470_0.12792703348770584","host":"s3://npm-registry-packages"}},"0.0.0-next-e0c5456-20240315145208":{"name":"@shopify/hydrogen","version":"0.0.0-next-e0c5456-20240315145208","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e0c5456-20240315145208","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bf83399b12b9871c3bfa52b92d036a0f5ab8f3d6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e0c5456-20240315145208.tgz","fileCount":22,"integrity":"sha512-/73u1SsMuT9PZcmW7ik5ufUS5+gDjg/HldhyH11CcsQU8eKETAN6tP0sgtOYfWmPAzdS5UlfcXvbKA11IIxNbw==","signatures":[{"sig":"MEYCIQDbUAwbEMc8z14dzS6yX2UyJB2k0g06h455YSSM7sHy5gIhAJmd7Yp/rctsL5YXIp/4pm/oMZFOfC2nmsN3V5oU6oXI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3513892},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e0c545628b015b6e40faea62ef573175aa7388f4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-e0c5456-20240315145208","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-e0c5456-20240315145208"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e0c5456-20240315145208_1710514370175_0.10819469534680404","host":"s3://npm-registry-packages"}},"0.0.0-next-3766b26-20240315192439":{"name":"@shopify/hydrogen","version":"0.0.0-next-3766b26-20240315192439","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3766b26-20240315192439","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"586c83e753c94c2fbfe3b85bc35391ee49b70def","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3766b26-20240315192439.tgz","fileCount":22,"integrity":"sha512-LJgc2wST3f1g712cD8Q7ixHMNoKltxCgZEWd9ERttWshaQIPu/97WezuwJkF/H/JKSrRTBx9NdGZa+H+JezEhQ==","signatures":[{"sig":"MEYCIQDJ/ghZACU+GrXtMvTjwg3daOBlJe1hGnNf2uQnlJx0gQIhALviCBMmF2A45cMDeGe6mrkAfw1DZfdpq6fB+4k4SBbg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3513892},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3766b2678055975f986d643e5ddbc3e6059cb2e6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-3766b26-20240315192439","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-3766b26-20240315192439"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3766b26-20240315192439_1710530721768_0.09759111763574158","host":"s3://npm-registry-packages"}},"0.0.0-next-3c8a731-20240318154804":{"name":"@shopify/hydrogen","version":"0.0.0-next-3c8a731-20240318154804","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3c8a731-20240318154804","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7ef84ac1a3f96d4abea01bdfda376dc90ad44f43","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3c8a731-20240318154804.tgz","fileCount":22,"integrity":"sha512-Or+zXRjl2xHZ9tabopwCgKvId+DQFwRYWnLVCNjMAEKnf6Ios4UqdPpYHfCle8ACdZ//dvuGlPsSZdnDTpU5pw==","signatures":[{"sig":"MEQCIBY9p5268cgclcN9F67Q1mWMa6JuRaY9rzoheklOOn4cAiADy80Y3PruESiO7qOyBCeDSP5CCngRxDl/wwNDllnGuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3516086},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3c8a7313cafb0ca21bbca19ac0b3f8ef4ab12655","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-3c8a731-20240318154804","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-3c8a731-20240318154804"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3c8a731-20240318154804_1710776924806_0.9521678094410988","host":"s3://npm-registry-packages"}},"0.0.0-next-b3323e5-20240318184145":{"name":"@shopify/hydrogen","version":"0.0.0-next-b3323e5-20240318184145","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b3323e5-20240318184145","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"89f84e5955cffbd0af4b2d59ca1765abd0c1a829","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b3323e5-20240318184145.tgz","fileCount":22,"integrity":"sha512-mdv9rOVHTkKb27c0DiDO+GSSLDr0S9whom3vVFx7Lk8RWsoDaWTorDN9gmk3DVbzOtJaLYFb6ulPqH2bOL3Fiw==","signatures":[{"sig":"MEQCIHPOyfaD6PBC0hvqGFHpmXmV8MRSzkW3oc97cLmYVkRXAiBuD9Q1HpqB5Qx3C+WrwYR51a6eS+M+VeMUULMcICfLkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3522966},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b3323e59a4381647f1df797c5dc54793f6e0a29a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-b3323e5-20240318184145","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-b3323e5-20240318184145"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b3323e5-20240318184145_1710787347541_0.7004551409704363","host":"s3://npm-registry-packages"}},"0.0.0-next-5f1295f-20240318193533":{"name":"@shopify/hydrogen","version":"0.0.0-next-5f1295f-20240318193533","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5f1295f-20240318193533","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"69261597c617bbe9d4c102cf719b361634490c78","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5f1295f-20240318193533.tgz","fileCount":22,"integrity":"sha512-O7Et5hx8GqR7A2uLHMN+q7p9sW5ZlJrDwurBt2SKfzclq5kriWcVRJQ0qOTBtm6mYKSLvobnfj4Kg/VvhDEFeg==","signatures":[{"sig":"MEQCIG2W1+MFZZzrM3iQPAwKgOlHkC6sIskiUgx7SBMNW+rAAiAQnVzjTz8oUNxtBzFftntdxGcTwfUcQa/Gbkz5kpMxkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3523428},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5f1295fe60b86396f364fefef339248a444c988a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-5f1295f-20240318193533","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-5f1295f-20240318193533"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5f1295f-20240318193533_1710790579429_0.635495710074695","host":"s3://npm-registry-packages"}},"0.0.0-next-da95bb1-20240318193604":{"name":"@shopify/hydrogen","version":"0.0.0-next-da95bb1-20240318193604","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-da95bb1-20240318193604","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"47209d354a7fcb5a5d9669fc8703dede0fa5bb7c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-da95bb1-20240318193604.tgz","fileCount":22,"integrity":"sha512-x1bd5yEqUS6JQcudH4GkMic5/48EaLnzhAaQfjVt9P37R2UUFUpEfgv7m/EmkNisybINnS4mTzmHsw2tdsDXyw==","signatures":[{"sig":"MEMCIAVwEh06t6JxyhVBpsZY+6ddT0K6x9TMwvI4/ugC16CDAh9dRt3RdW0fJxIgTQ+lOdlQYt69sQVI0as/cIev+JGe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3523428},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"da95bb1c8c644f450053ce649b40dc380e7375dc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-da95bb1-20240318193604","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-da95bb1-20240318193604"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-da95bb1-20240318193604_1710790609593_0.9317957435868416","host":"s3://npm-registry-packages"}},"0.0.0-next-34fbae2-20240318210522":{"name":"@shopify/hydrogen","version":"0.0.0-next-34fbae2-20240318210522","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-34fbae2-20240318210522","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"09f6deae35c81f6a42c8cf0112299d7707cd9bd8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-34fbae2-20240318210522.tgz","fileCount":22,"integrity":"sha512-I4ehjPqNoZe/rEYIozRSjyqs0gqxPOZYBIyvi8JuDB4/DADkr8/54gii1eQJRD4kJI2651HcHcYTKgqvf2FvQQ==","signatures":[{"sig":"MEUCIHa/YrCdwNOlT7Wbx7KBUKlLKT/9kiMets9gsGdoOTqfAiEAvPCyRB6G7mq5lLYLCeLfSHsSeWla4djgS3L/RDgfbFY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3523428},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"34fbae23999eefbd1af1dff44816a52813d75b44","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-34fbae2-20240318210522","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-34fbae2-20240318210522"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-34fbae2-20240318210522_1710795967291_0.348244834118959","host":"s3://npm-registry-packages"}},"0.0.0-next-5ea3c2b-20240319160601":{"name":"@shopify/hydrogen","version":"0.0.0-next-5ea3c2b-20240319160601","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5ea3c2b-20240319160601","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"22c9a963609962578d72b44b06f573d46f6fe4fb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5ea3c2b-20240319160601.tgz","fileCount":22,"integrity":"sha512-2JTCBoD9RkZQ7pE5d1pkpJRGjPUigWS53DPPQ2jeRQeSK/2GcIJYszk/Khi599LrhJxhYmCt+ksQFvIoHi5qKg==","signatures":[{"sig":"MEYCIQDYy1tJU352RSNYR28FOhv48WMUPjqUu5NWkXhAHLYLNgIhAJrlatn1ywt2Xpsa+sujrcniElGT2JzglNMzmhPjDY8V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3523440},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5ea3c2b646b508d77e8334373cefa48eee587242","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-5ea3c2b-20240319160601","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-5ea3c2b-20240319160601"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5ea3c2b-20240319160601_1710864406087_0.03931792781784149","host":"s3://npm-registry-packages"}},"0.0.0-next-4a215a7-20240319171814":{"name":"@shopify/hydrogen","version":"0.0.0-next-4a215a7-20240319171814","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4a215a7-20240319171814","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"16f2e3efefeacde6dbe0a8f3d95415757acf881c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4a215a7-20240319171814.tgz","fileCount":22,"integrity":"sha512-HVoOWCYGV3QQ3k+y1+HOgC3Rj65Fv2EvmlUPAe+7f7rqr8VhctU/duv1IWe/i3k39h9As2X6ugeDVL4L2jobow==","signatures":[{"sig":"MEQCICYvIIvd9Ypwj1QtdtD0bOJ2mZ3tH/qmFZZpgNBfkr4NAiBgs2OyWJiV9QkAdAOtnIGgW0k5b3BAh/ezYnROAwX8eA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3523482},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4a215a794b7cef08f9034bdbb1bee1294b3a7a66","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-4a215a7-20240319171814","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-4a215a7-20240319171814"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4a215a7-20240319171814_1710868741713_0.5464275030322285","host":"s3://npm-registry-packages"}},"0.0.0-next-7625623-20240321103556":{"name":"@shopify/hydrogen","version":"0.0.0-next-7625623-20240321103556","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7625623-20240321103556","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ca243106430d66a84c0fbe1741edb942f9ff6bc3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7625623-20240321103556.tgz","fileCount":22,"integrity":"sha512-RsEPm33ZiHfQZSONNbkSk9KEBMWOK+Mb9ouZTXl/YjdjZJS0XwR+G4VSNTHkka5UyfxvLOZFUbZkTHPgpYaPow==","signatures":[{"sig":"MEYCIQDXqYcUJPrDfljORgTNshaHogMXx2pSHwl9GyrlkkvXsQIhALXMWEou57HQffmN1IqQk7a9y1AzgnGDRd+OlBEeUplX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3523482},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7625623fe67d67fecc7b669946da822505b05605","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-7625623-20240321103556","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-7625623-20240321103556"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7625623-20240321103556_1711017400624_0.9860117965105131","host":"s3://npm-registry-packages"}},"0.0.0-next-fbef3cd-20240321151513":{"name":"@shopify/hydrogen","version":"0.0.0-next-fbef3cd-20240321151513","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fbef3cd-20240321151513","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"743e5d7f987da0013b388dd04f1cdf94eb3abdaf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fbef3cd-20240321151513.tgz","fileCount":22,"integrity":"sha512-TUWRtoHOH5x+ACBqvetCmb/KE914Z6g0Xq1WQVWmJ5qucJjFQOsJd5rM0U4a2WxXjH6722tjq1fHtuSmo718Zw==","signatures":[{"sig":"MEUCIQDBq6WwrN0ZajIp5WxKnczprsn9zJ11T2AosOoBGtd1VQIgUaTiPvJGCoimxIzQhUUujtHLdhGtNYHkoeHJZDNx+I4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3523482},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fbef3cdb394d4930d3da62d9cf848b8290363a82","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-fbef3cd-20240321151513","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-fbef3cd-20240321151513"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fbef3cd-20240321151513_1711034158536_0.7028856466851916","host":"s3://npm-registry-packages"}},"0.0.0-next-10031a2-20240321184436":{"name":"@shopify/hydrogen","version":"0.0.0-next-10031a2-20240321184436","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-10031a2-20240321184436","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"68a9c3fb51ce2d02a498d169557c108414dfba55","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-10031a2-20240321184436.tgz","fileCount":22,"integrity":"sha512-kFARE/P0refTzbIOpxkdj8u/mUuZ16tWgBMo8iPDk4Y5j6BtsHn1AVovSkKklB8VH63EebuBJpNS0W/tWJzdnQ==","signatures":[{"sig":"MEUCIQCrLfgah1ErooWljJPRfeQQRIBGWTf2RdGYKRLsnQBXRAIgFq3Jjh6Z7UCAsuhDWues2blE4zywVHcaiL9AXTfv6b8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3522779},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"10031a2007778192b4f7cc95429d40fdbb94e304","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-10031a2-20240321184436","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-10031a2-20240321184436"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-10031a2-20240321184436_1711046720230_0.7344126862737161","host":"s3://npm-registry-packages"}},"0.0.0-next-ca1dcbb-20240321212850":{"name":"@shopify/hydrogen","version":"0.0.0-next-ca1dcbb-20240321212850","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ca1dcbb-20240321212850","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d8c3e28d5e6c9fbcdbec90f95c152c2707d5d4ba","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ca1dcbb-20240321212850.tgz","fileCount":22,"integrity":"sha512-H8vQGO6V9EB18xoR0r+mwG+tVKh/BrGkTTkeZNUZdFhGz8YBmhm2Ka7658EIUOJFnNPUZCp+WIvBYRzLG0mVWA==","signatures":[{"sig":"MEYCIQCSrbfyuwAOlg5s37kxRv65Oc8a088jIlKI8QkGg4PStgIhAKIB72qhXYvPSH0dLzh+m2oYA1K5phk/qXoOytSQZTVh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3538526},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ca1dcbb7d69c458006e25892c86c4478d394a428","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-ca1dcbb-20240321212850","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-ca1dcbb-20240321212850"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ca1dcbb-20240321212850_1711056575422_0.8876593181272785","host":"s3://npm-registry-packages"}},"0.0.0-next-8707295-20240322144347":{"name":"@shopify/hydrogen","version":"0.0.0-next-8707295-20240322144347","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8707295-20240322144347","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5f5cc5878b2f03ee6fb816597f73113fd6c15605","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8707295-20240322144347.tgz","fileCount":22,"integrity":"sha512-LJATP9s7+7nS+WGQIIIvwEZRAdDrGkBnVULjBT1Yjiaxi38UVcfH+JM/uW62hOW5dlGSLUmKXJaPuRxrRvlhyQ==","signatures":[{"sig":"MEUCIQDa2MvvsOAT0lu6BigeXcHvKK0QiT80yGt9XuZaTWIuegIgMS5dcigNV5+eT7aGNmpdjWBLxhlHvMGRb7IZ5qUZO2A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3541102},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"870729505f7eb1f1c709799dd036ad02fd94be95","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-8707295-20240322144347","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-8707295-20240322144347"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8707295-20240322144347_1711118672102_0.5644266331680876","host":"s3://npm-registry-packages"}},"2024.1.5":{"name":"@shopify/hydrogen","version":"2024.1.5","license":"MIT","_id":"@shopify/hydrogen@2024.1.5","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"228b8016d22383e2dfc9b97af9b8562835d78890","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.1.5.tgz","fileCount":22,"integrity":"sha512-0XTM38PMW6+NcnujfPAYJhYwRYApHPBv74QcG/jr/XzNjGQ03YUMw9Egov7SsmFBnCHm67jDWPkfTSHzO/vVpA==","signatures":[{"sig":"MEYCIQDnY2E+mXDTbrx4gOFaruvt22DAGmrIuTbLI232YOtMtgIhAIeTHWZcU1e9lbWLH8ChFhsqD0KjqrBT6jRw1JVO92Nw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3511954},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e382e7252ea45807923b2a56fd86e74ee8d28ef9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2024.1.1","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"*"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.1.5_1711119428865_0.17972667892172223","host":"s3://npm-registry-packages"}},"0.0.0-next-1dd3fd3-20240322150855":{"name":"@shopify/hydrogen","version":"0.0.0-next-1dd3fd3-20240322150855","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1dd3fd3-20240322150855","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6e11a7f784198296c43622728c9e09f71cab6f2c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1dd3fd3-20240322150855.tgz","fileCount":22,"integrity":"sha512-FGfebWxnjYehs3b77Lci34qYj7ATnqUnpl33+Sk9rSnDNqsLvRMPP9hwhuirZ4grwFP3Dr49V8AB004NMJ5dRw==","signatures":[{"sig":"MEUCIDg7kjp6rFGjS3WbJso3lT/qOXQMFiPRkzAiQZ3cgS2/AiEA3XVxmxw8dvGwetYs0Gh8IsgOcJaG3zasqs7Z443R3qo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3541102},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1dd3fd34938d10db7a07796f52eee50eed1906ec","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-1dd3fd3-20240322150855","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-1dd3fd3-20240322150855"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1dd3fd3-20240322150855_1711120184338_0.4971198498356686","host":"s3://npm-registry-packages"}},"0.0.0-next-11879b1-20240325140754":{"name":"@shopify/hydrogen","version":"0.0.0-next-11879b1-20240325140754","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-11879b1-20240325140754","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c80e4df84da35cb07ed9e4cd5a6987f8486b92b0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-11879b1-20240325140754.tgz","fileCount":22,"integrity":"sha512-5+R/ujGhE4UshfgAfxRLQQ/EYYSzqkO5DufheWgXJcsrrnu0rCinEsA59s2k6MlgRMiP57/FhPUR8+oVDkBSXg==","signatures":[{"sig":"MEUCIQDf5G1ZWG6ZP3TXNRRFzf3K5RzWcnnX1c1ocD5U3no40QIgBETYDaV4AI2yCizghl6GAqlH15Jrnblrw8iqgemwvuw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3541102},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"11879b175d78e3326de090a56a044d1e55d0bae8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-11879b1-20240325140754","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-11879b1-20240325140754"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-11879b1-20240325140754_1711375720229_0.6049506338173936","host":"s3://npm-registry-packages"}},"0.0.0-next-dd67701-20240325195559":{"name":"@shopify/hydrogen","version":"0.0.0-next-dd67701-20240325195559","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dd67701-20240325195559","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"93e0b04ce121a1185b43a74b51a5e5281846c309","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dd67701-20240325195559.tgz","fileCount":22,"integrity":"sha512-ZViW9dFmx/PKqO/ztxCoipD3OYEctrUaM9e9ZxNUT6fn6Hzvy8lWSY9iLIvgKZwUHg3Cv/7+B16O8D1qWGZf3g==","signatures":[{"sig":"MEYCIQD7GaI9bO5QTh0XW6TW8lV7GdyJShgRgYUQPyM0fvmRfAIhAIquTVbLtFVDtmHsRXv0zye3Aluwe756dMeCGmdOHSib","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3541580},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dd677019506177ca02998b8320e9a947c1425784","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-dd67701-20240325195559","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-dd67701-20240325195559"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dd67701-20240325195559_1711396604234_0.6252998757921311","host":"s3://npm-registry-packages"}},"0.0.0-next-8f05b8f-20240325215040":{"name":"@shopify/hydrogen","version":"0.0.0-next-8f05b8f-20240325215040","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8f05b8f-20240325215040","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c6c58d44e21b09f3535d24ba08ac663e23dddd79","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8f05b8f-20240325215040.tgz","fileCount":22,"integrity":"sha512-S+nB8HpvMtrJWtHZY3LbkID4L8pq0Rascdm6BbNXr2zPoDRDyKb3IQYPlDeeWnBZgBa2eEr1VpAXziROqbGfow==","signatures":[{"sig":"MEUCIQDaBoUK0G4jIwwipJndhSoxxh/on3PecaYRRgHNA/NU9AIgCLwbviADh8HjPWGLWTHsoR7Fheh5uGeMv3u3RrZC9SQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3541984},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8f05b8f23fe9b3564760fcb67d142176b95c14d4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-8f05b8f-20240325215040","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-8f05b8f-20240325215040"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8f05b8f-20240325215040_1711403485517_0.13432752829176287","host":"s3://npm-registry-packages"}},"2024.1.6":{"name":"@shopify/hydrogen","version":"2024.1.6","license":"MIT","_id":"@shopify/hydrogen@2024.1.6","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d65852fe0c399a61cf4c2c3629243a0f4a308439","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.1.6.tgz","fileCount":22,"integrity":"sha512-o8551/zHRqKgGbUT9uIJsLxVD+dsZDDSAkNUQDd2kzq7PxNXlvHOHbO+hy0Qz28o4wzif6jEbjKJFd2MmTbVjw==","signatures":[{"sig":"MEUCIQC5pQWDWZTyx7A0OTW272smkUNud1RPqZj2yH8qvfcgAwIgNzrjccijnTLXEaU/p8kdxm1I3O18Hi0i7T7aEwWJSj0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3512358},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8f426094a1c354dbd7e4af8f286bd54e4686acd8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2024.1.1","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"*"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.1.6_1711404674548_0.7149682266666662","host":"s3://npm-registry-packages"}},"2023.10.6":{"name":"@shopify/hydrogen","version":"2023.10.6","license":"MIT","_id":"@shopify/hydrogen@2023.10.6","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9967fa5a33e29bce85513edaa24a04c3d75c404e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.10.6.tgz","fileCount":20,"integrity":"sha512-ucUExR8O7ULvZYLzN2qkspQTAmqlcPV+9tfVoVmdR86QPUpNeOQUwlAna+EI/Cn0h+AwJkloRQjUmoLQDLkSKw==","signatures":[{"sig":"MEUCIBkZld8EN+gyRsfOtC5ndkizvur54Zgs9qekmOJ7e9TxAiEA4dXzmFoFCMfP2r8ur0qcqU1BuZG5goA13RYFwFAUyO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2177687},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"efda06afbff07d3a7f85e63b303b5ae2c6d704ee","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"2023.10.1","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.10.6_1711461469489_0.7952747595426974","host":"s3://npm-registry-packages"}},"2023.7.15":{"name":"@shopify/hydrogen","version":"2023.7.15","license":"MIT","_id":"@shopify/hydrogen@2023.7.15","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"00360729d4e917122aac6e3204c4a095398d23ed","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2023.7.15.tgz","fileCount":20,"integrity":"sha512-Gtg7/lmtRxLkk7pW69jtLTydO8OJ/pmLJN7j1iEpk9beyqn+ISMpGs4oJDHn/XFgz1K06OILMWJiWt4G34ZUDA==","signatures":[{"sig":"MEUCIE+NvXCrcnK7z5gPQvla7Ulvs4E8aZJ1Zutw3fJQZDyvAiEA6JdYCeGLSusYq1NaoymWEGxpqD3L9tPN4dH1ZUfKcaE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1970971},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json"},"gitHead":"a8b6ee1f358af98732a86299c981e7404c22d74f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"9.8.1","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"@shopify/hydrogen-react":"2023.7.6","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^0.33.0","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"1.19.1","@remix-run/server-runtime":"1.19.1"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2023.7.15_1711461968584_0.03432885349397474","host":"s3://npm-registry-packages"}},"0.0.0-next-062d6be-20240326145414":{"name":"@shopify/hydrogen","version":"0.0.0-next-062d6be-20240326145414","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-062d6be-20240326145414","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c0e2141cebe39dc171df90d17322253f8fd1161e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-062d6be-20240326145414.tgz","fileCount":22,"integrity":"sha512-vyVNvb7NIvBNDiRVu4fP4h9rlgq3BixP+vU38oF9RuAMG5iv7qRowFD+BxYjDmdxJ+u61Y2iyR8qXo5OT9Vc+Q==","signatures":[{"sig":"MEYCIQCYk2NU8K3kdppgUalj7co7a4fA+EAr9JND/U78pEw0NAIhAOHWH3TWuHSw25bBe9nxq1v6vgkJa28JABniKnTexZm2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550185},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"062d6be7e031c388498ec3d359de51a4bfdfdfd8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-062d6be-20240326145414","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-062d6be-20240326145414"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-062d6be-20240326145414_1711464900961_0.18977106867698823","host":"s3://npm-registry-packages"}},"0.0.0-next-e50f434-20240326180112":{"name":"@shopify/hydrogen","version":"0.0.0-next-e50f434-20240326180112","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e50f434-20240326180112","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cdf2e303439fbccb8b979aedbed93472aa818f06","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e50f434-20240326180112.tgz","fileCount":22,"integrity":"sha512-o/PJmTG4NoWw86EnbUQorg10kn6tyNOkgHfV9PjXTWOBBM7Je3uN+b/LOsxdC8EQoHj0eQzEQTk6styRy6B5kw==","signatures":[{"sig":"MEYCIQCdkNgRIED0xXdd6a++zSNpPO4HI+RbDA4xqZJC8F36kwIhANDl7d1Pw4T/KqAlSZrDaVCmApGjlNlJzbB1jmJC/EWs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550185},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e50f4349b665a1ff547a8d6229a6269157d867bd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-e50f434-20240326180112","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-e50f434-20240326180112"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e50f434-20240326180112_1711476117768_0.6427084424768124","host":"s3://npm-registry-packages"}},"0.0.0-next-a5511cd-20240328101606":{"name":"@shopify/hydrogen","version":"0.0.0-next-a5511cd-20240328101606","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a5511cd-20240328101606","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cf8b5962226357aa212f4be2ba0dedf9ef4b758f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a5511cd-20240328101606.tgz","fileCount":22,"integrity":"sha512-UFx3EThzUtJUwD4BQBjYmKorgkMp52SelLl2ZVXN7rnKGXHdGFvCvq2MQMw2VUJsMSepGV8pHElHFUlrfiDIGQ==","signatures":[{"sig":"MEYCIQDL8Ddjb9hEx6hFDNk1X/Vgp7Q9SvYOkxHH0jWlNY7iGQIhAOnzD14q+2MC2GEfjLR56i5WphEN7ZTzTT/67iTwZSGs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550185},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a5511cd7bf9b0f0c4ef0e52cd72418f78c04785b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-a5511cd-20240328101606","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-a5511cd-20240328101606"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a5511cd-20240328101606_1711621012721_0.727765677519113","host":"s3://npm-registry-packages"}},"0.0.0-next-788d86b-20240328115738":{"name":"@shopify/hydrogen","version":"0.0.0-next-788d86b-20240328115738","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-788d86b-20240328115738","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5638cd0f7d5a9669dfe3a7232812d6d063bf3d13","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-788d86b-20240328115738.tgz","fileCount":22,"integrity":"sha512-p54+W2SpPnc6B11SfYuFhzxkzaE9Pkd1ujAt90fXUDBh8+4/qcvJPErsPJ9vlMaiy8e0znxfPlWd7Vbjz6kDog==","signatures":[{"sig":"MEUCIQDzrMzJw2TAS10KFU0g6tKOBauJK+c95+W8xEUOeNPCZwIgLnfHFtbUPL0O7m6fJj6t2AR5l8gDg9JKhlP9Bsgs6mM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550185},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"788d86b3a737bff53b4ec3aa9667458b2d45ade7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-788d86b-20240328115738","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-788d86b-20240328115738"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-788d86b-20240328115738_1711627103814_0.2979733984735462","host":"s3://npm-registry-packages"}},"0.0.0-next-04d406d-20240328213939":{"name":"@shopify/hydrogen","version":"0.0.0-next-04d406d-20240328213939","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-04d406d-20240328213939","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"58d10c458e3e8f57dbef5dd3580f9ee4613195ec","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-04d406d-20240328213939.tgz","fileCount":22,"integrity":"sha512-E+whQMf2+5+sZZX7tsEX0A8wIgEHb+J2REYoCx3JbKXGWni0BmiGEIUvyWXWgHz1jIy8lGFYUz5b1MUBHcyxAw==","signatures":[{"sig":"MEYCIQDMBp8HtpceHNOaLpvAeC7Jt4YxykwR7rMf8a71W6vaHwIhAKILY8LMV48dvX88Cz0iqgdzYf++YZoiL0WMSOtxPvO+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550185},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"04d406dc2579f809b5fc09194662719f4a85acfd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-04d406d-20240328213939","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-04d406d-20240328213939"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-04d406d-20240328213939_1711662024245_0.8339929987948729","host":"s3://npm-registry-packages"}},"0.0.0-next-e3e23e2-20240329142152":{"name":"@shopify/hydrogen","version":"0.0.0-next-e3e23e2-20240329142152","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e3e23e2-20240329142152","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9abcc3995a5bfd154dae9b9bf7e354dbb5d20ab2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e3e23e2-20240329142152.tgz","fileCount":22,"integrity":"sha512-RayQJuaWwBuFU7q4B3ROEihrRxi2d1wua+u0fZthoknOQ3k2catqJ60L5pMwlO3pH2elXqnKDxT1ITEqX5jGuA==","signatures":[{"sig":"MEUCIQDqDxTnZdduW6E7fHpkCQdwnSEfwgi7IWpMwk8rLnLaNAIgcdwsz4erdKGRp3uwDg9og8W9n00dPZzpslIbIpnyuE0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550185},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e3e23e22218bccd7b963bf360fe5e18e919d3eb8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-e3e23e2-20240329142152","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-e3e23e2-20240329142152"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e3e23e2-20240329142152_1711722158511_0.38477383009004495","host":"s3://npm-registry-packages"}},"0.0.0-next-9351f9f-20240401102549":{"name":"@shopify/hydrogen","version":"0.0.0-next-9351f9f-20240401102549","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9351f9f-20240401102549","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"96547741e22ebb3e60fda342585943bc85796a21","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9351f9f-20240401102549.tgz","fileCount":22,"integrity":"sha512-6OJbhyqfpWV9jrE8y7eeHt930CXFXdo5SOewS9QEMjCOmUdpZgMNTVEP4aLuoJ4U3Y0TuL4hJhMRc5/nFml/PA==","signatures":[{"sig":"MEUCIQCJD5TbfW0OdLPh9vaLJIaCoeqzXOeY7mmZ3D5j6fh5iAIgOFlcnDW57mIISdFVz5w5Dx9jLwxHNrO5lCkmjN4N+TM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550185},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9351f9f564267124bcbf986f5550a542c4bf1e30","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-9351f9f-20240401102549","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-9351f9f-20240401102549"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9351f9f-20240401102549_1711967193433_0.8430737212834281","host":"s3://npm-registry-packages"}},"0.0.0-next-66e9e8b-20240401102950":{"name":"@shopify/hydrogen","version":"0.0.0-next-66e9e8b-20240401102950","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-66e9e8b-20240401102950","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"02bbf6ef74a225e946aab07b5b034c689c802b53","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-66e9e8b-20240401102950.tgz","fileCount":22,"integrity":"sha512-FSsdpWNLL+vQbdNFIhvcbS/BB18ixBSt5f2eCUInBksVhVccWiV8iRx301Fk2hORE65Yrat7m+QNFfUYWtmsUg==","signatures":[{"sig":"MEUCIG/df9guWcaSvDSCU9M5twpTp6h5JSyaVXigPAG+6LAUAiEA+DMbI8N0uXYVhFW79khk3ERBDN0ibI4YpB/vwleYxBk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550185},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"66e9e8b953ab634bef42812f71a94ea08e696abc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-66e9e8b-20240401102950","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-66e9e8b-20240401102950"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-66e9e8b-20240401102950_1711967443022_0.21963870282210252","host":"s3://npm-registry-packages"}},"0.0.0-next-140e476-20240401111149":{"name":"@shopify/hydrogen","version":"0.0.0-next-140e476-20240401111149","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-140e476-20240401111149","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c0ddd8bc54bdd28bed8293136262e16737981ae1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-140e476-20240401111149.tgz","fileCount":22,"integrity":"sha512-gTHD36Ag4UozrY4hj17LXbzkOu2d2jEVSl/15TY7BVcQ/FVB1eshy12biYWP+gSHpeoCrQhSp3+0Slf0GePQqw==","signatures":[{"sig":"MEUCIFqt1F4uGlHD15RCtM7wR8mPi1gtkzi4fcRWwtX9i503AiEA9zaLjbs1wlQgZ/GSMvNmMhJJPu6dK2v3nVObtQ7iqyA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550185},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"140e4768c880aaed4ba95b1d4c707df6963e011c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-140e476-20240401111149","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-140e476-20240401111149"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-140e476-20240401111149_1711969959145_0.8730558027327999","host":"s3://npm-registry-packages"}},"0.0.0-next-4bd4500-20240402195852":{"name":"@shopify/hydrogen","version":"0.0.0-next-4bd4500-20240402195852","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4bd4500-20240402195852","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"765eff23035029a002acc668bf02c893eb4d9f37","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4bd4500-20240402195852.tgz","fileCount":22,"integrity":"sha512-WR8FLMCZzkEdgd6KM+WuIp+GFfuil19C63nNOzLec7fjKApGIRZ36cONCpQXAnnzOyzX2d7zZqiCemL23F9QEQ==","signatures":[{"sig":"MEQCID3eeOkX5nYoZNfY3EfPdy7UPLNUCf4mz3Cnjv54S3HbAiBNT9598VWXKQo2E9AzvVisoBS4m7tHYhjSJbXCOyWgjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550185},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4bd4500d4fd9cd21baab3f12a8c7da5b1639aaea","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-4bd4500-20240402195852","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-4bd4500-20240402195852"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4bd4500-20240402195852_1712087982406_0.041679847391662195","host":"s3://npm-registry-packages"}},"0.0.0-next-497a521-20240403104839":{"name":"@shopify/hydrogen","version":"0.0.0-next-497a521-20240403104839","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-497a521-20240403104839","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"862a0bd41673f4a8f4afb5a7ba6d9cd0b0c5fa8f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-497a521-20240403104839.tgz","fileCount":22,"integrity":"sha512-qaonms2h8L+hqbKOJb2X5G4+CHPaJEDyEjk6uf11RdiVIh3NMqf08z4BawphgsEhngnbLyLgIqpnkDqmtyCx4w==","signatures":[{"sig":"MEUCIBwiLyM5jOQMDIuJje0yMlfe6VvI5q8z92cr45/AltW0AiEAsav9r4eBeriPB+qAOs5tNpBU/tFik8T6y8f1Rj1NLz8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550173},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"497a521b9dffaf01112c08b6b391b29e1c871f7c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-497a521-20240403104839","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-497a521-20240403104839"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-497a521-20240403104839_1712141368520_0.7708568437925498","host":"s3://npm-registry-packages"}},"0.0.0-next-479dbaa-20240404102656":{"name":"@shopify/hydrogen","version":"0.0.0-next-479dbaa-20240404102656","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-479dbaa-20240404102656","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4cb64f8437d0a0dab7e8ad31c4347a9e096a0303","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-479dbaa-20240404102656.tgz","fileCount":22,"integrity":"sha512-thk217MoIhC6gOJGixTcJxdOGFaRgli9jqq6tc6Tf/aRbqG0z4V4KThrndpOTxHzinkIZ8b4pFkzgDH3Tvyrtw==","signatures":[{"sig":"MEQCIH1Yz+bvjbYBFzIzsStwm8ZD9rLZlpW1LOP0RX8LdasNAiBwuqWJUBNRQvj8N+LLTUiopuB5fGrh/JWSx+FlkU36uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550173},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"479dbaa780916ceb4cea101762c98338eb04d7d3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-479dbaa-20240404102656","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-479dbaa-20240404102656"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-479dbaa-20240404102656_1712226470040_0.2924106938771991","host":"s3://npm-registry-packages"}},"0.0.0-next-d1e5ca5-20240404160252":{"name":"@shopify/hydrogen","version":"0.0.0-next-d1e5ca5-20240404160252","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d1e5ca5-20240404160252","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"373057fa0b6088d81d0d3d22f416f514a7450d40","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d1e5ca5-20240404160252.tgz","fileCount":22,"integrity":"sha512-SQduG1IFYhHzsfLhIECBH3okAFhGqy7CSv/KGwVv5iIG0kb5yMI7HbyXM2dKUWvbN5a+eL0HG6TxwVzPcnzoOg==","signatures":[{"sig":"MEQCIC1zgsYqHWFMnbrQlDLFPq2VLZGMHKCPLrGrpHfWL2gOAiAUW5bvONkEWGUIfLBHeVGmwzlI4zOW6fZzCMC7vGNzYA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550173},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d1e5ca571d5d916f9f5400720854724295218c30","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-d1e5ca5-20240404160252","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-d1e5ca5-20240404160252"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d1e5ca5-20240404160252_1712246623165_0.028975328615281848","host":"s3://npm-registry-packages"}},"0.0.0-next-14bb5df-20240404180215":{"name":"@shopify/hydrogen","version":"0.0.0-next-14bb5df-20240404180215","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-14bb5df-20240404180215","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6c2da2ea44ed1c76727a5cec1af65f1ceb659e69","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-14bb5df-20240404180215.tgz","fileCount":22,"integrity":"sha512-84B0GgelQw4nArESltB2X22lakYsX0hViQUhlkm7ASfp5kKVE8vPO0ISVgurKcLP6Vxv4kYFqRBt9sjymgOhGw==","signatures":[{"sig":"MEQCIDW+bMnH5JsR5yl/kkz3RzGSSkpI59IYG8KH5ft98d+1AiBczEESRtlwZcOaS/eHC9K3R1oE87/B+WX0txnkW1WYEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"14bb5df1c1513a7991183d34e72220cb2b139cf5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-14bb5df-20240404180215","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-14bb5df-20240404180215"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-14bb5df-20240404180215_1712253785103_0.8816020470093591","host":"s3://npm-registry-packages"}},"0.0.0-next-1870a3e-20240408111811":{"name":"@shopify/hydrogen","version":"0.0.0-next-1870a3e-20240408111811","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1870a3e-20240408111811","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e6515a97b5141f76f8ab5b3963193495221b6240","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1870a3e-20240408111811.tgz","fileCount":22,"integrity":"sha512-wbI5p3T0FrSgKdBfItVmo307K4NfcZesHuGhaMPAUozE1lEkzL14/cPgT+ocs49JOaAzQz2X7s97xYin/BTkMg==","signatures":[{"sig":"MEYCIQDsuvp/+MpdgJeOTiYlJedDYcRGtjxmyToHcxaA3v1U9AIhAKsOMFL4rC9hFgsbdsm6a6P0kvsvpREXuJ0OGBJMb9uL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1870a3e84685ec938ff0872c5b0c1a2e6f8b550d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-1870a3e-20240408111811","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-1870a3e-20240408111811"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1870a3e-20240408111811_1712575141368_0.5085666413641936","host":"s3://npm-registry-packages"}},"0.0.0-next-d4436d6-20240408112608":{"name":"@shopify/hydrogen","version":"0.0.0-next-d4436d6-20240408112608","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d4436d6-20240408112608","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"34ce12ee30b1efb314bad9826270e9b6d35b495e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d4436d6-20240408112608.tgz","fileCount":22,"integrity":"sha512-iFd4q8hSemYHsbibDNiZ28rz8Dsc0LjC8vYtU6hf3MzRyo0d87CVRNYzDfaooYgAulm9EYd6hTidg5PMQ7yc+w==","signatures":[{"sig":"MEYCIQC1JBl8bvpoHYyIOSufC27Wh34laifiENqzj/klZARAKQIhAPjxrQsSwcc4H4imXDXQjG9SPgZlSKOnUBF62P3COooh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d4436d61dec3e350d2483158dd92339277b63079","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-d4436d6-20240408112608","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-d4436d6-20240408112608"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d4436d6-20240408112608_1712575618574_0.4951841913815813","host":"s3://npm-registry-packages"}},"0.0.0-next-ab0df5a-20240408150153":{"name":"@shopify/hydrogen","version":"0.0.0-next-ab0df5a-20240408150153","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ab0df5a-20240408150153","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5eb91ebb2c5497b510ad5ebbc58103178cfb04a1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ab0df5a-20240408150153.tgz","fileCount":22,"integrity":"sha512-hfiroMDXA/oA20xVGBDm/5AXw9NWMvKT9uoQcXFEFznl1Vn5Rtr0wRE5Pz9UALyeU0n6ij0blDCI+OjfubZeIQ==","signatures":[{"sig":"MEYCIQCKs2mTenTwm/oi3CIlvHnskN7IX42yA1WNPCiAWwAd9AIhANd/0T7gxVGBfVh7aWVsnE9lwdbgpogBvLTe8i+Gciwj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ab0df5a52bc587515880ae26f4edd18ba2be83cd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-ab0df5a-20240408150153","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-ab0df5a-20240408150153"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ab0df5a-20240408150153_1712588564614_0.9680291076997842","host":"s3://npm-registry-packages"}},"0.0.0-next-4758bf6-20240408163038":{"name":"@shopify/hydrogen","version":"0.0.0-next-4758bf6-20240408163038","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4758bf6-20240408163038","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6867c8d0ec9e51c52fed08d2ade6bf2938e34d0a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4758bf6-20240408163038.tgz","fileCount":22,"integrity":"sha512-Z02yxqKVo98XDJTT1Zw2yhm3UFRqmpE2Z6rByfepgj7sFQ3gFaMMCXbJAaIGQiaPnzjpI7iK+2Q6llxmmZE8eQ==","signatures":[{"sig":"MEUCICQYGeOqtfyPIDVIL4IBG7EyGYy/AO4GpPjz5wHH0QtZAiEAzubYjMpCXDHskl7+Col9M00hO/wu8TH8j664tY+Uljw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3550343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4758bf66ba2fcaa89ef5c798eccca50fa17fba28","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.0","dependencies":{"type-fest":"^4.5.0","@shopify/hydrogen-react":"0.0.0-next-4758bf6-20240408163038","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-4758bf6-20240408163038"},"peerDependencies":{"react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4758bf6-20240408163038_1712593918356_0.2838023180375553","host":"s3://npm-registry-packages"}},"0.0.0-next-ebaf552-20240408185003":{"name":"@shopify/hydrogen","version":"0.0.0-next-ebaf552-20240408185003","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ebaf552-20240408185003","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c7aa576ec6a36ebaee9c7f9c5195e7267a4274a2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ebaf552-20240408185003.tgz","fileCount":57,"integrity":"sha512-CufvAbyvaYJQdXtBIobtAKZKn0cI/0/hI/s/Y43+g3FwKPsp+R8gmv8BZaKoyHwEqt8L6rpVXMDYWpXpoBSMlQ==","signatures":[{"sig":"MEUCIHSngIsl3SFnqm7qRBUd8VV124TlCXbBrFphVEDMoo8RAiEA8bPmQTvfF8ZmaZkHnxI87wpxQNi1XXko94MkAqOUEY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4051415},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ebaf5529287b24a70b3146444b18f95b64f9f336","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.0","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-ebaf552-20240408185003","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-ebaf552-20240408185003","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"~5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ebaf552-20240408185003_1712602262408_0.049196519399447025","host":"s3://npm-registry-packages"}},"0.0.0-next-31f7595-20240408203115":{"name":"@shopify/hydrogen","version":"0.0.0-next-31f7595-20240408203115","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-31f7595-20240408203115","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9f8fd6f04778e09888d364983178a26847b25f5e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-31f7595-20240408203115.tgz","fileCount":57,"integrity":"sha512-WMj84d+XX7HnSf8XHsmX1dpBPsbmmK4ajO7+9eSDQmjKm1dEB2BuhFa/7DftseWMg/YaGEJuE+HrzQrQHXwGsA==","signatures":[{"sig":"MEYCIQCQsnHQUJLRcXy74t6tb04qWGv+U0lxwkYDtIbmCYncEAIhAJK/M88X6TbNU+j+2Rm7erL/xO9hzFVjOipMv2fw6rIX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4107242},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"31f759572a2c1900a4e04a97866c081d2057ff90","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.0","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-31f7595-20240408203115","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-31f7595-20240408203115","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"~5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-31f7595-20240408203115_1712608332777_0.6705926856790709","host":"s3://npm-registry-packages"}},"0.0.0-next-d7ef02c-20240408205901":{"name":"@shopify/hydrogen","version":"0.0.0-next-d7ef02c-20240408205901","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d7ef02c-20240408205901","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"64b31f03ff6068b0de1d5ffe5b86fd6f36b11c77","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d7ef02c-20240408205901.tgz","fileCount":57,"integrity":"sha512-SNig0t4DqA3FsiDsP+HKDR5SfIa4dWinB5/OsmHxr3rz4IKhgtG4YF/x42q47M2ZBjftdQ7D517w2/8aua9BZQ==","signatures":[{"sig":"MEUCIQD6qzLoLbNL8vyaO4sQcBxi4AeWiipXzjqXWoV0gy19SQIgJcf8V9AT/eZesbKXIdN92h5M2lghrJ/nD9s0IXJwPIo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4107242},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d7ef02c2637c43679e5b83e9bcf9ee82be23e09f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.0","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-d7ef02c-20240408205901","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-d7ef02c-20240408205901","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d7ef02c-20240408205901_1712609997794_0.050520876062606135","host":"s3://npm-registry-packages"}},"0.0.0-next-c84e985-20240409113127":{"name":"@shopify/hydrogen","version":"0.0.0-next-c84e985-20240409113127","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c84e985-20240409113127","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"96c8b5a0880ee3f9b6a58b92123fe213d665da5d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c84e985-20240409113127.tgz","fileCount":57,"integrity":"sha512-fpttAwXcGr2d7np18jGl4LxijsYHzDtIjADQ+ARXQbt9bu/1/hJemkUFuKRxk6FnqgFL5qUUWnTN6UHN/p+yjA==","signatures":[{"sig":"MEYCIQDlnKsME3vuIHP80YCpS38+pmRNcziyUnJmBNk841FK/AIhAOxxm9s0XDCgbGoGHLIB8GJw5mAXjeEFTtOmd+WHVV4H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4107242},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c84e985dbed587bd0872fb44c9149276dd189e79","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-c84e985-20240409113127","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-c84e985-20240409113127","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c84e985-20240409113127_1712662345441_0.08069990178309028","host":"s3://npm-registry-packages"}},"0.0.0-next-be1a79b-20240409113221":{"name":"@shopify/hydrogen","version":"0.0.0-next-be1a79b-20240409113221","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-be1a79b-20240409113221","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7fb7fdcbea0f63d3fab79d5fb3b3b27642fd4059","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-be1a79b-20240409113221.tgz","fileCount":57,"integrity":"sha512-FRxDRtuNMD8AdVNzZbJfI/R10XuGZoUVELBRKt6vSLgdZ13D2XT25D3nBzRjqpErYUDCUEa393T+D/QqmSexow==","signatures":[{"sig":"MEYCIQDUe1utXBNhpeY2KvymY3R0CHKFmJYMo9r5gn4juQdR+gIhAKMQunVflVPaYCXjnTz/T9uYAJ2RvvZeUdehA9/SdWEX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4107242},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"be1a79b06627a62a68f5eb6fb31b4083c1194b90","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-be1a79b-20240409113221","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-be1a79b-20240409113221","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-be1a79b-20240409113221_1712662400146_0.8103628110322829","host":"s3://npm-registry-packages"}},"0.0.0-next-4afedb4-20240409164303":{"name":"@shopify/hydrogen","version":"0.0.0-next-4afedb4-20240409164303","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4afedb4-20240409164303","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fe78b758c28d8b192493d7cf14045b13c4811ada","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4afedb4-20240409164303.tgz","fileCount":57,"integrity":"sha512-/e2rpAmn6+Zx3qSBYfisr1l60a1qUv7WrfVuL48wsJ8H/giR1/GHNaiMrWmD+0hwNGDnbPM4KYlSdd615EgbdQ==","signatures":[{"sig":"MEUCIBQ3tDd6Fsip/IS9nZ26y6jMfoiVrzrGjUv+gPhK9iCrAiEAuGCnwmrvWYvss4jBKJStcQPmwEfTujTF7xahRuIGyTg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4167181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4afedb4d7202715df9a153e877e8eb281cc3e928","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-4afedb4-20240409164303","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-4afedb4-20240409164303","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4afedb4-20240409164303_1712681041112_0.6877036464633537","host":"s3://npm-registry-packages"}},"0.0.0-next-e3baaba-20240409174430":{"name":"@shopify/hydrogen","version":"0.0.0-next-e3baaba-20240409174430","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e3baaba-20240409174430","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"04c4a93d95ba8b30b491ac53dc4d7813730bac12","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e3baaba-20240409174430.tgz","fileCount":57,"integrity":"sha512-k4W6MajZOE8jfoNraG4MAV7M6Ft/25p/B2LReQIY+HEuZ1fNGMXzdQjhf9rF14aEfBdi+uNv6siimMf2NkMHEg==","signatures":[{"sig":"MEQCICMYztCODImOp2DANPRTHqm9fVQKEM+Oo8i7Omzkp+zGAiA0HO2ViesCf0R+9nYd5nVBXkxTbxggB9XqOaj945RGng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4167181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e3baaba54c701a48923ab3fe8078278f2db2c53f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-e3baaba-20240409174430","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-e3baaba-20240409174430","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e3baaba-20240409174430_1712684729017_0.3175275098399415","host":"s3://npm-registry-packages"}},"0.0.0-next-04c0ae6-20240409183543":{"name":"@shopify/hydrogen","version":"0.0.0-next-04c0ae6-20240409183543","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-04c0ae6-20240409183543","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2dc578bb16bba7d5c7fb71428a63eda53761a657","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-04c0ae6-20240409183543.tgz","fileCount":57,"integrity":"sha512-ww+S1TrgXUmrLKwDDbaLzdkw47myskwIvPIreCuBEQMfUnln7l2zP+slF1WR2m+dEQHOc+rR8UFbbVbkRK0HvA==","signatures":[{"sig":"MEYCIQC8Mr5Ihpdku5Yi1NWOjD/LZ19kRXTB/+c7VB7SuYqEkAIhAP7B199C08v9B91ZItLtJwQZ/G+OjLbEWF0Vg7dNYASE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4167181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"04c0ae6c205d42c549f12ec6cf6897c1e5ce29e6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-04c0ae6-20240409183543","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-04c0ae6-20240409183543","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-04c0ae6-20240409183543_1712687800388_0.4356949852793597","host":"s3://npm-registry-packages"}},"0.0.0-next-4eaec27-20240409210234":{"name":"@shopify/hydrogen","version":"0.0.0-next-4eaec27-20240409210234","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4eaec27-20240409210234","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d84f129c838686cd22707d01f01b7e1f1d9abf40","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4eaec27-20240409210234.tgz","fileCount":57,"integrity":"sha512-Od4ADxOhApnuTMquoT6LvPxFKSWH46TDFP0BhTtCbUAlkZrJPMxcnJb94HgLomtIlWknf6tz84Ij+Do9UU4v3g==","signatures":[{"sig":"MEUCIQCTLFRQsYaGuTjTyhSGkHrhUrWRWJMfiyEnnSltsry/OAIgEIM8WOVnpOM39+OSCCa6wat+dQPzLgfs14jrSKCraRU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4167181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4eaec272696f1a718aa7cab1070a54385ebc3686","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-4eaec27-20240409210234","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-4eaec27-20240409210234","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4eaec27-20240409210234_1712696611961_0.6033245629545525","host":"s3://npm-registry-packages"}},"0.0.0-next-646b78d-20240410105929":{"name":"@shopify/hydrogen","version":"0.0.0-next-646b78d-20240410105929","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-646b78d-20240410105929","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fec90e358a810fdb636200ef4e292fb67333c7b3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-646b78d-20240410105929.tgz","fileCount":57,"integrity":"sha512-dT7xnuDJHj19czCRygzJKlUktjYOccfWwKAzOorYDThY7+4BJFXtfudYsr0XWrorM+70LefRsQ2ZsRL5MM6cmA==","signatures":[{"sig":"MEQCIFuEW2QOWTGq4QaDotg6r9ViUjbUy8CfZEe1l6/NK7S8AiASvUCvICoY42SyyEpv9L9dCTWThNaw3a0iYtzhxAQ7Ww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4167181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"646b78d4bc26310121b16000ed4d1c5d5e63957d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-646b78d-20240410105929","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-646b78d-20240410105929","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-646b78d-20240410105929_1712746824626_0.8660835727856608","host":"s3://npm-registry-packages"}},"0.0.0-next-61936f0-20240410120505":{"name":"@shopify/hydrogen","version":"0.0.0-next-61936f0-20240410120505","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-61936f0-20240410120505","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7041bbf8fb473b5fe87e819380f893c408d9d89e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-61936f0-20240410120505.tgz","fileCount":57,"integrity":"sha512-vgEEDEerjM44DHtNYoCaapo7TSltVVbjK614s7kOylXSWHX3hwGnCBLL1ZnwV6voHzDCDsog7b2GraBDVz0vXg==","signatures":[{"sig":"MEYCIQDHfOh0pRjZZ16T5GP6Du0K5vB98CwwhxO0PvfUpvwZbgIhAKKFFbyCH7WZA7ijYuUJ01JdgRNeSyqKpVIMpqpqiV5p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4167181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"61936f05076a452c54a08c481a99a9ee515cd48b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-61936f0-20240410120505","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-61936f0-20240410120505","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-61936f0-20240410120505_1712750763217_0.8222178095023027","host":"s3://npm-registry-packages"}},"0.0.0-next-f4d6e5b-20240410175544":{"name":"@shopify/hydrogen","version":"0.0.0-next-f4d6e5b-20240410175544","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f4d6e5b-20240410175544","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fd2168ae12a74be8f17f24958687a26cbf3fb71c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f4d6e5b-20240410175544.tgz","fileCount":57,"integrity":"sha512-OOrUVkyl5YrGaOI5ubvxejpuTf0eCL1uIXQPWJgTcBl43agNYWbdOqLLiTjsveVlnxPJIkbL2XBiabXizRixHQ==","signatures":[{"sig":"MEUCIGLsmzpT4wjQWR7JnyafOtTJQZZbnROre0XYAeylH7ErAiEA91tSAlSN+RzgErUYEuL2ixpN/YIEZWBYe4q4GbuEd64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4496817},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f4d6e5b0244392a7c13b9fa51c5046fd103c3e4f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-f4d6e5b-20240410175544","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-f4d6e5b-20240410175544","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f4d6e5b-20240410175544_1712771802914_0.02221016238287654","host":"s3://npm-registry-packages"}},"0.0.0-next-70f7f47-20240410181521":{"name":"@shopify/hydrogen","version":"0.0.0-next-70f7f47-20240410181521","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-70f7f47-20240410181521","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1239530c7f4c7be521aa4d9970f5f39662dd34cb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-70f7f47-20240410181521.tgz","fileCount":57,"integrity":"sha512-weprRE2F93lGEyU1ofmvBD9tguVR8nKZ7K3sMJth+mKWokBel25zDxkXGmLs+7w5xbcBvdYEjG9LOcyU2lrCPA==","signatures":[{"sig":"MEUCIQDwvJmz3BIfZetqubf7mGmJvopVWi47UDcdrTaKhzZoVgIgbIEjcgK7CZn3K5HEDZDjTXCVO9B6DDmWTRe6sn9zZOo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4496817},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"70f7f47f979d858d259f8f877e0a7d272f506169","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-70f7f47-20240410181521","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-70f7f47-20240410181521","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-70f7f47-20240410181521_1712772981691_0.24808533329962357","host":"s3://npm-registry-packages"}},"0.0.0-next-fae0ed0-20240410185005":{"name":"@shopify/hydrogen","version":"0.0.0-next-fae0ed0-20240410185005","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fae0ed0-20240410185005","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"59e9ff81b6acdc79f37989d57f7c3373b0483e90","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fae0ed0-20240410185005.tgz","fileCount":57,"integrity":"sha512-G5m1mOz4UTjHXsN4HtoEhylXtQ/6/rFj6/55j4daxPPY2uBtpV7X9DHsMh0TlB7BSP42n05bc+TkQHuUHeSR3Q==","signatures":[{"sig":"MEUCIBmXvcNt47GAylIeECpa0jeD0ccd1nbrHUbECJ3hhAXUAiEAuwxhgxHu4MqKEepV5Zcl0IVEzcq+8UBuVqLqx9iU47g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490775},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fae0ed031a08d91e9c8a038c168ab3c255f756ed","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-fae0ed0-20240410185005","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-fae0ed0-20240410185005","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fae0ed0-20240410185005_1712775063540_0.5412160948981146","host":"s3://npm-registry-packages"}},"0.0.0-next-a9b033f-20240410195119":{"name":"@shopify/hydrogen","version":"0.0.0-next-a9b033f-20240410195119","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a9b033f-20240410195119","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6aa2654a9df0b1f7550464559bf7dad2cce815c4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a9b033f-20240410195119.tgz","fileCount":57,"integrity":"sha512-ASZnpVALNPwU/tLQQ+uy3j1iYF/OifHlwunCqXieoGr0b8grER18A9xU+B7o6PNC655GqcorWj9Ksl6O8U9Pjw==","signatures":[{"sig":"MEQCIB11xhUH1n/UOHStgdb6iO3nvBKo9oEG8w6yF0DuuYBpAiBUZqxxXmldaKxBvXQCZVBZROfq8hZgSp3SGhe49gJYCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490775},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a9b033fb3b723521ec7215708d9f6c6eb08b6dce","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-a9b033f-20240410195119","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-a9b033f-20240410195119","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a9b033f-20240410195119_1712778737803_0.8804189877583861","host":"s3://npm-registry-packages"}},"0.0.0-next-0c46233-20240410195856":{"name":"@shopify/hydrogen","version":"0.0.0-next-0c46233-20240410195856","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0c46233-20240410195856","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"343e593d0ceb0fa7b7cefd014d41feaa9326d174","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0c46233-20240410195856.tgz","fileCount":57,"integrity":"sha512-JO7xQ8z6O4SyiCoDSvue0f2tTgYMRQzTM0kh/38YtawjlalRERrLCNR0gifGgXRM9KoB4iztaydGTRoeNL+ifw==","signatures":[{"sig":"MEUCIApR+SbQZEU/FMexaAz5GCZJtRa9lZs/028aIEAogxXWAiEA3YmLKRnApHdFftLy/6Pma7+1s9Pl543Z/k37mTOiYOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0c46233764b264cc7286a08e54129808edd5d4e2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-0c46233-20240410195856","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-0c46233-20240410195856","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0c46233-20240410195856_1712779195621_0.7842006378991555","host":"s3://npm-registry-packages"}},"0.0.0-next-0c13341-20240410200428":{"name":"@shopify/hydrogen","version":"0.0.0-next-0c13341-20240410200428","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0c13341-20240410200428","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5eddcc722c5d85374486d76d766ac82f906794f8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0c13341-20240410200428.tgz","fileCount":57,"integrity":"sha512-TX29ZNfRHQNszd/95sI2tKZlxENBk/vsQcyh4MKFPhaS+muXOSNVa2JNHwWBy3dZ/eKUaDjgxVlaDKfFZ9zrxg==","signatures":[{"sig":"MEUCIQDx0e9MPpinG5q9di+fQDbP8rZUEJgDzPM25DYTIE605QIgIA/QUF0Z+xt6FASVfFj/so7KXKNtPoEsvywEPDPfaH0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0c1334154d583ee2dfd7c2fb746039a99bcebcd3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-0c13341-20240410200428","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-0c13341-20240410200428","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0c13341-20240410200428_1712779525029_0.9105867691178815","host":"s3://npm-registry-packages"}},"0.0.0-next-a6e5606-20240410200939":{"name":"@shopify/hydrogen","version":"0.0.0-next-a6e5606-20240410200939","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a6e5606-20240410200939","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0609f675606a8b9664540c98cfe3cc11b67b62a5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a6e5606-20240410200939.tgz","fileCount":57,"integrity":"sha512-OFKQ16Xgaq4A0Z/v1tjxlfTNcXESlapM0NbzG53txdovMiUHFdd4he6oKlddRL5uwNGpZKiMYgZlUBukvaTfKw==","signatures":[{"sig":"MEQCIFDGgOOP/1iwCmMUCokbu+y2bKAGe3o34eVRzkyuLV11AiBi0Ly+XDWJr1430IyRLFUz8YvyLJZ8i7XkMYhuRJ6tOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a6e56060c46846395f243dfff26e70d2c166c0a1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-a6e5606-20240410200939","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-a6e5606-20240410200939","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a6e5606-20240410200939_1712779836995_0.5605147546240419","host":"s3://npm-registry-packages"}},"0.0.0-next-4791908-20240410211651":{"name":"@shopify/hydrogen","version":"0.0.0-next-4791908-20240410211651","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4791908-20240410211651","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4a9efec22eea6c93296c9d9329fbf9bc50ab1055","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4791908-20240410211651.tgz","fileCount":57,"integrity":"sha512-PqwI5AkbZDiRWwKcdPc5okApaQuuTVWr257UL3SDFLHCr0mzaRBYk5FzkgOqMojrtRpjpAkyY+5N9Mh2kUNiPA==","signatures":[{"sig":"MEUCIQDIdLpvEBo4K80QbZrVQwcjtnHS2V3ZFbv5OejBc7ysQgIgSFreMsVt/i5tfZNVMCHdqQA+g5jja+tP3uyMaRtccN8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4791908079dca7ed9207f55e0b6449fcd9a63472","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-4791908-20240410211651","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-4791908-20240410211651","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4791908-20240410211651_1712783868822_0.3375790290328051","host":"s3://npm-registry-packages"}},"0.0.0-next-a209019-20240410234411":{"name":"@shopify/hydrogen","version":"0.0.0-next-a209019-20240410234411","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a209019-20240410234411","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d34b4f37bf2a60b6926d7324478e7dba2ab46e3d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a209019-20240410234411.tgz","fileCount":57,"integrity":"sha512-/0AmtVMQ55KJAeLH7wrXNhL+roww2ncyxfUkui1T5L/RFl+gMxAE46LjB7KfH/+PqwRzoZ6D4D1twS87vM9ymQ==","signatures":[{"sig":"MEYCIQDUJ/X04o1YKxvguWwCbj7ANzqEXoITDiUaeJc1A/6blAIhANzC/GK9CJgVE04bzMKowJvsPjgOG4tgq8+N0+rCjwmP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a209019f722ece4b65f8d5f37c8018c949956b1e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-a209019-20240410234411","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-a209019-20240410234411","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a209019-20240410234411_1712792709480_0.1194349181007277","host":"s3://npm-registry-packages"}},"0.0.0-next-f0c58e0-20240411140902":{"name":"@shopify/hydrogen","version":"0.0.0-next-f0c58e0-20240411140902","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f0c58e0-20240411140902","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"24b62e2cb4ae71bd323abdba5c184092ba3d18b0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f0c58e0-20240411140902.tgz","fileCount":57,"integrity":"sha512-znKZFwVsMipkfaKOeqIP/sE/sr3xceJS6dgii0Y7sMMsqTuf0oh24d/5Bo6Tvz+P6VFY6NPOFqD+ITeMBCipKQ==","signatures":[{"sig":"MEQCIHEmXcVTPk0teujcUiprm+B3lNt+sn8oRWtJsqMSabnVAiAST7Wo5kj/HleAYWJPw8XdSzdUGR/fsVxZVQWAbw99bA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490685},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f0c58e08ef1b3911ed877469da30690f17ccfa1d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","@shopify/hydrogen-react":"0.0.0-next-f0c58e0-20240411140902","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-f0c58e0-20240411140902","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f0c58e0-20240411140902_1712844602797_0.9152410198680643","host":"s3://npm-registry-packages"}},"0.0.0-next-052eb14-20240411142350":{"name":"@shopify/hydrogen","version":"0.0.0-next-052eb14-20240411142350","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-052eb14-20240411142350","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"98d7002a3ce5cbef14f08da1b3acdbdea98db53a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-052eb14-20240411142350.tgz","fileCount":57,"integrity":"sha512-VIK5N0fX6N1BUZdJr7jf1DfmerHArw2fEdzHgxT/yjJjCxJTpoo/UHW1ljXBgPL2LcodGDcT8tnjsmK+vYopSw==","signatures":[{"sig":"MEUCIQCjIcDikiVVuqp42bxfWxYiJwo6huDbsYK31OgEgE0v9wIgY+lrV41+75m+/aat+6kb6IAkZ5GvhmCiKqW/waRFMlE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"052eb143a2df3ec6e6018209130b5bc67867acd5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-052eb14-20240411142350","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-052eb14-20240411142350","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-052eb14-20240411142350_1712845488120_0.16881040741688325","host":"s3://npm-registry-packages"}},"0.0.0-next-94a0c63-20240411151820":{"name":"@shopify/hydrogen","version":"0.0.0-next-94a0c63-20240411151820","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-94a0c63-20240411151820","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"af43c95a956c2556bf13bc23a57b4385aacca0ce","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-94a0c63-20240411151820.tgz","fileCount":57,"integrity":"sha512-/IgRqsC7XTiC9FXt+V/19yoEK34rNRbRyax3MgKhRh9/4PApkSq/oTguPcSAWI/37YGtjJV9IBDiYys2UGZL8w==","signatures":[{"sig":"MEUCIFGJiHNNhf/gPkh10sZWGc+qgF5sr3/Gebc9VLp0A4giAiEAveXF7XFEL7vwhXT1s5bkCEzBYEBsgEX0y7RC/Uu7nyk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"94a0c63a95e83e620c67b6bab259d1a299dc321f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-94a0c63-20240411151820","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-94a0c63-20240411151820","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-94a0c63-20240411151820_1712848758418_0.8033557731967371","host":"s3://npm-registry-packages"}},"0.0.0-next-502f599-20240411155629":{"name":"@shopify/hydrogen","version":"0.0.0-next-502f599-20240411155629","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-502f599-20240411155629","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"88a516c0c8e82fdcf07ddf76dd1ec093ccffc4f4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-502f599-20240411155629.tgz","fileCount":57,"integrity":"sha512-AdjLcCWrjoAtkj3dOvCy6xJXOfyOE78fN3TPCPcvcCyORT2Jqrxfcw/UppIoeiItlvSVtLLfdz0hcEiecYAung==","signatures":[{"sig":"MEYCIQCgHK0T2bkUirPIYOGhGC94T2Rt/RGcERNgH5r5dBMbfgIhAIAgvOfv+jItOuDgnkgaNYkRDKoSrndH6WmZ+ymhtDZ0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"502f599bef35770e1fa875218324cac89e825b98","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-502f599-20240411155629","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-502f599-20240411155629","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-502f599-20240411155629_1712851055916_0.038648408572964144","host":"s3://npm-registry-packages"}},"0.0.0-next-42d3c60-20240411155900":{"name":"@shopify/hydrogen","version":"0.0.0-next-42d3c60-20240411155900","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-42d3c60-20240411155900","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a407cb269d097822153c162adbe245174f892f02","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-42d3c60-20240411155900.tgz","fileCount":57,"integrity":"sha512-JSX2mhsjzVRiqC08qSfINBKaJfr2gq2sfmQTn1QPz+AoOFF6UM725PqdcBMy1e/5thYVw+cQjlNTm/iN+P17ig==","signatures":[{"sig":"MEUCIEs9pbgkGfF+OEmwWxRcRlTUPMFDNWHhFy8Qt357ppsKAiEAsQAA6/dxuYHCBeJAo0Jfwe5dvfouYbRPvsYOmOPnyiQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"42d3c605fec0f990185b42d3eae2148e026a7c90","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-42d3c60-20240411155900","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-42d3c60-20240411155900","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-42d3c60-20240411155900_1712851199560_0.9896219859235174","host":"s3://npm-registry-packages"}},"0.0.0-next-dcabe91-20240411164913":{"name":"@shopify/hydrogen","version":"0.0.0-next-dcabe91-20240411164913","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dcabe91-20240411164913","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"740de5d11eedd06d190c91e8ebb38d345c6267c2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dcabe91-20240411164913.tgz","fileCount":57,"integrity":"sha512-baKOn1UtlFEfSScXQKzFOqfCgJ5ejju+5hRDumZfeOm5lw2r7vkBAWlSCozePVEp5QTtwaUatISoVdbVeavMTQ==","signatures":[{"sig":"MEUCIQCqdGzU0auyAzSH9CtNUdFTS+yKVFMttieNVjWxhevyNwIgG2oTbGm50gV7bRBJAQZt9WqSlFzMwrMNCoaTh93WjCQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dcabe9157bda393053383527b38a0cc27b62770a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-dcabe91-20240411164913","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-dcabe91-20240411164913","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dcabe91-20240411164913_1712854212421_0.14296344378533554","host":"s3://npm-registry-packages"}},"0.0.0-next-72d1271-20240411165757":{"name":"@shopify/hydrogen","version":"0.0.0-next-72d1271-20240411165757","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-72d1271-20240411165757","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8973bcb9278881fd7123222e8b4c18e67263ac46","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-72d1271-20240411165757.tgz","fileCount":57,"integrity":"sha512-S2hy6HvusvFKIc1xQ3byZLnXee6eE7xv/ic/rRbguIC/iVz5epxY4ww+zJNPQWBrPA6WU+hxCXRr9FpGkAaOzA==","signatures":[{"sig":"MEUCIQD1qvmE6KBeERCVwwDlGdKJiadtGGJi0Kred1SEzSuZFQIgemKUvSqS8kmW6LKYlR9AR9+jWDQvnjy0xjxVd/OMWUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"72d1271bd649cec909904092c2fdecbb298faadf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-72d1271-20240411165757","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-72d1271-20240411165757","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-72d1271-20240411165757_1712854735937_0.43753563199420453","host":"s3://npm-registry-packages"}},"0.0.0-next-7e2b54a-20240411183549":{"name":"@shopify/hydrogen","version":"0.0.0-next-7e2b54a-20240411183549","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7e2b54a-20240411183549","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d4dc26a1e63d2f55c4cb0eda81f751097d09bb40","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7e2b54a-20240411183549.tgz","fileCount":57,"integrity":"sha512-dDnrxMDyj/VL7hV5yK7zJSiDv/mbBUmviwEn1vr/G/5n/udQEPi8oE/C+y2UuOuFgSgxmQtdtmORiQ1t4PWiGw==","signatures":[{"sig":"MEUCIEs/RujXkgF43Swg5aa6xgdEOut5Inq71dzeGh+9FBWjAiEAx/WQ4MhTe0nPLzU4ggzcRV2cqClzO3JxNjq8kUizuXw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7e2b54adce26ed4602b370bd684623df6b705d31","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7e2b54a-20240411183549","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-7e2b54a-20240411183549","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7e2b54a-20240411183549_1712860607280_0.1444568371871806","host":"s3://npm-registry-packages"}},"2024.4.0":{"name":"@shopify/hydrogen","version":"2024.4.0","license":"MIT","_id":"@shopify/hydrogen@2024.4.0","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"14955660a6cba20d3603c6d881feb4bd74b1ea32","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.4.0.tgz","fileCount":57,"integrity":"sha512-1ewHT6gN77br76KdnTZFWK1GBria/p7qllO/FjpSKaaYJeUgYyAUDxAq5mJUBslYPUH2jXgJnkCpGGKnwAoONA==","signatures":[{"sig":"MEYCIQCMHTEJJs50wQ4saQNP3g+A4K7zV+MlejtZ1EQTKGLPfQIhAI+LJOGDwUGvX+aGaGan0QuEOHJx/xh8lhdaJlwQtkkM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490656},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"705ad500b87c83029950e453fd34dbce2e445eeb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.4.0","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.4.0_1712861245121_0.8956291961976661","host":"s3://npm-registry-packages"}},"0.0.0-next-51feb20-20240411185339":{"name":"@shopify/hydrogen","version":"0.0.0-next-51feb20-20240411185339","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-51feb20-20240411185339","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"31f7cf01ea2f048b5a3c2e62049a50850a695462","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-51feb20-20240411185339.tgz","fileCount":57,"integrity":"sha512-cK86WGGnHxX0XCtSD1Z88qvDmEZRrjhFLgJ0ewkZe8bxMumzjrN+owAarQWq0/v7dQ5FMfkjpfTSoTQ8OBqTuw==","signatures":[{"sig":"MEUCIQDQLkPm3E6GAassaxO17+9ybRzcfz1LwABNlkpfBOSEZwIgNkqwgL+oQdo6KZZbB1JrvoElmk2nK0EIVHENhSkGVLk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"51feb200c7b6a0e59828a9bd45caebbb9f419c82","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-51feb20-20240411185339","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-51feb20-20240411185339","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-51feb20-20240411185339_1712861672601_0.2841408298345822","host":"s3://npm-registry-packages"}},"0.0.0-next-3aaacde-20240411190017":{"name":"@shopify/hydrogen","version":"0.0.0-next-3aaacde-20240411190017","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3aaacde-20240411190017","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0a37f962d14edc82c8945f1e714649e58e806360","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3aaacde-20240411190017.tgz","fileCount":57,"integrity":"sha512-uH3QqqvjZHA86CNSZqaPPLMW0FXjAiQPoKRg+w8thQUUkAvd6lL/FgHURRWTZmZIJeQcdmYYff6qpnIiaxSixA==","signatures":[{"sig":"MEUCIQDDzrkh6SVzKrAxriy2amI2aqggAo7mLlhQdyVUrTxAywIgb/JZIG/t3g9gq11pcWq+MfcJOshXkmG/iDRTb2iO6DA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3aaacde4bf9bd43202a876c96e21c0c416851689","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3aaacde-20240411190017","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-3aaacde-20240411190017","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3aaacde-20240411190017_1712862072859_0.8707302224742941","host":"s3://npm-registry-packages"}},"0.0.0-next-b7c576b-20240411193911":{"name":"@shopify/hydrogen","version":"0.0.0-next-b7c576b-20240411193911","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b7c576b-20240411193911","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"29f10fe05a179eeb2cda80f413cb2220de093b43","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b7c576b-20240411193911.tgz","fileCount":57,"integrity":"sha512-J/NkAmj733eWajJZUQ4vd1KetkbVh/UG90yl7F5E7X5QqMCuYZ64D76VAReP20dKyESlyZj5rOu1A4hhFEaeOw==","signatures":[{"sig":"MEQCIDvTxnKt7YlsQk2lqxb52VqTOzzut1gmXjIHc1agjxjeAiAucUL8hXp49RFFWYeJLcznBGI+4hQ4LcBvPCdjpuUK4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b7c576bb64f89c49a4f8a9c30d79411ab1d35f12","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b7c576b-20240411193911","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-b7c576b-20240411193911","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b7c576b-20240411193911_1712864400264_0.6788509861352141","host":"s3://npm-registry-packages"}},"0.0.0-next-8d15c2e-20240411195448":{"name":"@shopify/hydrogen","version":"0.0.0-next-8d15c2e-20240411195448","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8d15c2e-20240411195448","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a1d579fd01d18ec751a0dbac90e08495419dc8f7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8d15c2e-20240411195448.tgz","fileCount":57,"integrity":"sha512-/eXiJ/NlT6gRa8zprx84wV1H/9XauxZOsmfUBh/dhsz+XzO/2sYfnMhQIZt0LK7F90jeGnOv3y3Ekymio4ByZw==","signatures":[{"sig":"MEUCIA1pjGkOulKo7tOd05zXwGifkxInZ4RRCfhnIksSUGoYAiEAgJsvDKC+Ra/+G/8YOll/zFfhmNtf2sVroMtscEvSzUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490940},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8d15c2eb538c9e3ffd008d1dad865114acaaf643","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8d15c2e-20240411195448","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-8d15c2e-20240411195448","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8d15c2e-20240411195448_1712865337063_0.1614335386426271","host":"s3://npm-registry-packages"}},"0.0.0-next-4969130-20240411205627":{"name":"@shopify/hydrogen","version":"0.0.0-next-4969130-20240411205627","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4969130-20240411205627","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d53e2af0437a36fbf3b88728cb0a0fc062bd9a4a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4969130-20240411205627.tgz","fileCount":57,"integrity":"sha512-AY7ZkSE6g6I0+LPt/r1ZJUiEmIdGLqMAlSos9ivENE6DGC9PMIupjt5HWNNGMFXzOoIY/BaNciBsiZo3wTPjBg==","signatures":[{"sig":"MEUCIDSWPAHPw1fg7ivoMlz7w8sLUm1LOamTZbDltqeW4b75AiEAj8iO1C6ISPmj35oBpRzL878tkBveqSocvehNm2iAq+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4490944},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4969130dddfc56932b996a442b4adf0f825e4b6b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4969130-20240411205627","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-4969130-20240411205627","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4969130-20240411205627_1712869038709_0.19218167521548946","host":"s3://npm-registry-packages"}},"0.0.0-next-ffa57bd-20240412212621":{"name":"@shopify/hydrogen","version":"0.0.0-next-ffa57bd-20240412212621","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ffa57bd-20240412212621","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e0d5e55ce18bf8ad0cd7b565c57263ed981f9434","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ffa57bd-20240412212621.tgz","fileCount":57,"integrity":"sha512-DC5UhRux9Ag/jfxVzSbLqYeWO7zZ/jSgHIA4FUSRs/a2swKwf1bSLCQeJjVUASsMAfE1+/YHIby/yBbuNFm3YA==","signatures":[{"sig":"MEQCID1usGWccFjHUc45kLxauSnpXSaV16WCEPqVe/aVP5AnAiAXN2hWpJXErkRs2XTfuhfxiwGLEi/PCxhoylAuMzCojQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ffa57bdbcdf51e03d565736f9388b5bb4f46292c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ffa57bd-20240412212621","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-ffa57bd-20240412212621","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ffa57bd-20240412212621_1712957232294_0.2631058490683811","host":"s3://npm-registry-packages"}},"1.7.4":{"name":"@shopify/hydrogen","version":"1.7.4","license":"MIT","_id":"@shopify/hydrogen@1.7.4","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"homepage":"https://github.com/Shopify/hydrogen-v1#readme","bugs":{"url":"https://github.com/Shopify/hydrogen-v1/issues"},"dist":{"shasum":"16b684eebecaef4beb3aaeea2f521330424be3b2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-1.7.4.tgz","fileCount":626,"integrity":"sha512-Z6MJ2X42LFfvOb+ruMkdztHtmkrDHRL9ETvqzUD5BQwB4nUTzZVVn+ESWCRLAPeh/Gi4hHTxjDXHPb96tJ+6rg==","signatures":[{"sig":"MEYCIQDHBG+dTEwDlqiYinbBJCfDq5GobVOkuw0BMjqqlSariAIhAJy9wvYuecl+U7tFE2oiZsz9VOQsQF2DXNTwq1/kGTRy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1421994},"main":"dist/esnext/index.js","types":"dist/esnext/index.d.ts","engines":{"node":">=14"},"exports":{".":"./dist/esnext/index.js","./*":"./dist/esnext/*.js","./plugin":{"import":"./dist/esnext/framework/plugin.js","require":"./dist/node/framework/plugin.js"},"./cache/*":{"import":"./dist/esnext/framework/cache/*.js","require":"./dist/node/framework/cache/*.js"},"./testing":"./dist/esnext/testing.js","./vendor/*":"./vendor/*","./platforms":{"types":"./dist/esnext/platforms/virtual.d.ts","import":"./dist/esnext/platforms/virtual.js","require":"./dist/node/platforms/virtual.js"},"./middleware":{"import":"./dist/esnext/framework/middleware.js","require":"./dist/node/framework/middleware.js"},"./plugin.cjs":"./plugin.cjs","./load-config":{"import":"./dist/esnext/framework/load-config.js","require":"./dist/node/framework/load-config.js"},"./experimental":"./dist/esnext/experimental.js","./package.json":"./package.json","./web-polyfills":{"import":"./dist/esnext/utilities/web-api-polyfill","require":"./dist/node/utilities/web-api-polyfill"}},"gitHead":"b5e2eeed0227f2c555ef87568723ab4d3cac1c50","scripts":{"dev":"run-p hoist-files  \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist","lint":"eslint --ext .ts src/** --no-error-on-unmatched-pattern","build":"run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist","format":"prettier --write --parser typescript \"src/**/*.ts\"","prepack":"yarn build","dev-node":"tsc -w --incremental --p tsconfig.cjs.json","prebuild":"rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen","build-node":"tsc --p tsconfig.cjs.json","dev-esnext":"tsc -w --incremental --p tsconfig.esm.json","hoist-dist":"cpy --parents dist ../../node_modules/@shopify/hydrogen","dev-graphql":"graphql-codegen --config codegen.yml --watch","hoist-files":"cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen","test:vitest":"vitest","build-esnext":"tsc --p tsconfig.esm.json","graphql-types":"graphql-codegen --config codegen.yml && yarn format","test:vitest:ci":"vitest run --coverage"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen-v1.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"8.19.4","description":"Modern custom Shopify storefronts","directories":{},"_nodeVersion":"16.20.2","dependencies":{"uuid":"^8.3.2","undici":"^6.13.0","connect":"^3.7.0","graphql":"^16.8.1","history":"^5.3.0","worktop":"^0.7.3","kolorist":"^1.5.1","fast-glob":"^3.2.11","node-fetch":"^2.6.7","@xstate/fsm":"^2.0.0","body-parser":"^1.20.0","compression":"^1.7.4","graphql-tag":"^2.12.6","magic-string":"^0.26.1","serve-static":"^1.15.0","@xstate/react":"^3.0.0","path-to-regexp":"^6.2.0","es-module-lexer":"^0.10.0","abort-controller":"^3.0.0","set-cookie-parser":"^2.5.0","react-helmet-async":"^1.3.0","vite-plugin-inspect":"^0.3.6","@vitejs/plugin-react":"^1.3.0","react-error-boundary":"^3.1.3","web-streams-polyfill":"^3.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"faker":"^5.5.3","mkdirp":"^1.0.4","rimraf":"^3.0.2","vitest":"^0.22.1","cpy-cli":"^3.1.0","postcss":"^8","@types/ws":"^8.2.0","happy-dom":"^6.0.4","raw-loader":"^4.0.2","@babel/core":"^7.17.5","@types/node":"^16.11.7","@types/uuid":"^8.3.4","npm-run-all":"^4.1.5","@types/react":"^18.0.9","babel-loader":"^8.2.2","@types/connect":"^3.4.34","@types/graphql":"^14.5.0","@types/react-dom":"^18.0.5","@types/node-fetch":"^2.5.9","@types/body-parser":"^1.19.2","@vitest/coverage-c8":"^0.24.3","@graphql-codegen/add":"^3.1.1","@graphql-codegen/cli":"2.6.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-graphql":"^1.0.0","@testing-library/react":"^13.3.0","@types/set-cookie-parser":"^2.4.2","@testing-library/jest-dom":"^5.16.5","@graphql-codegen/typescript":"2.4.5","@testing-library/user-event":"^14.4.3","@graphql-codegen/introspection":"2.1.1","@graphql-typed-document-node/core":"^3.1.0","@graphql-codegen/import-types-preset":"^2.1.12","@graphql-codegen/typed-document-node":"^2.2.5","@graphql-codegen/typescript-operations":"2.3.2","@graphql-codegen/graphql-modules-preset":"^2.3.5","@graphql-codegen/near-operation-file-preset":"^2.2.6","@graphql-codegen/typescript-graphql-files-modules":"2.1.1"},"peerDependencies":{"vite":"^2.9.0 || ^3.0.0","react":"^18.2.0","react-dom":"^18.2.0","body-parser":"^1.20.0","compression":"^1.7.4","serve-static":"^1.14.1"},"peerDependenciesMeta":{"body-parser":{"optional":true},"compression":{"optional":true},"serve-static":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_1.7.4_1713188325153_0.06573168937007812","host":"s3://npm-registry-packages"}},"0.0.0-next-9723eaf-20240415161155":{"name":"@shopify/hydrogen","version":"0.0.0-next-9723eaf-20240415161155","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9723eaf-20240415161155","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"25b311ed0137562c8afefb932cbc466d91db852c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9723eaf-20240415161155.tgz","fileCount":57,"integrity":"sha512-vlB+lCSqTNISuAER+RIkrkWQsSxp2ii6fQ3d7YpNTzEsWJwLefnanDcYhGXdxMa7/8fXt/wtsrkfQOqYf85urA==","signatures":[{"sig":"MEYCIQDB5tU8j715C0TjIoSqMxli7KB3SrMPCOo/XB2UTkt7RwIhALV9sE86PwPdfPv00vBpwYU0zidSMeSPxWKJH0XZWnvI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9723eaf3e5a42c30e657d1cadb123ed775d620e4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9723eaf-20240415161155","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-9723eaf-20240415161155","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9723eaf-20240415161155_1713197565368_0.9348373262177978","host":"s3://npm-registry-packages"}},"0.0.0-next-7e8cf05-20240416103140":{"name":"@shopify/hydrogen","version":"0.0.0-next-7e8cf05-20240416103140","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7e8cf05-20240416103140","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8232b84d9244c67f2f12cbce2e090b5e091c7978","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7e8cf05-20240416103140.tgz","fileCount":57,"integrity":"sha512-uX3M4t3kmEttAcYGYoEDxgwIY5eaN00bn4oNgwvh9U2uofFss4R+0dqwUFwvWgdYo307awHsxAwDrPjowkHzSw==","signatures":[{"sig":"MEYCIQCaw79H37+Lti9Jdh0uAQW+yJxF5MhiIcOfTbg4OtQ08wIhANvi52YsSOGYpSkUZHz+BGH8SlHkSuiE9PsEuX6LS9Ek","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7e8cf0558248e3bfd0f8299994e3ed2b91ee3d3b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7e8cf05-20240416103140","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-7e8cf05-20240416103140","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7e8cf05-20240416103140_1713263557485_0.9116865585106706","host":"s3://npm-registry-packages"}},"0.0.0-next-c8d733b-20240416163102":{"name":"@shopify/hydrogen","version":"0.0.0-next-c8d733b-20240416163102","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c8d733b-20240416163102","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bdeac1865d4e774c62bdff21b49d554bc4367e0d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c8d733b-20240416163102.tgz","fileCount":57,"integrity":"sha512-o7oA9d8MJZfCfLxFIQ6uF+v0NnuQEFTtiw6KhXWcm/5/xw2m3l3/nVz27/KndvDqBvMZ9sNjy4luFB3OLIFubw==","signatures":[{"sig":"MEUCIDr41m5OiViJaVVQHMQRWMoxSWXmjsgRL3PBi5sv15TQAiEA24F3we6uFSiFptOA/bZm2mlHLyLFbqFyb0ZAbZ8HgKQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c8d733b43061459a8c1df97b72be224258f73bb5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c8d733b-20240416163102","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-c8d733b-20240416163102","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c8d733b-20240416163102_1713285120370_0.3705482527423989","host":"s3://npm-registry-packages"}},"0.0.0-next-bdef877-20240416163138":{"name":"@shopify/hydrogen","version":"0.0.0-next-bdef877-20240416163138","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bdef877-20240416163138","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3285fa09a2e0b325de4f33addfba6f383365a9a6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bdef877-20240416163138.tgz","fileCount":57,"integrity":"sha512-f7kDG8OEji31YzHXP8A0pHbdtbl9XBflKD2Uh1RsGcY7rWBUCXXDQTNvMDCG8bHIFF6aDeB7gKOdF7+e8RAh9w==","signatures":[{"sig":"MEYCIQCgaFgJMpXdGq3/6dfLVYrQ+mMD/0pFNzCwJNoOTpkdOAIhAOmYfCv7XtI9izOTy8Gy+MIyJ/k9dwdJqowv+JFPmB/z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bdef87750663fe5af15a40e267c2c0059c87da73","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bdef877-20240416163138","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-bdef877-20240416163138","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bdef877-20240416163138_1713285157242_0.9845441830549875","host":"s3://npm-registry-packages"}},"0.0.0-next-0f5cab0-20240416170612":{"name":"@shopify/hydrogen","version":"0.0.0-next-0f5cab0-20240416170612","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0f5cab0-20240416170612","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f5cb808f5568028ff0b940efb75e8ffffae7107b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0f5cab0-20240416170612.tgz","fileCount":57,"integrity":"sha512-6AeqXYKZx36GxQSrkpTSuxm51qClfe4JnvwPTFWn3Tze40X0/lmpTzDzPoQxyKMJKMQZUj5eKSL7R/2V7NDC4g==","signatures":[{"sig":"MEYCIQDhu02GgYh2aGk6CFE1Ur978G1mstuoy9clYT5NIYiEawIhAMP8eO2jHuTOziggXWtLlMn3bhdLJy12zlRQO9KWUfvF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0f5cab00d7fbac313c0f3e9affb915638db8d5d9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0f5cab0-20240416170612","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-0f5cab0-20240416170612","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0f5cab0-20240416170612_1713287233826_0.2973307152220408","host":"s3://npm-registry-packages"}},"0.0.0-next-8dd0607-20240416171608":{"name":"@shopify/hydrogen","version":"0.0.0-next-8dd0607-20240416171608","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8dd0607-20240416171608","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"189d3ced88aefc1f13ff055a127f02ba07f54d37","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8dd0607-20240416171608.tgz","fileCount":57,"integrity":"sha512-OltcrIuxIX/cltBEQa4ak2grU27gA+Khuq86WPU9awsPHomjmiSTRGn7HaKi0GTiDAXVfMgQ1p8XmApYzYzMjg==","signatures":[{"sig":"MEQCIF0KHgOUW8FYtYVBh1z2HhoUXQ98qCJCSdXyTS7nbn/bAiB1DLFdqnBfmkZVKSmOT9h3TeXsgLF6/OdDRgXS4LFhFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8dd06070ab427f44d7efc64855e322645f8bdda9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8dd0607-20240416171608","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-8dd0607-20240416171608","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8dd0607-20240416171608_1713287825206_0.9730797743405684","host":"s3://npm-registry-packages"}},"0.0.0-next-b4dfda3-20240418142722":{"name":"@shopify/hydrogen","version":"0.0.0-next-b4dfda3-20240418142722","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b4dfda3-20240418142722","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"10dd8303a1ea6b3770cc99c07a89ceea63cf8f6d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b4dfda3-20240418142722.tgz","fileCount":57,"integrity":"sha512-3ZFghzpPYE8LUXm9HH2wV83/RZPdjLwexGtRdXe5Z6r9ufLho2Q9/pIa+6mnHBgYDOpqwnqHQSJpZ+mNGFBYIw==","signatures":[{"sig":"MEUCIAXgXkxRm2FettlJvrUA1pdrts9yda70fS8wGdXLiaVhAiEA1O8WB+MN9RW0zOlCiYT22e5xAF28Ak4AsGvTuxcfDiA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b4dfda320ca52855b2d4493a4306d15a883ca843","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b4dfda3-20240418142722","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-b4dfda3-20240418142722","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b4dfda3-20240418142722_1713450502385_0.2775961248975898","host":"s3://npm-registry-packages"}},"0.0.0-next-59ff672-20240419012310":{"name":"@shopify/hydrogen","version":"0.0.0-next-59ff672-20240419012310","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-59ff672-20240419012310","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4fda8b3882d0f4d90d9ea72a4040f429fdc51b62","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-59ff672-20240419012310.tgz","fileCount":57,"integrity":"sha512-29Sz2qaGH5cKPFHnDsfCVgU8326cxWF+/FJnhioAw3rbNGPzTno++DpiETDnkimU60I4Jd6Tpw6Fnhee9peEeQ==","signatures":[{"sig":"MEQCIF+07mqZkq5ed83v3v08pUo+jH6SdefeQRRNG+uJf4mPAiB1og7BCynU/IX979tZBX0bxbfKIk2WANaOBTPHTGwAdQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"59ff672de52dd575dbef2efcc399671eba2e6c55","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-59ff672-20240419012310","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-59ff672-20240419012310","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-59ff672-20240419012310_1713489847751_0.8812831146946707","host":"s3://npm-registry-packages"}},"0.0.0-next-a335afc-20240419084335":{"name":"@shopify/hydrogen","version":"0.0.0-next-a335afc-20240419084335","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a335afc-20240419084335","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d1e4722aa52a3b2e27ea9d1c2e438b22a2f79969","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a335afc-20240419084335.tgz","fileCount":57,"integrity":"sha512-1uSiHnyiw4UflR5jiFPrhlgPwDsddOvWXcJjWh8OsKRXmsnUM6xHWB3o1CuwQwCkMMG59iNtndjfKEAzPQeQ7g==","signatures":[{"sig":"MEYCIQC3kkmnyfgslww30JWGxxGv9N2W1wn+Gxz7W13N2PvW3AIhAPUQdnPqz+8TGDcxSrX1x7aUF6NyUGT8IlNaQ7PyHGqy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a335afc1026164132a618e8bcbbbf5d0fe27ae4c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a335afc-20240419084335","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-a335afc-20240419084335","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a335afc-20240419084335_1713516272845_0.3464794094861263","host":"s3://npm-registry-packages"}},"0.0.0-next-7545fad-20240419112931":{"name":"@shopify/hydrogen","version":"0.0.0-next-7545fad-20240419112931","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7545fad-20240419112931","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dafb5186cb23fc16ba76883369eeb62045d32c6c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7545fad-20240419112931.tgz","fileCount":57,"integrity":"sha512-u6n4JvAezIfWldvuKbztqu2dHWyypL90syqAGypF/7E399gU8ckYnZ0yhD98GJtCqwfQ7ktxzwCZGxzwlqvTtw==","signatures":[{"sig":"MEYCIQC93UY+3eqbAYHbCJ+W6s/+V68bm+8RF72Zcm2c93qnxQIhAPEohXNySBiYKwCQG+QR052PGuM7bCp+A4XqntYkR9vw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7545fad854ceed942303f989efde13cf87dbbecd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7545fad-20240419112931","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-7545fad-20240419112931","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7545fad-20240419112931_1713526230322_0.961314933460135","host":"s3://npm-registry-packages"}},"0.0.0-next-ac4e167-20240419173541":{"name":"@shopify/hydrogen","version":"0.0.0-next-ac4e167-20240419173541","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ac4e167-20240419173541","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"69ed318e334631043d650c5dcbb23c97e6185625","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ac4e167-20240419173541.tgz","fileCount":57,"integrity":"sha512-pS3o9BCaTnOKnHdIA/haM5KdcZ4F75jRSJktPOz8ilRointW+ZJv4G+XsyfP8aQTNkL7HIdpuK+6Qcv1EtJ0pg==","signatures":[{"sig":"MEUCIBbwt3scluSCIjGfDYuNo9Rc6PVci+bKlpbjlykycpCPAiEAjkA+tkylv4W8WVcfgXh7yAQ5Op2KRHKrPrY2Z3cvR+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ac4e1670f0361a2cd2c6827e4162bbbee0ca37f3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ac4e167-20240419173541","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-ac4e167-20240419173541","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ac4e167-20240419173541_1713548200222_0.672445525232507","host":"s3://npm-registry-packages"}},"0.0.0-next-48218c3-20240419173559":{"name":"@shopify/hydrogen","version":"0.0.0-next-48218c3-20240419173559","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-48218c3-20240419173559","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c949b87094f95e8e9e18c16e95f279354950d74e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-48218c3-20240419173559.tgz","fileCount":57,"integrity":"sha512-mJocFuTj37QEFr1jk/1k1GsX9VC2SqQifEnJ0T/Q+8mcNiGicvfGAOBIVwjSNJoEUbqJzB5LyBy5DIIfnmkC5A==","signatures":[{"sig":"MEUCICfyO5ksU3yxTR1h+/cg1M4PbWetcUSFroGDzhAquV1eAiEA5+AJlB3lInDKK2XuYaAhIM5wajlVsgLrksUKdI+adOM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4492465},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"48218c3847fd5b6aec76fcf66e3cfb8bc5b2ebe0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-48218c3-20240419173559","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-48218c3-20240419173559","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-48218c3-20240419173559_1713548216066_0.7294645699672395","host":"s3://npm-registry-packages"}},"0.0.0-next-e842f68-20240419174055":{"name":"@shopify/hydrogen","version":"0.0.0-next-e842f68-20240419174055","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e842f68-20240419174055","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7ec286866565e04cc94a6f91fc2960531212c6f9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e842f68-20240419174055.tgz","fileCount":57,"integrity":"sha512-VxCGPR3EtGgxrUGKxqvJ/M4bJm12YGoBtTa5CwPsMtbT0m5kqT4mbYI/7FLFya2KOwbdU0T6DVMz9/5TiB/Srw==","signatures":[{"sig":"MEYCIQCDPLxLDAseIMI2XzggpLueZiybsMG56BY1jnwBmyy4YAIhAKxkt1T5QZK8Fic28X5Zhf/mjS2KQ1rjfgTBAOPO5Dz9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497613},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e842f68c8e879d4c54e0730f3cb55214a760d7f5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e842f68-20240419174055","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-e842f68-20240419174055","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e842f68-20240419174055_1713548515002_0.6163331221113981","host":"s3://npm-registry-packages"}},"0.0.0-next-0af624d-20240419180827":{"name":"@shopify/hydrogen","version":"0.0.0-next-0af624d-20240419180827","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0af624d-20240419180827","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a6a4c8cf882ffa9338be26d9d6b191a2ac86e434","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0af624d-20240419180827.tgz","fileCount":57,"integrity":"sha512-GXERMjhNohn+dTVUSTtCWS1GIPJsBUYqnYRwutiLHWAsFw0mz/nhluLoz+5CCkyrjd3jW49L6FqF+0HIkzb+IQ==","signatures":[{"sig":"MEYCIQDtSOtn63rXkQ6XL8yXtnKEo7ECu1rNnXCBGW+KIhVKPAIhAOW9IH7Vb8SgpDn4JZTt0EbFGor4m/2rYdgcZjuo1ZEk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497613},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0af624d51afc7250db889ba5e736c85a6070c8b2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0af624d-20240419180827","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-0af624d-20240419180827","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0af624d-20240419180827_1713550168440_0.17579351272805743","host":"s3://npm-registry-packages"}},"0.0.0-next-4ce0450-20240423015126":{"name":"@shopify/hydrogen","version":"0.0.0-next-4ce0450-20240423015126","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4ce0450-20240423015126","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4c8cd198f708e7e1df63090d7aeec4d2d2c73588","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4ce0450-20240423015126.tgz","fileCount":57,"integrity":"sha512-gVqv6owzBRre6NkY7zbcUwLuJkd52Q+3USzhsYRG08xX/ECnVo7eqUxJDCQBcnzhSA5C0Ii2UsXHg1gpWMZWig==","signatures":[{"sig":"MEUCIQDQtq+2Co3BzUiSF/7VdiqdoBjvybZ1vVizHonOuLWtKAIgBdQEZ3Tp/t/Sv5rVcOdPMcREbdHV2eSPsyxru36GLfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497621},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4ce04506d29d0314e36bc0189b7918a50f80fc4d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4ce0450-20240423015126","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-4ce0450-20240423015126","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4ce0450-20240423015126_1713837144335_0.6696343231574786","host":"s3://npm-registry-packages"}},"2024.4.1":{"name":"@shopify/hydrogen","version":"2024.4.1","license":"MIT","_id":"@shopify/hydrogen@2024.4.1","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fc127a5a4ec31362877a6f03975adc0fe49724a9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.4.1.tgz","fileCount":57,"integrity":"sha512-11ES4UBEU4v1frpXZL1rpWWEUlo/yKrXireBwG8RmxHGJjOXCP7LhvxJ1svkAoMAPcNZnnDB0v+HHNe6NR6VCQ==","signatures":[{"sig":"MEUCIQCtahdTqtE9Vb9Bx8tomcrHB/jBYqhkqfv2vu9YCZUPvgIgBsoHq0Ydn3JIODdOebLBkJhNW9e9YFh5nTHVzvqbQhk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497337},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ad0c5e33504d50955ef1550cf0747e7d99b40a6e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.4.1","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.4.1_1713901011463_0.4200434402305866","host":"s3://npm-registry-packages"}},"0.0.0-next-9c36c8a-20240430011103":{"name":"@shopify/hydrogen","version":"0.0.0-next-9c36c8a-20240430011103","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9c36c8a-20240430011103","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"abd0884bcc281395f8c53495c60f0497eb790a07","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9c36c8a-20240430011103.tgz","fileCount":57,"integrity":"sha512-wKqEZ2VpEiVmP1sPVar21VkT2kmdN6pn2pRvlTjIvPcF1mf2cQxvs+rg8j1i4GdtJBYqoZyQq+pxBlddMd8r7w==","signatures":[{"sig":"MEUCIDR9A+n9Cw43NXNAsS4t6zOr0NoIlCvCxJtx4d/H5khSAiEAkBRHu5+te/7zOKMPbX9/4CNH3gjsmN57UbCucYKvbLo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497621},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9c36c8a566b1ae2ceac4846c4c9fe4f63f6f4ab3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9c36c8a-20240430011103","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-9c36c8a-20240430011103","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9c36c8a-20240430011103_1714439513572_0.15058951290160283","host":"s3://npm-registry-packages"}},"0.0.0-next-fe87c83-20240430011821":{"name":"@shopify/hydrogen","version":"0.0.0-next-fe87c83-20240430011821","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fe87c83-20240430011821","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"316cdc55ce7d1d739e27fb19fa663bccdfb8b76a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fe87c83-20240430011821.tgz","fileCount":57,"integrity":"sha512-Z2wgdkZn3V00KmdwOTmWcnsfEjQ/lKreNIfixJNer34lBmDISl5Ij+NnbBmTVJyTY9TieJ2V5miZ+H20NehbIA==","signatures":[{"sig":"MEYCIQDI5zuKT6sf07NAmEvJYRh8PzyomEmXdZKJeEyp0hI2QAIhAMYYjcM5dBDiXvw78EM0aak4A0VF36WldqOSkFLT6GHg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497621},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fe87c839daf56ba54e5a3372e4e5c8f74c8f50a8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-fe87c83-20240430011821","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-fe87c83-20240430011821","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fe87c83-20240430011821_1714439951010_0.3666562273912053","host":"s3://npm-registry-packages"}},"0.0.0-next-f552dee-20240430022406":{"name":"@shopify/hydrogen","version":"0.0.0-next-f552dee-20240430022406","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f552dee-20240430022406","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d39756cce975a9fcb5d5e74ef077a10a9eaeca3b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f552dee-20240430022406.tgz","fileCount":57,"integrity":"sha512-zGhxTheUWq+DE4yDBshe6VzXSy3jeyBZ9k1nwh38nvTUHErVh1G74/PJ8FUvNleqn2bzmNcKLRROKGcg6ye4rg==","signatures":[{"sig":"MEQCIGdXjwsjf6T+Skw/BB1+9twt/c5CihAfJ3y8GaL7kHyvAiB52klIJQBWdakkEuAgAZyYm6jEh+fsgWBM3SHv66CFWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497621},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f552dee86e1247cd6857a1807466737cdb4f645c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f552dee-20240430022406","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-f552dee-20240430022406","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f552dee-20240430022406_1714443895747_0.6665298982091881","host":"s3://npm-registry-packages"}},"0.0.0-next-b7ccf23-20240430073103":{"name":"@shopify/hydrogen","version":"0.0.0-next-b7ccf23-20240430073103","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b7ccf23-20240430073103","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6d60a7f3dfe23857c1ac91843f548940e0e82f52","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b7ccf23-20240430073103.tgz","fileCount":57,"integrity":"sha512-uwiMPD4bIeFJP3VlGjVNgNwSGWrrnkDGePQeZPwUipZpXW9j+UKo4MY6GJMtdz7FC1cebG/7PahfirQ/h1DHoQ==","signatures":[{"sig":"MEUCIFghO8n+AoIgk4APnywg22jRPiFJ/5hA0gNVb7PUS+nqAiEAskWIjOi1aaDCvlLkV+iuWe7fmW6Pz8+M1hwg8vnfaSY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497621},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b7ccf23cf3eec4c1d5b853595ab4faa6b31c647b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b7ccf23-20240430073103","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-b7ccf23-20240430073103","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b7ccf23-20240430073103_1714462314908_0.6156847425502447","host":"s3://npm-registry-packages"}},"0.0.0-next-d2bc720-20240430124410":{"name":"@shopify/hydrogen","version":"0.0.0-next-d2bc720-20240430124410","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d2bc720-20240430124410","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"86338b96714a1fe6db4cd93a1c2971eb67bc915b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d2bc720-20240430124410.tgz","fileCount":57,"integrity":"sha512-Rq25FzdRoE4bZCUYDXFR/f+LqXkxVYKMw/+FABTQotcfp7uryuM8YV7ny9LEqjlLVj93KPdVSKs3k5O8gk0mqg==","signatures":[{"sig":"MEQCID0+mLdr+a9Wg07FBx5G7rYexSwWHIwewOrNF09uLG1+AiBvaLKb+JTlU9CiGHhTskgCefGRP1uS3l9P62ADGTSxJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497461},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d2bc720bb5f7cfb5f42617f98ad2dfcd29891f4b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d2bc720-20240430124410","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-d2bc720-20240430124410","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d2bc720-20240430124410_1714481099847_0.03557647870221148","host":"s3://npm-registry-packages"}},"0.0.0-next-6ec7ed5-20240501204226":{"name":"@shopify/hydrogen","version":"0.0.0-next-6ec7ed5-20240501204226","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6ec7ed5-20240501204226","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"edc30915a8cd4df4e5e823f8d5262b929671d254","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6ec7ed5-20240501204226.tgz","fileCount":57,"integrity":"sha512-rXIz+5KRbl82LCdSPf6Aw+oEZmo1rhvHiA+RLNI61Er9JIWWh0rZB//2EC2ewAKpNdbTxIoPUJrFGhueBJ/nbA==","signatures":[{"sig":"MEUCIFfIoEmCGmj4CPRBstIBUg1lvtHfSObZ1p7wDy6Wk2/3AiEAkdX3z3AhUWlH5w9bK/DslQTIsU3gfWB2N9GI0S+PqLo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497461},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6ec7ed5f042e258f39a0cac57e1e1346156e233a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6ec7ed5-20240501204226","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-6ec7ed5-20240501204226","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6ec7ed5-20240501204226_1714596196295_0.15536507577513325","host":"s3://npm-registry-packages"}},"0.0.0-next-72e6794-20240501230301":{"name":"@shopify/hydrogen","version":"0.0.0-next-72e6794-20240501230301","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-72e6794-20240501230301","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d9f0677e28e9802a076bd584495fd9e38b6bb3b1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-72e6794-20240501230301.tgz","fileCount":57,"integrity":"sha512-8hhZSUDgWYf+nBFS2V7/w/h3HHUsI/xTU0Fwi6MZnh+12L2/cTZXMBuBKJ0X4PSLDjb/sFd6/QcbHZ/+8JNUig==","signatures":[{"sig":"MEYCIQCCIi3Rt7OKlD6s4lA9enw3zWKbmkr1/fca8kdzUWAeTQIhAICYWx/D67JTyKM8QDzCNUffw+oOXDfgG6vwE5oglIrL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497461},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"72e6794eb8c63d533b2a047b52111ff46f4fa641","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-72e6794-20240501230301","content-security-policy-builder":"^2.1.1"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-72e6794-20240501230301","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-72e6794-20240501230301_1714604637878_0.698770078115571","host":"s3://npm-registry-packages"}},"0.0.0-next-17528db-20240502041235":{"name":"@shopify/hydrogen","version":"0.0.0-next-17528db-20240502041235","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-17528db-20240502041235","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"96e3ce0fd44c63726f4b3658411f11034e6623f5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-17528db-20240502041235.tgz","fileCount":57,"integrity":"sha512-Do8eqBEuV0QOc7ATg5mI6R8CFpv/a0t7P7ub9QRcpkelhJNhkoKpR1Qi5oVE56/lb/+x5MVTdmenBxOlPKwtSQ==","signatures":[{"sig":"MEUCIATPEeekyaMOsJ/LDdUXBBWePS+UarO2BRmWNrUJX/vhAiEAvwqLhaXi2D5zu0vOOrLMcA/LR0aTIBfDgWGpQ8zhfFA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4497376},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"17528db1eb3d1baa001bafe0684b4bce28d2e271","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-17528db-20240502041235","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-17528db-20240502041235","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-17528db-20240502041235_1714623213032_0.6690653002087734","host":"s3://npm-registry-packages"}},"0.0.0-next-b70f9c2-20240502181641":{"name":"@shopify/hydrogen","version":"0.0.0-next-b70f9c2-20240502181641","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b70f9c2-20240502181641","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5f8acd1ecd6972b63fc2891def9775f8ba0dec27","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b70f9c2-20240502181641.tgz","fileCount":57,"integrity":"sha512-btSQWBprdFOWjeSNQzVKO+rVFiHGCWXO4ycdPJkxajb86IEgK5OqSv6/sfNwUlUmo/avH+OnwZVexfGnUnEOLw==","signatures":[{"sig":"MEYCIQCNYY/CZsRpA76pUk5Bk1A869iE0SD6giqAl/0AY5tILwIhAOuXG9WkiKBws4Qp6PJf6WbdMCxRFy89CG4uEZCCBGno","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4498758},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b70f9c2c3db8e863c65509097454b9ad7c81cd52","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b70f9c2-20240502181641","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-b70f9c2-20240502181641","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b70f9c2-20240502181641_1714673857584_0.7224591860617648","host":"s3://npm-registry-packages"}},"0.0.0-next-58ea9bb-20240502215639":{"name":"@shopify/hydrogen","version":"0.0.0-next-58ea9bb-20240502215639","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-58ea9bb-20240502215639","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c0e8aa8fdb7e8c8dd7a0cf800b0ff41e1b57b83b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-58ea9bb-20240502215639.tgz","fileCount":57,"integrity":"sha512-92u0HfsKgcD2s2wZzGLcqeUVPZ8OtKMVfKK1fj6ioftkpwxV+ukbhGdu1PmB9+05UXDBhY9lOgIxOhsJho4IQg==","signatures":[{"sig":"MEUCIQCffL2qA94Rk7or3uQQMY56za0tRXbJoD/dGxRCC2+njgIgH8quow2k3+FLQpH+ybdzkQ3XfWjGWflyJbD4RQhmuWI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4507220},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"58ea9bb0f0eee83ff89e34e2f1f6ac3c4999e213","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-58ea9bb-20240502215639","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-58ea9bb-20240502215639","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-58ea9bb-20240502215639_1714687055472_0.016764955762451628","host":"s3://npm-registry-packages"}},"0.0.0-next-081e149-20240506150937":{"name":"@shopify/hydrogen","version":"0.0.0-next-081e149-20240506150937","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-081e149-20240506150937","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"312019a8137810d2a1058c3944bf0a83cdd8682b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-081e149-20240506150937.tgz","fileCount":57,"integrity":"sha512-2LriyJM63sLDQgZLXlreoK2HH2j6alYLINnGUT+J3O+QboAgaeKNRgqcGu9MCoQ7JUQJEmpm/FmUHdKzRcbr7A==","signatures":[{"sig":"MEUCIA6CM3k3g1Ek45FWiukeOoOykPNweHA1vFo7XG7ExmqOAiEAlfLXu0XgubtMauRrn3d6YuOAvBDtXCR8RqoIPtokH0Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4507220},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"081e1498bba752e1bd4642b140104e46ce689a67","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-081e149-20240506150937","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-081e149-20240506150937","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-081e149-20240506150937_1715008234125_0.2171759189411815","host":"s3://npm-registry-packages"}},"0.0.0-next-c9fb849-20240506215135":{"name":"@shopify/hydrogen","version":"0.0.0-next-c9fb849-20240506215135","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c9fb849-20240506215135","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"729f108c89926b040a38b21c8374c00b5b270745","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c9fb849-20240506215135.tgz","fileCount":57,"integrity":"sha512-MszVn+MtVgsdK5Yadj+XN8ZFLmImd4/dxfTQSJas6kM4N9Jw5ys8FIlv8ZehRr9x+26B/rxAtLU3265C4azuUg==","signatures":[{"sig":"MEUCIQDrcl0X9cz83CEsTV8g5+iwyKGvw6pt4jzB23hDyGVwGwIgZ0IdHC6I3E+xYOSu3eBQZxBh6NV7AGPcseF+zkQa3g8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4507220},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c9fb849bf078f0bb99930dcee4a8ce2fe1a9298d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c9fb849-20240506215135","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-c9fb849-20240506215135","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c9fb849-20240506215135_1715032351677_0.12642539055179425","host":"s3://npm-registry-packages"}},"0.0.0-next-e9ea189-20240507022936":{"name":"@shopify/hydrogen","version":"0.0.0-next-e9ea189-20240507022936","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e9ea189-20240507022936","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9797274628aa998bd14109b302df54d5637b1699","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e9ea189-20240507022936.tgz","fileCount":57,"integrity":"sha512-KNkp9Toyl44zXIOvF9cmEUm4t+f2tudJ5Lz0xJPFknVimoGvuri8oIo0Gmtb9QwereYtNRxYP+G9LUcTR6bpEg==","signatures":[{"sig":"MEQCIGVs+8Uz90d3VyA5Gw2/KrgdZAA+pjfvvtWVmJkkZhCPAiBGMhHr9Z4serCtH+5D6l8rOMMoy7VjO4vBUNtogt6gww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4507220},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e9ea1891b4f9973150b5e174c3e429310d376903","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e9ea189-20240507022936","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-e9ea189-20240507022936","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e9ea189-20240507022936_1715049034472_0.871675258836389","host":"s3://npm-registry-packages"}},"0.0.0-next-ddc7196-20240507040539":{"name":"@shopify/hydrogen","version":"0.0.0-next-ddc7196-20240507040539","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ddc7196-20240507040539","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a2141e1bb03756e06f1f5247a34e2ace50c667bd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ddc7196-20240507040539.tgz","fileCount":57,"integrity":"sha512-dw3qSTKg2CTwDjoxC8vsIs3Rs4W19g6DMi1V7iBkaqbTcxB6EP6Ov36f9k4r2CIt2f/BWuR23pAOizpBhhUBfw==","signatures":[{"sig":"MEQCIDIvlMiF438VogdokQnvW/PpU7Y4w9kuO+pCMAn94iqjAiAev7d85+rzfzM6Y0k7UjfAiGJidB83sKmvCpGOW9vF+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4507220},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ddc7196f3ffb44e2c5ee31a89ba95d7f6814fb89","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ddc7196-20240507040539","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-ddc7196-20240507040539","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ddc7196-20240507040539_1715054795698_0.6435421642996471","host":"s3://npm-registry-packages"}},"0.0.0-next-a9c6de0-20240507045118":{"name":"@shopify/hydrogen","version":"0.0.0-next-a9c6de0-20240507045118","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a9c6de0-20240507045118","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9b9bb3e05494385c1817227a7681c2f95333255b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a9c6de0-20240507045118.tgz","fileCount":57,"integrity":"sha512-QW9Q0kZ77cDlZs2XEJi/G17LU2bFOw/Q71bL9a4QTr2hbi5+vi1pI1Rf/cCOoibln2QbZ/WD3XPjB2F7m+wMPw==","signatures":[{"sig":"MEUCIQD34h1A+Mc+NGx2HeP3Zn1TGueQKqVkFFDcPkd1zsBtLgIgQWYmYxKZbvhK/Vas4qSIbwvLqE4puiLTn0oz4+aa3IY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4507220},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a9c6de0a8751c60f465617fc46821607b7087042","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a9c6de0-20240507045118","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-a9c6de0-20240507045118","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a9c6de0-20240507045118_1715057534197_0.26814400503366786","host":"s3://npm-registry-packages"}},"0.0.0-next-ae262b6-20240507202906":{"name":"@shopify/hydrogen","version":"0.0.0-next-ae262b6-20240507202906","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ae262b6-20240507202906","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b60d83674704b304ee68c10a97cccbcb277687a4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ae262b6-20240507202906.tgz","fileCount":57,"integrity":"sha512-cmxYrInAP9OXbtVH3OrYFs0A4ck1GEoGJgYjUxAn+oykc6N+L191goScj7MN6HvgO9rOI/7CFY1fZ0ygiHSfcA==","signatures":[{"sig":"MEUCIHl0ibsLKSLzqQ7yuHpdA3/TCb/tacQbqdoCIwCGWWOcAiEAiSTorCVy4+U62Z//krz0Jmmrz6zbxn3TyDU1emLUQrA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4531009},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ae262b616127a7173d23a1a38a6e658af3105ce8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ae262b6-20240507202906","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-ae262b6-20240507202906","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ae262b6-20240507202906_1715113803740_0.9987086413002275","host":"s3://npm-registry-packages"}},"0.0.0-next-286589e-20240508144057":{"name":"@shopify/hydrogen","version":"0.0.0-next-286589e-20240508144057","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-286589e-20240508144057","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"23576a4cbb3322576ea081bd4a945bfbc231ae67","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-286589e-20240508144057.tgz","fileCount":57,"integrity":"sha512-55dXyDE0SQ2I7qX7ilLk7hUQRSOMnBryEZ6MNGOZgAlWPKjrLNSRHtZ6TjykUHOYH2LO3+9icg4prDOWKwJtnw==","signatures":[{"sig":"MEQCIHVxENx/62dMXqCNZZkDvlcnuv5ehjfpngFvyve2E9i7AiBVulGuhxhu0rgmeELw6UZ/eYf0YARlgJzwpodksoczzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4531009},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"286589ee281c161ad323e3d45a8b9b859aa5b11f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-286589e-20240508144057","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-286589e-20240508144057","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-286589e-20240508144057_1715179314150_0.9954804744047563","host":"s3://npm-registry-packages"}},"0.0.0-next-412fdc1-20240508144243":{"name":"@shopify/hydrogen","version":"0.0.0-next-412fdc1-20240508144243","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-412fdc1-20240508144243","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f9980d2a7f87b94e714fcf1e3495e1dc20d3c5ac","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-412fdc1-20240508144243.tgz","fileCount":57,"integrity":"sha512-OQlceQU/c7lX6+HliXac9St7BZrc14p7fe/V/kLC3NYKvPFCqqkEkGUl4Bc1UgYbxJ+9O5OxNq9k/G5QSRKeyg==","signatures":[{"sig":"MEUCIQDSvdLgPsQ+Z/oYc9aczkjIuLzKvJxnEdV8n7YosA0upwIgcadwrckJbDlo0BTpq3JuXg9X4xENZD0djRjewjcP9uY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4531009},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"412fdc169b14e973a5fcc9e24ddffd4832674fb2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-412fdc1-20240508144243","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-412fdc1-20240508144243","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-412fdc1-20240508144243_1715179421755_0.6675711304639278","host":"s3://npm-registry-packages"}},"0.0.0-next-1cd8311-20240508144532":{"name":"@shopify/hydrogen","version":"0.0.0-next-1cd8311-20240508144532","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1cd8311-20240508144532","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bff94e60c75ceb4bd388fd4de2989e5d4b0e5740","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1cd8311-20240508144532.tgz","fileCount":57,"integrity":"sha512-DiFv9+YT+YCdv6ymDmaK9yRnsWfF3C/IQgjSpVgVkv2j4dEzM0n/NUA6sCgCBkdLgzJBT0ymwxwBQCLk5Qmjtw==","signatures":[{"sig":"MEYCIQCmsNSXgGFAu+NmkZxtwKcN1t0fTiOTd91aWiP2I7e7zQIhAJ4mlpKMr2etOTe6zCDzrUzI8x5xtJriXj75ca5lPYp1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4531009},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1cd83113550f798bc11aa1202b1e720489c9f49f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1cd8311-20240508144532","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-1cd8311-20240508144532","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1cd8311-20240508144532_1715179593228_0.6664627964540033","host":"s3://npm-registry-packages"}},"0.0.0-next-2c11ca3-20240508145741":{"name":"@shopify/hydrogen","version":"0.0.0-next-2c11ca3-20240508145741","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2c11ca3-20240508145741","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8d023f72e80070d71debf7f1c35cf4e81315af15","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2c11ca3-20240508145741.tgz","fileCount":57,"integrity":"sha512-gCrEsPpMspcFdSQn6n4O9FBn04HyW1d/wQ5ExHbaw0VjMVW/9TYEOjriKwaqznsEOm+lxT5QeIaCx/FgV21veQ==","signatures":[{"sig":"MEUCIQDJhZhNAI/MHRHER1Zv6qTu3AV0uKWlEeHHWc+DZMd+ggIgIN6vk3s5Kxf056al50tH56yF4QffUK/aRPBZlLH1s1Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4531009},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2c11ca3b7a00ccca2b621dbc29abd319f9598cc8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2c11ca3-20240508145741","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-2c11ca3-20240508145741","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2c11ca3-20240508145741_1715180319306_0.7632448349305723","host":"s3://npm-registry-packages"}},"0.0.0-next-cc9b548-20240508151457":{"name":"@shopify/hydrogen","version":"0.0.0-next-cc9b548-20240508151457","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cc9b548-20240508151457","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2400b43f9ac0b1751df3353a9ac9e276b1935b9d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cc9b548-20240508151457.tgz","fileCount":57,"integrity":"sha512-pzJQ111ixtonhmKK6j5lPJq5SFr33gmuWOjUSOYtNp/qkBlxU3Qo2ST7GreNcd1swSqNvjyvwWFQ2Cj0f6JxPA==","signatures":[{"sig":"MEQCIH+a9NF/9gen4FJFwnMaft8FgvvTsuTbJAk9xrpBvvOXAiB1SqWmgvTTSTPadrRacCmJwDe0lHQK9EbeRx8/2pXaXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4531009},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cc9b548501ba3d7d07d9a4c32b8c565829a80e82","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-cc9b548-20240508151457","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-cc9b548-20240508151457","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cc9b548-20240508151457_1715181359824_0.9657128323164894","host":"s3://npm-registry-packages"}},"0.0.0-next-6f5061d-20240508155620":{"name":"@shopify/hydrogen","version":"0.0.0-next-6f5061d-20240508155620","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6f5061d-20240508155620","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"81c53bdf03f7616fb578de9b968c1d0410529ef5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6f5061d-20240508155620.tgz","fileCount":57,"integrity":"sha512-8GNV395m2tHKSIwAiUNK+zihh6tVXbPLjZXy7fU/ttZ31C4JcQxnztpplXowIz3rA7NYpUGSKehxBQva3j7Pdg==","signatures":[{"sig":"MEQCIG92HES6Kq6p9ltqXDwP3QYW7MMK6pdBNjLgI9VF9dfRAiAdkmESg56bEL0PngV8zBvpn6LahZtU5bx1Y8u3YgshoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4534675},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6f5061d9432f749fde7902548894e98c0d3f899c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6f5061d-20240508155620","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-6f5061d-20240508155620","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6f5061d-20240508155620_1715183838878_0.6980589340910486","host":"s3://npm-registry-packages"}},"0.0.0-next-14ebc10-20240508165340":{"name":"@shopify/hydrogen","version":"0.0.0-next-14ebc10-20240508165340","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-14ebc10-20240508165340","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c3bde99d8cead4162f3879fc9a81481a5f1acfae","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-14ebc10-20240508165340.tgz","fileCount":57,"integrity":"sha512-oaiflEku7RcXNfAYAn34XHF+AW0uaOP5pAqYh+THidLA1rOmVb69cHckD33iK1TNoULYtQNigJ0F5bhyTQdbeA==","signatures":[{"sig":"MEUCIFTi8vxi/W6PdDjbRs96SazboVzGTMS9x+kIRLbfwPASAiEA11x0RGOpPUhQAGlfhIlYw4vTH32VFK4jsSwQOSIUFzs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4534675},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"14ebc1066ca639a49063efd533dee071cecc8b09","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-14ebc10-20240508165340","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-14ebc10-20240508165340","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-14ebc10-20240508165340_1715187277945_0.9933984459708245","host":"s3://npm-registry-packages"}},"2024.4.2":{"name":"@shopify/hydrogen","version":"2024.4.2","license":"MIT","_id":"@shopify/hydrogen@2024.4.2","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"53d5dc3380092dccf0e2d6d96e7d689486031571","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.4.2.tgz","fileCount":57,"integrity":"sha512-BC9i6WcQKzaSZx8whP4Ha9C+uxrpenF7QW6/dCaC6ifOkA8nLuXr/dTe18TNed8XtEDTMrSmbsbRoZNtJok4bg==","signatures":[{"sig":"MEUCIFkZS4cNc987IuApgZv5CSWIi9LZggfchh2gtBQIEiPxAiEA9PkMT4VI1yaWCGHP1zbVOUQBEFcRmtyb/0bQw2+MCeM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4534391},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5b280cce3fe42380e72d063f3eb4e3f852e39764","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.4.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.4.2_1715187696893_0.08560553662024661","host":"s3://npm-registry-packages"}},"0.0.0-next-84d9e80-20240508185519":{"name":"@shopify/hydrogen","version":"0.0.0-next-84d9e80-20240508185519","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-84d9e80-20240508185519","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a6a52b0e1924e4fbabcdb2770c44fa23898de744","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-84d9e80-20240508185519.tgz","fileCount":57,"integrity":"sha512-I3WtXdLP/plovvtygVqz5Z7nLaYSdwOLTCcUe+VAmWKpP3xSMSME+5xyaH5+xy7Wk7Jo6IpUA8WPszEppsaGyA==","signatures":[{"sig":"MEUCIQCI66Ztn2Hm+3g6eREO8fQCU0tjd+B2aZrB603EmSAaZAIgcQsJUVI0wk7LyRMQoczUbzK3Z325Cix5tb3ko3BUCMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4534675},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"84d9e80764e815eb12646ea309e9079f99818316","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-84d9e80-20240508185519","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-84d9e80-20240508185519","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-84d9e80-20240508185519_1715194568511_0.49743682168839465","host":"s3://npm-registry-packages"}},"0.0.0-next-f3a7967-20240510134451":{"name":"@shopify/hydrogen","version":"0.0.0-next-f3a7967-20240510134451","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f3a7967-20240510134451","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f487964789f2b603ef1660ceec22c2f82111d330","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f3a7967-20240510134451.tgz","fileCount":57,"integrity":"sha512-kmZMJ3qwIuUtnnwe7A++LHEOWkUdifxRQt+6R8TfAP+j3ZV3uasrcCrPGwxonvCwYPvNcCENjV77iqcm0EANCQ==","signatures":[{"sig":"MEUCIE+yHXfnXX4oTnX+28OdEhNaphJUL8udXSxj6ixdNsF1AiEAh3aoO5UmluHFzMwt/xDU7aapE9v187dfKlF5UcQJtHU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4535137},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f3a796738e6a2668f954e9aa80722cda0827245b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f3a7967-20240510134451","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-f3a7967-20240510134451","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f3a7967-20240510134451_1715348739815_0.8153357698631061","host":"s3://npm-registry-packages"}},"0.0.0-next-9dfd1cf-20240510134611":{"name":"@shopify/hydrogen","version":"0.0.0-next-9dfd1cf-20240510134611","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9dfd1cf-20240510134611","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3ed015f76d2e6f1bcab259d3d3342ff478ee1f47","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9dfd1cf-20240510134611.tgz","fileCount":57,"integrity":"sha512-A14MrH6p2UluU/uJUfxw47kjPIOu6U9FgE/NrP5urrGxv7k0Acxkm93KnZIBfow9j6o55ol+pftj0vURyg1QhA==","signatures":[{"sig":"MEUCIB5zkYLB1PfhThJEZ1FdyPPlZD/dqUkEABU4Qh8FNAN8AiEAmTB3OO6SCJvMAtw5jGpsf+gCUGpViu4cAHAbgRTSFJI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4535137},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9dfd1cfeb3e96c6d3426427a4b5d97ef475dab6d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9dfd1cf-20240510134611","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-9dfd1cf-20240510134611","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9dfd1cf-20240510134611_1715348822152_0.11655545578254922","host":"s3://npm-registry-packages"}},"0.0.0-next-55378a4-20240510155755":{"name":"@shopify/hydrogen","version":"0.0.0-next-55378a4-20240510155755","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-55378a4-20240510155755","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f2d9ab98ac558f44b00283def9ffca02328d465a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-55378a4-20240510155755.tgz","fileCount":57,"integrity":"sha512-pDm08o4PeT4vv9gkOAGFqTHQieheebU29afxPv+VI2uSAcNYWoY4Rb3nIbNItbm08UjaDhyPf9uT3nZcBAuGTQ==","signatures":[{"sig":"MEUCIGzX5VLj09XvnhSRMnrpl75vJk+OMLdnaBtXIWkKUoHgAiEA39pbW48bcbVrCSYSbdYpKtoiA8ANZhsIYlO2SWTiDTU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4535137},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"55378a4497d537bae104d2389211854cd75d731d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-55378a4-20240510155755","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-55378a4-20240510155755","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-55378a4-20240510155755_1715356728072_0.015197315722687899","host":"s3://npm-registry-packages"}},"0.0.0-next-8eea75e-20240514161425":{"name":"@shopify/hydrogen","version":"0.0.0-next-8eea75e-20240514161425","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8eea75e-20240514161425","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"457c4ca801294b5c5576a35753de36e5b102c7f0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8eea75e-20240514161425.tgz","fileCount":57,"integrity":"sha512-Zifsi9igHNG4b23JcKQOQOZfckJ2V5BQ+jZccUthOOJnlBd+nAC3aYIO9vYZ4sbeIPh+c5QoY514HVkW9y44rg==","signatures":[{"sig":"MEYCIQD7ASs/m0tY0UscZ2Tyzl8Ibc/8wI1BosrDJIK1C+JvRwIhAJrqPZ8XIkP0tfz1NL29WpmXVZPbcCGjOcJjZvrjs0vh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4535355},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8eea75ec5ead4de98d7d1b2baedce8511029bcae","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8eea75e-20240514161425","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-8eea75e-20240514161425","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8eea75e-20240514161425_1715703317493_0.7593760399230522","host":"s3://npm-registry-packages"}},"0.0.0-next-c4a5972-20240514162819":{"name":"@shopify/hydrogen","version":"0.0.0-next-c4a5972-20240514162819","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c4a5972-20240514162819","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1e9c0fee144a4f07744f40a1def04200ed331ead","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c4a5972-20240514162819.tgz","fileCount":57,"integrity":"sha512-jh+fJvSvub6hL336ulbKZrzN84iWi0Pb8J9F/eFvy67D5LdwyMZ2rMW24RkNs+2BgpHrtubHmohpWmfj/GEr9A==","signatures":[{"sig":"MEUCIQCLP8wUm/sxNb8vZhXCigWVa1iPPfV/bIf4Ps8Ya/AtEQIgJKyhcRyxAUI/n71SKU4nwwrAnwLnEAhKaFmR/Ms9L74=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4535355},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c4a597286eb2b48708e17aee8e3a9e8f7c52e4f9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c4a5972-20240514162819","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-c4a5972-20240514162819","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c4a5972-20240514162819_1715704149668_0.694972166715838","host":"s3://npm-registry-packages"}},"0.0.0-next-7def3e9-20240514220800":{"name":"@shopify/hydrogen","version":"0.0.0-next-7def3e9-20240514220800","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7def3e9-20240514220800","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2cf5a21a402477eb66c41ef9740766f4b54e1a93","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7def3e9-20240514220800.tgz","fileCount":57,"integrity":"sha512-9oS6itIWMY7fw9C6LIU2RUvgu7II2vsgFubX994YZptnNzYABPDfLlOMdN7OQCNPyhzI8TwfQ9uOjZG5JN+NnA==","signatures":[{"sig":"MEQCIBw39bzD405ZptYvXjsAJdl39R5rEnHv/x+QOgarCqr0AiB7RlGnzio8s2anUk83PdXTQhKrxZDmPvdfkN1W1dfoeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4538849},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7def3e9fa6e28f4fde7af43e2f346aa32267c38e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7def3e9-20240514220800","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-7def3e9-20240514220800","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7def3e9-20240514220800_1715724531077_0.7776884319637891","host":"s3://npm-registry-packages"}},"0.0.0-next-b5ca22f-20240514222859":{"name":"@shopify/hydrogen","version":"0.0.0-next-b5ca22f-20240514222859","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b5ca22f-20240514222859","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"682447bc7289c5df11235c427116dc7f0d16022b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b5ca22f-20240514222859.tgz","fileCount":57,"integrity":"sha512-PJvGjpQPaLiEdIR3TbIGc4boeNI942xxTd+1FEYSXi+X++hQHjEWxfMERcSlxHDEoM1+J9QCtVUL/ldtdu0PaA==","signatures":[{"sig":"MEUCIQDVkLTLVONUbAuwxoSrYBlFtbKNJoWdcBFHKP0YLP+k9wIgUHUS4Crk1LwasBIcdGgtlHrjle1eNB27h7x8FPSG9BM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4538775},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b5ca22fc9e9403bbfef2d463e6d5651d2e9452bb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b5ca22f-20240514222859","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-b5ca22f-20240514222859","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b5ca22f-20240514222859_1715725790413_0.20295633465641294","host":"s3://npm-registry-packages"}},"0.0.0-next-7be0c67-20240514234925":{"name":"@shopify/hydrogen","version":"0.0.0-next-7be0c67-20240514234925","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7be0c67-20240514234925","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4facb595e0c557429bbcf46ae8c2e88df008fa75","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7be0c67-20240514234925.tgz","fileCount":57,"integrity":"sha512-RoGXG0zcb/kXq/8GiJu9tn+2L88CVVUJbSTL4NBpCJma7yxWLgxUHMiewspIvLR1SdbZqZDkEvmaHFr2eS733w==","signatures":[{"sig":"MEUCIQCxwXK4v7bhXSVkD+k9Z4u0pK2E7Qtab8FQ74C4uJfJ0QIgN8uIfthr+kBUepAvRcnEtNWC/SDl1z41l0jmS5heDlg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4539335},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7be0c6765e0fa5e419e8a35ec53164f4f233f037","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7be0c67-20240514234925","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-7be0c67-20240514234925","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7be0c67-20240514234925_1715730616117_0.21241737842672093","host":"s3://npm-registry-packages"}},"0.0.0-next-f29c908-20240515162530":{"name":"@shopify/hydrogen","version":"0.0.0-next-f29c908-20240515162530","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f29c908-20240515162530","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5f15c2d0ee12704fc1b2237c824d770602dafd9c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f29c908-20240515162530.tgz","fileCount":57,"integrity":"sha512-n2tmjxAoL/gOpO2CneSujkOG7UMF9b3YplUmvM0areYxMg30det3/iO+LX27b8pIhb18NHXr6lNDjFl7nQ0P2w==","signatures":[{"sig":"MEUCIF/kN5TrhBqntssJg1TESbeQhPMt7fuOaIY7cdTanCFdAiEAs+OuY21tlCfle/a8DJHFoVIFV7UuM+Ad7h2sn71twVI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4540205},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f29c9085eb1adbde9e01226484eba8a85b5074ed","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f29c908-20240515162530","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-f29c908-20240515162530","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f29c908-20240515162530_1715790380905_0.27036587725647143","host":"s3://npm-registry-packages"}},"0.0.0-next-fe82119-20240515211006":{"name":"@shopify/hydrogen","version":"0.0.0-next-fe82119-20240515211006","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fe82119-20240515211006","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d7e6ad466c92e30546287d0b37d8b88aae4fdbd7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fe82119-20240515211006.tgz","fileCount":57,"integrity":"sha512-hqJ0WaXHs0o1D1soqDSpjBePbwysxFQK4A+IoQXFUF6yXw5TiIlyApwMGlA85NpndaFd+c6I89SVI1W/hIc6zw==","signatures":[{"sig":"MEUCIBpE21Ise8LJa6C2wG3GSwdHp7Z2sNDE6pV/Yo0EganVAiEAnzsp6gyT082eJnmJh4dr2Dn3YIiitlt1UX6CsHvj88Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587830},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fe82119f5e75df5a0f727bab6a2186e679abc73d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-fe82119-20240515211006","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-fe82119-20240515211006","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fe82119-20240515211006_1715807457096_0.542680505162811","host":"s3://npm-registry-packages"}},"0.0.0-next-1f578a3-20240516051010":{"name":"@shopify/hydrogen","version":"0.0.0-next-1f578a3-20240516051010","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1f578a3-20240516051010","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c8f1d6967af76b9ed8d0e73f1eb4a3d0001931e0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1f578a3-20240516051010.tgz","fileCount":57,"integrity":"sha512-KB+DsR23X1o55ueKI+uwDZl3lHopV4ol+MWBAoK3ywm/ZKm6jV+vt2WokcYQQ9C9m+Q0x3k7bjoSuiQc5tlAmQ==","signatures":[{"sig":"MEQCIDr/hkpdUibPyTxHRjJw2kw/vvipxRnwrLmPC0ZcCjHdAiBl0ykmorgBo0j1vQqkwiX6E3Er/2bfMX47w3/qf5X8Ng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587830},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1f578a3ff378782c607341b414d56d4e3dec054b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1f578a3-20240516051010","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-1f578a3-20240516051010","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1f578a3-20240516051010_1715836262785_0.5773040110829137","host":"s3://npm-registry-packages"}},"0.0.0-next-ca4cf04-20240517014842":{"name":"@shopify/hydrogen","version":"0.0.0-next-ca4cf04-20240517014842","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ca4cf04-20240517014842","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a8a78467e780b13b93bd0c2b77aa4d95e360c847","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ca4cf04-20240517014842.tgz","fileCount":57,"integrity":"sha512-Rh5wYGbcpu/0W3IFuKNVly3ly5Ljkbnjh/+RjZ6ihjlx42AWouy6lQDQX7oi+PBuWOwQnX7OH8PhfW01Usvj3Q==","signatures":[{"sig":"MEYCIQC3pkMbTYdfm0YF+/QMAg13oX2Ysu+pJb4fnCFjeiIVdQIhAPiOjF8tU9JSncJAxyrMH/eG8C1CX1vgHoO5A8rb8hpL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587830},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ca4cf045f7fb72ad98b62af7bd172ff8cf553de2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ca4cf04-20240517014842","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-ca4cf04-20240517014842","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ca4cf04-20240517014842_1715910572813_0.44927364470994724","host":"s3://npm-registry-packages"}},"0.0.0-next-7b838be-20240517024946":{"name":"@shopify/hydrogen","version":"0.0.0-next-7b838be-20240517024946","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7b838be-20240517024946","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0f28d920d423e38238b105c0018d5e3150c12f21","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7b838be-20240517024946.tgz","fileCount":57,"integrity":"sha512-BjGx8YOokaNzTzb3PQUjWjfi3t25ZWGwx/ODSlbzYwh9/L0ohiV0JEMWUTzimqNFP4YaqUav43Qgbe3iHxa42g==","signatures":[{"sig":"MEQCIHZXmX7J5zNtjBWvuLnRB6wKeb+WlCkShWQwoj2GKKxzAiBDPKatkYzDKdEdhvLJ54yfKtwdueP2lIuWuQdUoSSZTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587830},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7b838beb7c43380ffc9c32c2bb9f34291912fa42","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7b838be-20240517024946","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-7b838be-20240517024946","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7b838be-20240517024946_1715914238043_0.8815809027287056","host":"s3://npm-registry-packages"}},"0.0.0-next-adc840f-20240517044618":{"name":"@shopify/hydrogen","version":"0.0.0-next-adc840f-20240517044618","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-adc840f-20240517044618","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8c8f8682684e40980fabe3cbb0dece490f213093","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-adc840f-20240517044618.tgz","fileCount":57,"integrity":"sha512-lKjlEuCxir2I7vQj5r/n0UJP9MIX0D5Vil/Isz72ewYtWx18f5XnzrIKp/SqlGhaQVQ2t/NYs8YQTEfe1gH9rA==","signatures":[{"sig":"MEUCIGnzql6wIx3rxrVZg+IjGc3FgRNNv6zuj1AJ/wV3GtD+AiEA3nfvR4aT6mQ1F7lcUS4omQ32d3m3gJAhupnPsWC9QQw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587830},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"adc840f584129968d1710d494d19165e6664a60d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-adc840f-20240517044618","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-adc840f-20240517044618","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-adc840f-20240517044618_1715921228101_0.9077065945450509","host":"s3://npm-registry-packages"}},"0.0.0-next-27e51ab-20240520025925":{"name":"@shopify/hydrogen","version":"0.0.0-next-27e51ab-20240520025925","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-27e51ab-20240520025925","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b09f6e15b64eb3b370154249ef05f94ecec70859","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-27e51ab-20240520025925.tgz","fileCount":57,"integrity":"sha512-j+eOsIYqVIudLm+wiPFO5u87Na7JOWMaHqoZn4ZBmyq/nAE+aXkjYIf9RHVH7SzG6igek0Iw9sOnzTmmTLGKwQ==","signatures":[{"sig":"MEUCIQCksnXHGUDUTKxkksmxloU6XbtVsDQXyot7RaUSs8G+/gIgIfbkU10iNJ2Po+mka9pFJoIvoozG2qyrXz8A5/OYHn8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587646},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"27e51abfc1f5444afa952c503886bfa12fc55c7e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-27e51ab-20240520025925","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/react":"^2.8.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.8.0","@shopify/hydrogen-codegen":"0.0.0-next-27e51ab-20240520025925","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-27e51ab-20240520025925_1716174022809_0.7956999102852067","host":"s3://npm-registry-packages"}},"0.0.0-next-32d4c33-20240522020244":{"name":"@shopify/hydrogen","version":"0.0.0-next-32d4c33-20240522020244","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-32d4c33-20240522020244","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a2247fa386d8b1a70e82854f0276a1bbb458b650","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-32d4c33-20240522020244.tgz","fileCount":57,"integrity":"sha512-45sYwAnwXl4E9MgKbhub593zy0R6zC0xrt4bSP5Y/M5SoVnoJH5nS4Hdj72oQD8uz9PTL4o9TVOO8dynFxvVOw==","signatures":[{"sig":"MEUCIQDsh+GsVSUcJHB76o+APxneWzQCgf0FYSABprc//ur3XQIgEd2ubWkfsWzWqJdd85K0TuziRu1mm+UxwP214fj5glA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587678},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"32d4c33e4421a9c56f62a8c392f5417edddd0402","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-32d4c33-20240522020244","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-32d4c33-20240522020244","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-32d4c33-20240522020244_1716343420523_0.4038617095612673","host":"s3://npm-registry-packages"}},"0.0.0-next-73716c8-20240522175624":{"name":"@shopify/hydrogen","version":"0.0.0-next-73716c8-20240522175624","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-73716c8-20240522175624","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b0fd1825f5cd35216658af398ae1ac8a3a929b14","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-73716c8-20240522175624.tgz","fileCount":57,"integrity":"sha512-+0PO3WjRlVt8Tl5L7UkUSGg/Em82n6FotlfjhdWXfhi50+MKsAxfT+nSvigc4ikKfZK33+h/aM9twqfkoVcw8w==","signatures":[{"sig":"MEQCIFdQzuzE8l0qmpFpJd6FHq6T7wMbzrB6Pznjm5XvvfLfAiA3BVuNsPZL1lgbufMfor+E6Mh6YlkVl7ayVfdJJlw7zw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587678},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"73716c885c75b394265b50318baefaee8518c22f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-73716c8-20240522175624","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-73716c8-20240522175624","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-73716c8-20240522175624_1716400646615_0.8168429520949285","host":"s3://npm-registry-packages"}},"0.0.0-next-9bce950-20240522200724":{"name":"@shopify/hydrogen","version":"0.0.0-next-9bce950-20240522200724","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9bce950-20240522200724","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"933e9dacd31ad8e5a40a95ed5fb06e952f4ffa08","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9bce950-20240522200724.tgz","fileCount":57,"integrity":"sha512-FudigPALcx3qwI+nNHlLb2o3Ey+eagHUJHVC9bI6GLrF+Q+zdsH31H6MCwd5YvBx1eBIxzzUfnCN1ObX8RQN2A==","signatures":[{"sig":"MEUCIANks2WFU8uxJNtQpobTbUslKsq48mvX8CJ/FjvCR5e+AiEAyXZh1vzckaViKoTpguWV/SEIoxF7rdiK7D3Oumm2t/0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587678},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9bce950bf5e71235cf331d5bef97d3f1c67c00f6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.5.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9bce950-20240522200724","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-9bce950-20240522200724","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9bce950-20240522200724_1716408502131_0.043613912539636424","host":"s3://npm-registry-packages"}},"0.0.0-next-65239c7-20240523044243":{"name":"@shopify/hydrogen","version":"0.0.0-next-65239c7-20240523044243","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-65239c7-20240523044243","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7711011432cf3e351c8de1ed37bfcb4b6e4f6c05","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-65239c7-20240523044243.tgz","fileCount":57,"integrity":"sha512-dVBHIMyiwDAtXRdQ5CPrL3szz759TAMX1dQhoPvJqY4R4xQ/z+sv8C4n8KCONBKq/A4H8YmtilWUGmogpHMHsA==","signatures":[{"sig":"MEUCIQDFdJQZwJBvteblRAMWiy6xqLTLgljl7m/LwR+fgBmQ+QIgK7vePkd0pma/0a0RCePaNR/hOjy+K1auU6PcZYsP7HU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587678},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"65239c76ca1d0b294b59b1ad53624485859c4da5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-65239c7-20240523044243","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-65239c7-20240523044243","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-65239c7-20240523044243_1716439420722_0.18104660952933305","host":"s3://npm-registry-packages"}},"0.0.0-next-53cc94d-20240524051821":{"name":"@shopify/hydrogen","version":"0.0.0-next-53cc94d-20240524051821","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-53cc94d-20240524051821","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"342ed53be282c668ce255fe7a1bfa7b75475e81a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-53cc94d-20240524051821.tgz","fileCount":57,"integrity":"sha512-J6fg0MpiYBYNZroNFNx5lGEZtghkt1J48P8u3+bMCfW9xLc5G0n/+g9eEjjgj6te6NQivVAg6jk+nCTi9i6Y1g==","signatures":[{"sig":"MEUCIATPovjvRVF6b8mg7h8l3oFn35MjMmyjzJ9HlfrTmsI6AiEAt43+DDoKWx/cO4K81SjXaw7pCuON3o13JjbVhkuZp+Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587678},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"53cc94df310d862c2e287d2ea2cc462d53ab2db0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-53cc94d-20240524051821","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-53cc94d-20240524051821","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-53cc94d-20240524051821_1716527959319_0.9502578802766339","host":"s3://npm-registry-packages"}},"0.0.0-next-608389d-20240524055408":{"name":"@shopify/hydrogen","version":"0.0.0-next-608389d-20240524055408","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-608389d-20240524055408","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f33f88a22fd02e8b7a80ed1902608e5c65900ace","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-608389d-20240524055408.tgz","fileCount":57,"integrity":"sha512-olvTA0ApsGOmNY9DU22vZa9mc0vPYFn09wEZzuoqGH4r2eZ0o6sgS7gTxwxXzADTLK30fhzUZE9ku/JMP4XZlQ==","signatures":[{"sig":"MEUCIDTpvDp44jA3/aeZqM4gOv0bZK5OcxdfdTBQ1V7VAvOYAiEAiv51wB4zOx0FrPM9pmkLtO84hUCgchSStDOCXeCTiJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587678},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"608389d6d69c6a9801935d528507c165d1dd4ccf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-608389d-20240524055408","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-608389d-20240524055408","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-608389d-20240524055408_1716530106374_0.6479239789483153","host":"s3://npm-registry-packages"}},"0.0.0-next-5a554b2-20240524062056":{"name":"@shopify/hydrogen","version":"0.0.0-next-5a554b2-20240524062056","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5a554b2-20240524062056","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f1252b5bc0f6dbdc5e7788f4a282c322c1ce1e73","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5a554b2-20240524062056.tgz","fileCount":57,"integrity":"sha512-bvyfK3Ed/vP84cdD40GlClzmLde1Se/oncBjRKHkKlz7MRcvgyAU4iX2RZE8Tia+ueFpHhpfSvyojPfGGuSXgg==","signatures":[{"sig":"MEUCIFQyhvi9wjyGm3SihppvySPuytFxoYTUt27ro5p65hqgAiEAmzhsHLOgcCYfuhke3oI2ROrZ5KEabKkvA+CaYmakjEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587678},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5a554b2e9d91894c2db8032f0c29666dce1ea3f2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5a554b2-20240524062056","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-5a554b2-20240524062056","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5a554b2-20240524062056_1716531714104_0.42553508969202625","host":"s3://npm-registry-packages"}},"0.0.0-next-a247da6-20240524195602":{"name":"@shopify/hydrogen","version":"0.0.0-next-a247da6-20240524195602","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a247da6-20240524195602","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"03517499e912b6b1fc3c9d613d3dc1534196bf9a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a247da6-20240524195602.tgz","fileCount":57,"integrity":"sha512-iW1ublw+81/0K2dCkml+dDqGiPG1AQptSvAczJvWTc9+Chwx5LKZ+fp7C884HYSfHGrhwXKkZzwh36keqipWuw==","signatures":[{"sig":"MEQCIDqETLy1tDVQYmM16H+x8e1M9owRDrONc36eTsXhUl9vAiAG+7LXo64w9uiLE7/WQspDYZbmJslEYIpzS3/3g6eFTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4587562},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a247da679d8f9d8fe1089391bcfcee71b73bc055","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a247da6-20240524195602","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-a247da6-20240524195602","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a247da6-20240524195602_1716580619376_0.1318507540462297","host":"s3://npm-registry-packages"}},"0.0.0-next-edc1892-20240527154031":{"name":"@shopify/hydrogen","version":"0.0.0-next-edc1892-20240527154031","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-edc1892-20240527154031","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"87077592776d91f285d95e2cec37d3d891d12611","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-edc1892-20240527154031.tgz","fileCount":56,"integrity":"sha512-L8pU4n1B6B1Ddi3WuRytz4vsenLpk0YVRZeqxVNWkqyvNiRXJk8izr39Leu7bSzs7E/BYpnDJCldRIiafHAEAQ==","signatures":[{"sig":"MEQCIAvW+APrBeoWHnGSK2GB3NDxCL5RWYV1OoCDu9hu5iuGAiAKHuVOrQWzD72cuhOfwqjSeZmlwlXCw/M+bkuWawdhJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4586162},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"edc1892a165970edadb216a8c114cec8d1fc53ed","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-edc1892-20240527154031","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-edc1892-20240527154031","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-edc1892-20240527154031_1716824490297_0.22540184707860567","host":"s3://npm-registry-packages"}},"0.0.0-next-c31c655-20240527182509":{"name":"@shopify/hydrogen","version":"0.0.0-next-c31c655-20240527182509","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c31c655-20240527182509","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"142d3779a666df21a0a44312d7ff9ff9cf8780e7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c31c655-20240527182509.tgz","fileCount":56,"integrity":"sha512-w5kcWWczg8K6chChfYwiXMssjjMaJHLt9y1Opt/w6UqzG1N4xOGtst7YvgcvY280inl2wwCCbhKb9nX9zxuXKw==","signatures":[{"sig":"MEUCIQD0bk/ATDpVMB68nKxf9OlXerAG2A1I5DFr1VBSE6EvqgIgaHIxBoxTUVn3Td4HbdAFfVKLpMm8NLIkTEGOxf9AdXU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4586162},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c31c6559ddf78558d444b35b0e1b2c835cc40656","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c31c655-20240527182509","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-c31c655-20240527182509","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c31c655-20240527182509_1716834367078_0.20034252850893997","host":"s3://npm-registry-packages"}},"0.0.0-next-cd888ec-20240528022346":{"name":"@shopify/hydrogen","version":"0.0.0-next-cd888ec-20240528022346","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cd888ec-20240528022346","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ba6682a47c4f9d946e8db029664f76d7810e1310","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cd888ec-20240528022346.tgz","fileCount":56,"integrity":"sha512-KRrhaUb7lOimQe361Uc+u9XwNEFnQYVg1j9X6gkNyNdc0/jEh4PiM0OCyNF/8uAZpgcMPiEvTQ3WWkqv8zA4/A==","signatures":[{"sig":"MEYCIQCK/7VFGn/3ZHd7HeRKthy5J/Qem1DkRoQNnZxBO/VQSgIhANXxbd+UeM0mHjHxs8yUUdspqWMY+yL7mXgK++5RAyIe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4586162},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cd888ec5ae5a0677aff7cd41962f5a44f155184e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-cd888ec-20240528022346","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-cd888ec-20240528022346","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cd888ec-20240528022346_1716863085262_0.845291890393657","host":"s3://npm-registry-packages"}},"0.0.0-next-5d6465b-20240528200828":{"name":"@shopify/hydrogen","version":"0.0.0-next-5d6465b-20240528200828","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5d6465b-20240528200828","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"43d48436b150b63b862d31993d818ad274c73794","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5d6465b-20240528200828.tgz","fileCount":56,"integrity":"sha512-3PJBVwORy+8JBUVMssyihJ+llEJrzOQAtrQd6z0hXnDVnfs/ZoR8vmp0M5KUuHl+/9qiU9rOGavtMbWcUaupbQ==","signatures":[{"sig":"MEQCIDPV4DPHrV4j9zW38q5UyVxy4a6zaqmKDpGa8FAt1+rJAiBJ2gLowGmk+6uszJPTn43VNMA8NapqGkTDYZzmh74S6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4598529},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5d6465b32d90052e5580fcb81d98427bcb8ad528","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5d6465b-20240528200828","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-5d6465b-20240528200828","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5d6465b-20240528200828_1716926965989_0.5302705441330218","host":"s3://npm-registry-packages"}},"0.0.0-next-30d18bd-20240528210144":{"name":"@shopify/hydrogen","version":"0.0.0-next-30d18bd-20240528210144","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-30d18bd-20240528210144","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7b0e74df0b7c4f3aa8f4e9f23f6661bcd643cae7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-30d18bd-20240528210144.tgz","fileCount":56,"integrity":"sha512-FjCUmwLsnB01VYWRWjGqtH21NgEQUlmCZMkA1r2ePTPRODMwU1MXSI0XokZGo6EKBXP5L936jPVVX6qjgRjdFw==","signatures":[{"sig":"MEUCIG4JQClbnnpvLbqBTKFXbgdj/wWMQgbuy00qvzI9ykn2AiEAqS3o3sPqM1EipW6dSRD9BM62Il9HpLCu+6RHQdAT+Jc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4604061},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"30d18bdb2d48020a0fb416d4661fa6794600f2ba","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-30d18bd-20240528210144","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-30d18bd-20240528210144","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-30d18bd-20240528210144_1716930165324_0.06080356474249782","host":"s3://npm-registry-packages"}},"0.0.0-next-ea2c3d4-20240529035242":{"name":"@shopify/hydrogen","version":"0.0.0-next-ea2c3d4-20240529035242","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ea2c3d4-20240529035242","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"28be9839a0fd2b486d7b351eca46c220eaafb930","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ea2c3d4-20240529035242.tgz","fileCount":56,"integrity":"sha512-ldtr/Csau0F/7JfKHo0i4rSz9Lkg/qeVtXf1zQPy9IbkPkPoTkvGxCrG8BD02ko/cR/8M3NhC3C50A7qZNuDGQ==","signatures":[{"sig":"MEQCIGscaNfjupNmjKm/Iu7pHJIQmEeCbCldD5pJBFgK5u83AiBzrBx/oMwAAmzWTuSMc11LzB4dDLHlk2EhPOiQi0gLrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ea2c3d4f26c953b863ac97eb6b58cb71327502fa","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ea2c3d4-20240529035242","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-ea2c3d4-20240529035242","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ea2c3d4-20240529035242_1716954823096_0.3452941893385635","host":"s3://npm-registry-packages"}},"0.0.0-next-64a0203-20240529042619":{"name":"@shopify/hydrogen","version":"0.0.0-next-64a0203-20240529042619","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-64a0203-20240529042619","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3ba8219a72fc8cd0320c41a6e7df11e12f307e21","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-64a0203-20240529042619.tgz","fileCount":56,"integrity":"sha512-XnoYqPaZQRCQW1kYCm8Q/JhsKlF+LOEcYV4nbUPHjdPB6ljIEWrWGss2Qxzzh14mGVfienMeQURiIH7XEqfRFg==","signatures":[{"sig":"MEQCICmZ2vNjnMkv0mrtb8cKcusHHBksrGNDM+qqd26p4NkzAiAShdYdhpcSM6h1RVXPFFKOBQgNp6jGQSRcLEUXyBjA9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"64a0203c60632e83500816fedf1671b4b4c741d3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-64a0203-20240529042619","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-64a0203-20240529042619","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-64a0203-20240529042619_1716956837713_0.3835910177072275","host":"s3://npm-registry-packages"}},"0.0.0-next-da7c4d0-20240529134758":{"name":"@shopify/hydrogen","version":"0.0.0-next-da7c4d0-20240529134758","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-da7c4d0-20240529134758","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"919582c41049089b8a634ea930ad895d0cf4dcb9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-da7c4d0-20240529134758.tgz","fileCount":56,"integrity":"sha512-WCb6sadxyho3qzxY78WBNPmzMSIJjgKTNFgqIgpIHJmhGWrXG5mo1BPY/CvscDOBruBbmps1OZ+yjgVod6mYEA==","signatures":[{"sig":"MEQCIBi6vBbqRUdH6bINpIEOV3xIDEkmBcckjhdjEt4Y6r0vAiBOwz/1sjWfwyt2/Z3EDo5VmkMBmBppkxBwEe5VvKb0ug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"da7c4d037742245c6be0c5bb4113448799c802a4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-da7c4d0-20240529134758","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-da7c4d0-20240529134758","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-da7c4d0-20240529134758_1716990537214_0.5111501413619315","host":"s3://npm-registry-packages"}},"0.0.0-next-97c559b-20240529204406":{"name":"@shopify/hydrogen","version":"0.0.0-next-97c559b-20240529204406","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-97c559b-20240529204406","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cf5802a33593806fb00009898ccf61191f24e416","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-97c559b-20240529204406.tgz","fileCount":56,"integrity":"sha512-9DwmJ3Hy54l1gKUPFhDKj/v8qsLWktvyiQcfh7h+Vqo+m6m12OqyUAnJObaddF9UblRwNEskrZSdO2R6qHqFHA==","signatures":[{"sig":"MEQCIEP+fkbafQtgreQXReoP64cMCQIvtdFFBUB8Lh9TzawEAiAr0bzAlyRJyO12ruOz4iN+4vDBR3mgRu8ZbqtX/3MMJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"97c559b633479712216d8e9ecd61ec6351923024","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-97c559b-20240529204406","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-97c559b-20240529204406","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-97c559b-20240529204406_1717015512029_0.06103879520119504","host":"s3://npm-registry-packages"}},"0.0.0-next-e29ecf0-20240529220311":{"name":"@shopify/hydrogen","version":"0.0.0-next-e29ecf0-20240529220311","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e29ecf0-20240529220311","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fc52e47b637dbd48543a0d60a3a1db11edfab259","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e29ecf0-20240529220311.tgz","fileCount":56,"integrity":"sha512-Wmi/JkCKFBcP5rBGvpNwmkX/jMYZDHAXUbVjmflzvMrX0AdoY9qQamxSYx59KraLgJTmMw6/7TzkjiqZQ1YHKg==","signatures":[{"sig":"MEQCIHYW5NbHy8vpdIlBcGcczHUJECHjykWco6JudjRSo1z3AiBOa+bihAFJyg83bDB8Is5iAuS9oc+u9USKOndqeDWWbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e29ecf03e158242d09045917dbef556bd456889a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e29ecf0-20240529220311","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-e29ecf0-20240529220311","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e29ecf0-20240529220311_1717020250086_0.567136181053322","host":"s3://npm-registry-packages"}},"0.0.0-next-2cfe725-20240530031802":{"name":"@shopify/hydrogen","version":"0.0.0-next-2cfe725-20240530031802","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2cfe725-20240530031802","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c4f05291205e640f9c09b1de8e064d5bbd50e4ce","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2cfe725-20240530031802.tgz","fileCount":56,"integrity":"sha512-+an7OOUC3bIiUfy22meFL0sUPURrtnTKLVw6i10FneT8CK8qVOQXkbuqUGN1nPZDzHIjt/Uo2lQ0phyeK15Bdg==","signatures":[{"sig":"MEQCIHmUV8ZkFiT66F2CI+7bqSi15yy07+Yll76qPRMo9ms0AiA9FxVEZmvmSUjuneVPASw6L5UhXMlmxLupsHfTQ9njBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2cfe7252e08db51e2c14249e3126db4dd6370c00","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2cfe725-20240530031802","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-2cfe725-20240530031802","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2cfe725-20240530031802_1717039140198_0.5236840151020776","host":"s3://npm-registry-packages"}},"0.0.0-next-699f0d8-20240530032519":{"name":"@shopify/hydrogen","version":"0.0.0-next-699f0d8-20240530032519","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-699f0d8-20240530032519","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"27428456009c82454d3a8ba2562f4290f936a189","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-699f0d8-20240530032519.tgz","fileCount":56,"integrity":"sha512-eUGkJp/wLzjFg23KfrW+PTF6SX46sXTVPhNU+zgDo3FLKc+G0M+v+oUQeCitZN9y2nlAb3D8UP/CnnvbHSb4Pw==","signatures":[{"sig":"MEYCIQD1zcjp/bICp0GeLWGC2L0znvJIFwthG4gjFlUQ5KErfgIhAOrYGDRTXd00AV/zsrLE81fkOfda9gfZbtNNYBT1yqrS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"699f0d8790e79550bfdb52cd00a667b156473c97","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-699f0d8-20240530032519","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-699f0d8-20240530032519","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-699f0d8-20240530032519_1717039579430_0.24038266115255902","host":"s3://npm-registry-packages"}},"0.0.0-next-66a49bc-20240530042922":{"name":"@shopify/hydrogen","version":"0.0.0-next-66a49bc-20240530042922","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-66a49bc-20240530042922","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"28d78224dafd1d819811786a323093fe66c815f0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-66a49bc-20240530042922.tgz","fileCount":56,"integrity":"sha512-vokHuKJ4r9qaQFgBFLVYcSxjVd8ehJGPB/tBn8r2+MRYoD6v7F7u0FqLYE5nOXTSkVUB1l+lx4jmrpmRw8TeSA==","signatures":[{"sig":"MEYCIQDPEqpV51212mXUWr63fr5hm4bAts96jRuHFWFDrRA3fQIhAIl+Pd6a1bS54ueGS42y1GMAvo7ROIS5Q1d5D+1eHAp7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"66a49bcde3c31a9377c3d66f5ee513d97a6315fa","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-66a49bc-20240530042922","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-66a49bc-20240530042922","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-66a49bc-20240530042922_1717043422359_0.649678132353938","host":"s3://npm-registry-packages"}},"0.0.0-next-ebc8a26-20240530080826":{"name":"@shopify/hydrogen","version":"0.0.0-next-ebc8a26-20240530080826","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ebc8a26-20240530080826","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1d679b4d5c831f73d85c9139053df34d74819b13","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ebc8a26-20240530080826.tgz","fileCount":56,"integrity":"sha512-muojpNijFz52hfwuspKgbza9yxfQxKfc8UDNCFVq+uljyK2YNt+tuMpGlMGc/oLFIAsUEMXX07H4Ef2epXIK/g==","signatures":[{"sig":"MEYCIQCZOCNnXTppncYh1ZW2eyxOP9GM8GUxYRSR4qrVXcTzPAIhAPGEHPs4Nmcs/x0/BjNUFnXHAJUeW2XS02EYWbYJYwNr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ebc8a262981b997322ad19933375356811712900","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ebc8a26-20240530080826","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-ebc8a26-20240530080826","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ebc8a26-20240530080826_1717056566362_0.031829437029958996","host":"s3://npm-registry-packages"}},"0.0.0-next-91c7698-20240530084353":{"name":"@shopify/hydrogen","version":"0.0.0-next-91c7698-20240530084353","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-91c7698-20240530084353","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cb979507878fd26a9f86dff850dc7ccd10b13db5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-91c7698-20240530084353.tgz","fileCount":56,"integrity":"sha512-eWxylCT3PLGuiFD3acxQy5NOXiZKHlh/vdRgN1BqW64RgeGCWtN374lS91jgC6zdh+Pl7bf3nlHsaRIAHBYkxQ==","signatures":[{"sig":"MEUCIE2tWI4cFwvMUZqZY9+F1FG6xX3wXG/w7WmhzoHTs7aRAiEAgGSQZ2iWmbrTePYxUbHkfk74OHdTNcsV/FXxXlw22pk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"91c769856726cc4279d2425acd67bbcd4593d53d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-91c7698-20240530084353","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-91c7698-20240530084353","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-91c7698-20240530084353_1717058696430_0.431246865521556","host":"s3://npm-registry-packages"}},"0.0.0-next-af90c44-20240530085021":{"name":"@shopify/hydrogen","version":"0.0.0-next-af90c44-20240530085021","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-af90c44-20240530085021","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f7bb7be8be1ea60714303b172a74f21fa705201a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-af90c44-20240530085021.tgz","fileCount":56,"integrity":"sha512-6kbsml/+0FOffhKavRGjib00qdAkCijBV3z8LDWG8xzCIt6hMr3STCdPZotC0oxUynQfoPzx9xf6d+J2DrmIIQ==","signatures":[{"sig":"MEUCIFo1ssZkyuHVQ6OU7ajP63OW2394V9EZilvNo33v8c1ZAiEA2urRJmxFSNQWhtAVXklFUvNV/dNrjT7eEj/TVy5hQx8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590092},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"af90c444a18010b435f42e7009058f9b4f92ecd8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-af90c44-20240530085021","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-af90c44-20240530085021","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-af90c44-20240530085021_1717059080211_0.7695264503392578","host":"s3://npm-registry-packages"}},"0.0.0-next-ca7f288-20240530103543":{"name":"@shopify/hydrogen","version":"0.0.0-next-ca7f288-20240530103543","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ca7f288-20240530103543","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b80781f43df623b071426d6a635ac2b3f8411012","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ca7f288-20240530103543.tgz","fileCount":56,"integrity":"sha512-qo2CSa8k19Y0NC4rsEeZ1AHe4njj2LlQrUZItcAF4AQ/hG4rs5am4N+xsxNHworCErKPlP9b8v4xV3lI3gXs2A==","signatures":[{"sig":"MEYCIQCDNmwMn+QJTO0vr+C+zSLDHBzkkoQBG2rU/QwCgpB0sgIhAN38aPtBMtCT+srWuM3kWbGJJPcrZxeqlULwrS5zQEeK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590351},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ca7f28887367a4882e57a67c4e248b0f0bba1c9b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ca7f288-20240530103543","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-ca7f288-20240530103543","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ca7f288-20240530103543_1717065402348_0.12695603019630575","host":"s3://npm-registry-packages"}},"0.0.0-next-a739f35-20240530164322":{"name":"@shopify/hydrogen","version":"0.0.0-next-a739f35-20240530164322","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a739f35-20240530164322","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"24ae0e1de81b0878b3ce3b3d01255188fc57ee25","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a739f35-20240530164322.tgz","fileCount":56,"integrity":"sha512-jMSjKmxSbT/jIfNMbOJqAWfbl9RC8hfwwzAgqBdrTIqwv9sxZQeU3S1zFe+w27nnP5VuekrkYdqaU5vzeBrLfA==","signatures":[{"sig":"MEUCIQCqI/8VkXeJvdyetsx3wetZclrs42r51UsLukulFK7ElwIgfx4up+/7VppH9TB1sLE3q23AZsEjEdrsD1Eq7i4j2DY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590351},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a739f35cac9dca9671bda584599f0c14255e6a1a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a739f35-20240530164322","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-a739f35-20240530164322","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a739f35-20240530164322_1717087461233_0.5897632702973463","host":"s3://npm-registry-packages"}},"0.0.0-next-178df1f-20240530171425":{"name":"@shopify/hydrogen","version":"0.0.0-next-178df1f-20240530171425","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-178df1f-20240530171425","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6f0d6d5bc585776f4b7485c7f2399c3eda703b3c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-178df1f-20240530171425.tgz","fileCount":56,"integrity":"sha512-AKLRY6MS+82K3lkNkjdzJ54g8VXjDlN3W+6futkxxXI6bCnho1xfAPTlNrOvkhGnu/FUIVT2bVXUoVFSzESuPw==","signatures":[{"sig":"MEYCIQDUUgM3BshyGJKsLdQEGfI52oX4H9CVVydBgBblcCdBOQIhAJKv0VPLAFLk8wFND5PzR+H20D65kQY2xoxAs3Ym9hPY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590351},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"178df1fcf8232f947016d83b296c9387c4391c22","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-178df1f-20240530171425","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-178df1f-20240530171425","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-178df1f-20240530171425_1717089324394_0.9308513662244693","host":"s3://npm-registry-packages"}},"0.0.0-next-1b31ce2-20240530225907":{"name":"@shopify/hydrogen","version":"0.0.0-next-1b31ce2-20240530225907","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1b31ce2-20240530225907","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fcf916a0a78b9970deb9540becd05c5fb56d1f30","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1b31ce2-20240530225907.tgz","fileCount":56,"integrity":"sha512-oHgBwPvxDltIKyPmlrrIa6YnBI/7zrTsDGkDLsh/c+w1ikpy2xJaZWrQIHHzJdi3J/U11DmyWPw34FGi6JGMCA==","signatures":[{"sig":"MEYCIQD1c+XH/koiWYPZpT0RAIiQRiJaZxH+NkK3LLh9TU30HwIhALnfrU6K667SpaC7g/mXVlPppmxYsNwv1go3JI/CDaXP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590351},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1b31ce242f8fd6454f1c61906b20a14b9bae00ba","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1b31ce2-20240530225907","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-1b31ce2-20240530225907","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1b31ce2-20240530225907_1717110005950_0.43254285939530357","host":"s3://npm-registry-packages"}},"0.0.0-next-5abbe26-20240530232146":{"name":"@shopify/hydrogen","version":"0.0.0-next-5abbe26-20240530232146","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5abbe26-20240530232146","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"46c500dd947b8e6d90ff05f804761dd72c35f70a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5abbe26-20240530232146.tgz","fileCount":56,"integrity":"sha512-QL3VQIt+QGYLjEAK6ZxhsQNfyx+mZib/dGwu3IS+wwS++HmsqNy4qNF1iCFlzB/BRbPWQtZGQS1XPZr5Fab5hw==","signatures":[{"sig":"MEUCIAEosleoImJtEm7SqqimGs+EbeiDXOdQpOlKl/3j4gYUAiEAlsM8+Y9gK06APE3c1NQsIVHSICHClkSVkHS2PwA2/q8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590351},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5abbe26bc4b755d1390842f4f4101ac99ba9b6b9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5abbe26-20240530232146","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-5abbe26-20240530232146","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5abbe26-20240530232146_1717111366927_0.9781593578093575","host":"s3://npm-registry-packages"}},"0.0.0-next-712885b-20240531173615":{"name":"@shopify/hydrogen","version":"0.0.0-next-712885b-20240531173615","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-712885b-20240531173615","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9c1913a6d55011a6db07917a062c6ee5a1433fd2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-712885b-20240531173615.tgz","fileCount":56,"integrity":"sha512-HXMTo8krtYqNhjOBPHaBoliviMaUjvMUUw90xP33UxLjz+ASUv3bVtryUvXCxoUfLjiNxpmoY+ZAYirLqwgZig==","signatures":[{"sig":"MEYCIQDSXUYQ1BHS1jcdV0xvhQ7Pau42R3wYeoVJPog7PWXQHgIhAIr3ZmUwszHOE3Mt8g2yJB+4vN5RagIA1MU7a+0CKa9o","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590351},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"712885b552d874c9d598574f9a714435888f9844","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-712885b-20240531173615","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-712885b-20240531173615","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-712885b-20240531173615_1717177036125_0.019002668054288963","host":"s3://npm-registry-packages"}},"0.0.0-next-3a07446-20240604011828":{"name":"@shopify/hydrogen","version":"0.0.0-next-3a07446-20240604011828","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3a07446-20240604011828","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7705a828d8f313f4bd31c143cea12fca996691a2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3a07446-20240604011828.tgz","fileCount":56,"integrity":"sha512-nd4/EHFAZWhml52AsFbhSGXD4PXuQh8WQ3x/SPuxKOiwjVMACAc9GBAKDFJO8qoYxVC+vLuaKH150vhzCW+Sig==","signatures":[{"sig":"MEQCICxR8PyE+pOZMJGsN1Sa9FWhbPibxpBZB1KmprHQ/JqQAiBKeFIzO4A4FLrtA5Ffm5nOLthWmFOjN4GPJe7BeVbPaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590351},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3a07446f50f81d6405eb4db4439e370a1c2ad94c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3a07446-20240604011828","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-3a07446-20240604011828","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3a07446-20240604011828_1717463967323_0.766681246579815","host":"s3://npm-registry-packages"}},"0.0.0-next-d702aec-20240604012303":{"name":"@shopify/hydrogen","version":"0.0.0-next-d702aec-20240604012303","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d702aec-20240604012303","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f686f0a07be38994deaffa3cef70d959bd6dfefe","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d702aec-20240604012303.tgz","fileCount":56,"integrity":"sha512-OHyhbR/FDAJwWjccwJpYsa+72WDeQUPgRl5eHVXFXDaYMPPVsAeKghcY+Vd37DEidD6pc8xWYIfWZc2F3xlp4Q==","signatures":[{"sig":"MEUCIDn2Fi4VPx4GlAmrzskCD5cnxjmHWTpR8B8PWNJs/DUgAiEAhrZaFuQ0198rrq4Rvt3nb02L4M2Is4xijz0iMIIiRsE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590377},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d702aec2214646a78cdafc2c25d510489db73f6d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d702aec-20240604012303","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-d702aec-20240604012303","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d702aec-20240604012303_1717464244618_0.3184533260159108","host":"s3://npm-registry-packages"}},"0.0.0-next-f86128c-20240604143534":{"name":"@shopify/hydrogen","version":"0.0.0-next-f86128c-20240604143534","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f86128c-20240604143534","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"34bd3a33faa4205e64b12e8021ce4af712176314","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f86128c-20240604143534.tgz","fileCount":56,"integrity":"sha512-U60H8AZ2lEmvbtJaedpY77AQTcN2vD+iceuxLUULdVaT2CtJgza7yuFYeGi2mCCmLaM2L6X/0WUHG8TQUphSNg==","signatures":[{"sig":"MEUCIQCCEGLhJZ/n2OaEUuIwEASBxGpQqcnMRy/4s7M0Hl4x7QIgV2BWwIO42TvGTTo8nr0F+6WrBdD0XrvZQ44J5KSNVq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590377},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f86128c102d77392635526ef050a94720fc072a5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f86128c-20240604143534","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-f86128c-20240604143534","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f86128c-20240604143534_1717511797713_0.8459489948652288","host":"s3://npm-registry-packages"}},"0.0.0-next-1504c1f-20240604231415":{"name":"@shopify/hydrogen","version":"0.0.0-next-1504c1f-20240604231415","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1504c1f-20240604231415","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"348988723d8b0ee1cc4dc7003bae5507ff1b2928","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1504c1f-20240604231415.tgz","fileCount":56,"integrity":"sha512-I5KDDcGOohhKoQ9i7c3RqsqrLLEh0SlQRVl2OII0Y9WMJIx60DPolOH6dfR4REBMCvbCgm6Sup5l5mb+k5LwBg==","signatures":[{"sig":"MEYCIQCw8rSNYd+p84/IlRGBMaITc8l3/JASDG4kB31uVBgK4wIhAKnANRkUO5ojbF79EtZU0VgjehRdTcf3BAqYuk/GaeTt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590377},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1504c1fa7fc84832dd0ccc31e56813c743b7131a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1504c1f-20240604231415","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-1504c1f-20240604231415","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1504c1f-20240604231415_1717542915324_0.00030159300374466014","host":"s3://npm-registry-packages"}},"0.0.0-next-781fa63-20240605081045":{"name":"@shopify/hydrogen","version":"0.0.0-next-781fa63-20240605081045","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-781fa63-20240605081045","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"844717740f92b129a733f5068b607f61e2fcf6ca","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-781fa63-20240605081045.tgz","fileCount":56,"integrity":"sha512-GDIFxEi3kl0cE6V397VrYlGexUGj8/Rd6E3H73PfUyUFoIyu1s3xHXsdt5K+RzksTku0Qtbry+wTh+AN6kD1Xw==","signatures":[{"sig":"MEQCIF6xcN5x54n+8G58MzozNVuPnLARwIVgb2FsVZ1GXF1sAiB0RI6FYj9ZCEZbj7h6xwBwbXpGfG7TDBQNjqBx7V+2Ng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590411},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"781fa63e6d9343816a875070b2fcff8e4b659020","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-781fa63-20240605081045","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-781fa63-20240605081045","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-781fa63-20240605081045_1717575105011_0.3163486671571789","host":"s3://npm-registry-packages"}},"0.0.0-next-9539264-20240605141808":{"name":"@shopify/hydrogen","version":"0.0.0-next-9539264-20240605141808","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9539264-20240605141808","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6129abc0a3f32fded85f7fc2bfe8c64d0e59c914","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9539264-20240605141808.tgz","fileCount":56,"integrity":"sha512-KzPITv1fMO1WPMN65MReOM1wyV8aETjYvBI0VRdVI2J6niZy5pjntxoibi3u6X8yvM7KVdOA1zh5F+5AZSsfpw==","signatures":[{"sig":"MEUCIBsKFjBw9QArrS23kDs0hrb4WqtZUrJV5tqQJIlV+S5oAiEAnkx1fMkgHqRXKLjBdLi9uU6fP0/z+T6Qc7b+tdjHJ0E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590411},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"953926456c9673b164f5100d6c7cef35865c68eb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9539264-20240605141808","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-9539264-20240605141808","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9539264-20240605141808_1717597148584_0.11907528566902026","host":"s3://npm-registry-packages"}},"0.0.0-next-86c1291-20240605154015":{"name":"@shopify/hydrogen","version":"0.0.0-next-86c1291-20240605154015","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-86c1291-20240605154015","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3f72d599410a3b9c1562eccc0610ca0c80c2bf8d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-86c1291-20240605154015.tgz","fileCount":56,"integrity":"sha512-c9tujv6r2Uot/HlZwwr2mrCeJuNf3jt/zmHUOeJmqA68F71tRHGLUZ7niSMcXt+r/iLOddH/++Cck0+M3C1tFw==","signatures":[{"sig":"MEQCIH7eZ/u2hf3fz5r/9T89GH551EJgINgbK/f/OuJ9J/r+AiBi4U7C03XaiZvFCwlYcSnqqu8TqU8t9L50+3sb7UQNkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590411},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"86c1291dce6125fa4f45d656e7ab05009c5c6b0f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-86c1291-20240605154015","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-86c1291-20240605154015","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-86c1291-20240605154015_1717602075099_0.05384172509426688","host":"s3://npm-registry-packages"}},"0.0.0-next-6bffcd4-20240605171319":{"name":"@shopify/hydrogen","version":"0.0.0-next-6bffcd4-20240605171319","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6bffcd4-20240605171319","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c8a2f97b5f651a8b8e2948491ceced28f67d5294","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6bffcd4-20240605171319.tgz","fileCount":56,"integrity":"sha512-Vchq6V4kzigJxvhAXASBlrRZUaCoCNx1uOi594STr2/mbFunLu9LN7bu/O3C4B+jM+mt5u9rjHz4fR5ka6bPrw==","signatures":[{"sig":"MEQCIBfFG0HcZ8a/8EELNx4TdWGAnZ2BLzPMpv7KRGPCj6pNAiA/7MeiUQZhVHpPpxCf88k1nHK0O8XwzDI7s8HNkTHcDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590411},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6bffcd462982a7c169f38721d00112b91a522d0e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6bffcd4-20240605171319","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-6bffcd4-20240605171319","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6bffcd4-20240605171319_1717607657684_0.32809236629756855","host":"s3://npm-registry-packages"}},"0.0.0-next-f44f530-20240605191326":{"name":"@shopify/hydrogen","version":"0.0.0-next-f44f530-20240605191326","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f44f530-20240605191326","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"14702f7cc152102804c556b9e5a0acf16cd163c2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f44f530-20240605191326.tgz","fileCount":56,"integrity":"sha512-IiHE9g5lm1dv4OxPJKxwRA9BGi0GD5BnJLk8vM9ZJa/KhKeLL7tX/2cdsC6iJhmEmkF8Bn3G8BrObSl3YmfHGg==","signatures":[{"sig":"MEUCIQC6aSobAvHYlBtTEYib28oineh5kDpY+BbGPfvj4/f5vQIgFZSmqofcfu+nFQXlogU73Znw0eriQmTy1TAE3lQ983c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590411},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f44f530bef399bc17452e92eb54f894c901ca2f8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f44f530-20240605191326","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-f44f530-20240605191326","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f44f530-20240605191326_1717614865262_0.006631077857096157","host":"s3://npm-registry-packages"}},"2024.4.3":{"name":"@shopify/hydrogen","version":"2024.4.3","license":"MIT","_id":"@shopify/hydrogen@2024.4.3","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a7e1e087e7bb63a33df43d1c23e96f00da78c271","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.4.3.tgz","fileCount":56,"integrity":"sha512-mPzD1zPewMR90A/i9SLe1UHecgWWWKzUrhM0LopfqYqdt+yVLF5qAxOoFv7JT6rewXFVyFPb4/x/yKef+56paQ==","signatures":[{"sig":"MEYCIQD5iIceqiE7iAiu3+L93Oh/AdlKwjUfozp+pfs0I/G/ZwIhALpl/MdLuz+EJkJ8Ugf5TI2n8SWe3EduVbWPxhRfIWiE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590127},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"60534dc36d58e718d1e420c719aadf4602bf72d7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.4.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.4.3_1717615919900_0.9286203110200475","host":"s3://npm-registry-packages"}},"0.0.0-next-b258ba5-20240605212006":{"name":"@shopify/hydrogen","version":"0.0.0-next-b258ba5-20240605212006","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b258ba5-20240605212006","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"be71857fe30dd9dd03ee4c201f3cfdb9fceabe14","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b258ba5-20240605212006.tgz","fileCount":56,"integrity":"sha512-hM2fHLi60JYbgN50cZmoHA9z3Q9jL6XL/3CXA0LTcmRSP37cajT9IdEc1CIGWUtMh9GlLBfbD2ztCVqmFYYedw==","signatures":[{"sig":"MEUCIQCIaaL9A71YruXcBipfEAm7Y03kkryAr/AoxDL2e3WJ2AIgbND6SJdkqvP+xyx1Fnbyzq/hwwYSNBPb357nhBsKUP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590411},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b258ba560e30a7d615e004a0ff9a796231f9c751","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b258ba5-20240605212006","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-b258ba5-20240605212006","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b258ba5-20240605212006_1717622457390_0.4975319447611275","host":"s3://npm-registry-packages"}},"0.0.0-next-ca7a84a-20240606041731":{"name":"@shopify/hydrogen","version":"0.0.0-next-ca7a84a-20240606041731","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ca7a84a-20240606041731","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"75e31ef52441e595e6ea2122032306b2a8bb309c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ca7a84a-20240606041731.tgz","fileCount":56,"integrity":"sha512-gYKG758eX12H/40t8Aqs9IrDvJe7gI49hVK/68OaHuDXyFfyJje8BQ+ehhh1cMFutJ4dWP0P/ucgeaiuZwyW0A==","signatures":[{"sig":"MEUCIBXxXYyhsdHYvieGwS3eJZ52sNSSR7zzWo22p7Atu1yJAiEAyI71w7hHnblCMAj3Cl0bgAE2SJRSc9Oibr+aAf/Nhog=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590411},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ca7a84a3e62cb40b8126fafa0ad4f08cfde1ebce","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ca7a84a-20240606041731","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-ca7a84a-20240606041731","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ca7a84a-20240606041731_1717647501770_0.7834081912928645","host":"s3://npm-registry-packages"}},"0.0.0-next-88aebfb-20240606052752":{"name":"@shopify/hydrogen","version":"0.0.0-next-88aebfb-20240606052752","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-88aebfb-20240606052752","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8deacfb061578062d3cae7bea7a97adf38d74e25","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-88aebfb-20240606052752.tgz","fileCount":56,"integrity":"sha512-JBYTY6hRhyiEECJbiAp5TRGgv/nWTkrGCuVW0w/DeK85dV6d4fjn4sp3DRvhOwWHG2zZh8tcvWrnjxFQVbHXKg==","signatures":[{"sig":"MEUCID4FeuhGlISfpiS+VfgkEOOVzcr+CXxAlZmuJxgZkGHDAiEAl5o3Ryqk8V88hjE1RJjJsH8GXSOiYThzwiU6RnQRf6c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590443},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"88aebfbe65dd1c5d08a7b640adc3293d5ada5c4e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-88aebfb-20240606052752","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-88aebfb-20240606052752","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-88aebfb-20240606052752_1717651724414_0.059981466916436466","host":"s3://npm-registry-packages"}},"0.0.0-next-4ae1d59-20240606052850":{"name":"@shopify/hydrogen","version":"0.0.0-next-4ae1d59-20240606052850","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4ae1d59-20240606052850","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"83d471cad3d59549531cc5e0d09a5cb660e8bb52","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4ae1d59-20240606052850.tgz","fileCount":56,"integrity":"sha512-A9jNSnotFHwx4/li/CU787hOZ4i4TeTKaUdx/CCt4jGYOhbgXt0LKRa8f75j4hnwHRe5bqBzB6bLcz1aSKZXhQ==","signatures":[{"sig":"MEQCIEHZ/p54KRa7UdQm1fOAlND2zIXAnezn7B9J2I0Vb+NzAiAYS5H7vBLJFwF7n52hz/Rmm3lgsYNTUzVCfMA94Npgdw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590443},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4ae1d59452055bb90ea6bed7d28fcc9087ca9f10","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4ae1d59-20240606052850","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-4ae1d59-20240606052850","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4ae1d59-20240606052850_1717651783236_0.09609232881766783","host":"s3://npm-registry-packages"}},"0.0.0-next-6681abf-20240606111634":{"name":"@shopify/hydrogen","version":"0.0.0-next-6681abf-20240606111634","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6681abf-20240606111634","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4df6a1109b23d612cff5d15b270ed1f85f86a7dc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6681abf-20240606111634.tgz","fileCount":56,"integrity":"sha512-/fx9PjlGnlO8lU1xEVs6rtCwsY8WF6aEgqADtr4mJ27rYzF7mW0OffwAGB4LHRaAM0pX8WYCwUhkDgHHu8NiXQ==","signatures":[{"sig":"MEYCIQCF3bmMp8CmsO+Hn/c7itxVF18MP6ViX9j/WZ45FhzMKgIhAICOjR+zNCZCZbgdbnmQOhbvKSIxBZ6d9fw+vwuF0r9M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590443},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6681abf226c4f5a758ebf7369191211b7d124a3f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6681abf-20240606111634","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-6681abf-20240606111634","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6681abf-20240606111634_1717672647457_0.25298976536169926","host":"s3://npm-registry-packages"}},"0.0.0-next-6baf36b-20240606114036":{"name":"@shopify/hydrogen","version":"0.0.0-next-6baf36b-20240606114036","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6baf36b-20240606114036","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"600cf440c70bff9a788616bdbb10bbb94f832a3b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6baf36b-20240606114036.tgz","fileCount":56,"integrity":"sha512-IuDkCB2oFQkqA+mbvkGrbGsLKxUJlZxM/uEG4IEHH+AozgwWfysfLUctY5Q/7XXLieADS+gSahmMrVhojFxYBg==","signatures":[{"sig":"MEUCIDyThM+2+J1e8RGzN9gg1sycD4QkVgcwS/RHsBwcGUwhAiEA9yWEksl5Ph4GykogHFrAUhsvUHHL8hkiLNHMdcKqnFA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590443},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6baf36ba8f1be562a352c79ecc6a06696ec0b0e6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6baf36b-20240606114036","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-6baf36b-20240606114036","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6baf36b-20240606114036_1717674096681_0.6255721835839025","host":"s3://npm-registry-packages"}},"0.0.0-next-a8b9c6c-20240606114114":{"name":"@shopify/hydrogen","version":"0.0.0-next-a8b9c6c-20240606114114","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a8b9c6c-20240606114114","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"23f02876255a4139155d8b52cce7bcbb18f8be0d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a8b9c6c-20240606114114.tgz","fileCount":56,"integrity":"sha512-6D80+3MvLLjeYd1UV90nrF3Pgq5SbnKl5GzwcTbsmzvZZ9isif19TqzwpKkUYIca9Fg99geuiACkNs0cYrL3/w==","signatures":[{"sig":"MEYCIQDRHdqVLt9DmgKfHySL4KCgFcXanDtZHrtj6vZLqdYxXgIhALw3hcqKVGAGVUNLehv+ixogYgdeQ4T13x7n6Bw1Cn6j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4590443},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a8b9c6cc7da4b4c04074966cc6d9a7b4fabdba9a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a8b9c6c-20240606114114","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-a8b9c6c-20240606114114","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a8b9c6c-20240606114114_1717674126527_0.7154932875753144","host":"s3://npm-registry-packages"}},"0.0.0-next-4337200-20240606184723":{"name":"@shopify/hydrogen","version":"0.0.0-next-4337200-20240606184723","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4337200-20240606184723","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6db8c589fd93fff19582e449adafa55181bc1f56","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4337200-20240606184723.tgz","fileCount":56,"integrity":"sha512-hxn0S+j/+j4TQS6HbxNRR/BC3uy2ReRDx8EHEFZJUk4vHERiHdDd9V7U+X0G7c5SHJT7Njx5q1U5ZvBaz/IQiQ==","signatures":[{"sig":"MEQCIHXI7TijRtEFztLbbxpduNKZor3exsCUxqR0dgrnlM4DAiAPOqxS0gUVykzkO/LyMjmKO3eTB2fkeAYatfx3ira6Ig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4337200c7908d56c039171c283a4d92c31a8b7b6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4337200-20240606184723","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-4337200-20240606184723","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4337200-20240606184723_1717699697817_0.19709967981097254","host":"s3://npm-registry-packages"}},"0.0.0-next-10a419b-20240607102530":{"name":"@shopify/hydrogen","version":"0.0.0-next-10a419b-20240607102530","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-10a419b-20240607102530","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"96a89a1ffd7052cdc3b3a7777b56e1329255486d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-10a419b-20240607102530.tgz","fileCount":56,"integrity":"sha512-ceVQhV6GHeUpQfeYOr9e0Q9aMl7nCLIPc6I3XE86zlQT0z2rl5bfvsfM6hXUpxhRMztNX2mNbeGNCs7t9iEm6g==","signatures":[{"sig":"MEQCIH9yAMQ44ZtJexvrYjS+yMe9SICVKzouC2gPSX4p8tKEAiAPddPwYKMkhTcCKjSWrwKU/60SA6B9uQP7Mn+eGxngFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"10a419bf1db79cdfd8c41c0223ce695959f60da9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-10a419b-20240607102530","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-10a419b-20240607102530","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-10a419b-20240607102530_1717755985169_0.5613728489307737","host":"s3://npm-registry-packages"}},"0.0.0-next-9eb60d7-20240607102913":{"name":"@shopify/hydrogen","version":"0.0.0-next-9eb60d7-20240607102913","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9eb60d7-20240607102913","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b0a4bb3ecdbfcfe100d085c79cb600a6fed9c5ee","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9eb60d7-20240607102913.tgz","fileCount":56,"integrity":"sha512-aEdRXmdliF/k0vAfLFFCGr4BxQyHHq/KxUz/72ecj1dj1lIwaCPNQdtAIr1Df23U4F3STG9bKqoy+6bRNv48JA==","signatures":[{"sig":"MEQCIEndjw1tVDEa9fRE7oxw69IdoJOWn3Sf/XG+C0vZeIA+AiAM2MfrhV5l5s4aBlNFb+KDv/JOglxpRLd7iFU1R3j65g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9eb60d73e552c3d22b9325ecbcd5878810893ad3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9eb60d7-20240607102913","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-9eb60d7-20240607102913","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9eb60d7-20240607102913_1717756208580_0.41338993662840684","host":"s3://npm-registry-packages"}},"0.0.0-next-83cb96f-20240607165603":{"name":"@shopify/hydrogen","version":"0.0.0-next-83cb96f-20240607165603","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-83cb96f-20240607165603","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2256a4adcd48141a1195dd9b2d7f543384c1110f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-83cb96f-20240607165603.tgz","fileCount":56,"integrity":"sha512-JjtiVYQqYrSSsB9YQ3R68tK44SBQ+trKZsuazjF6g3wf8CG9usLNpCDrdCl5PLtmR2S2ss+wCJiP5Y1t8wVq0Q==","signatures":[{"sig":"MEUCIA4QdPNaJDji3u8LWUVLEIXRX8I/qDKb1rGdl3g8YepoAiEAsktDhoWpMtDfgJOitsu58xaRR/I3jhgvAdXZHkkt9to=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"83cb96f42078bf79b20a153d8a8461f75d573ab1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-83cb96f-20240607165603","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-83cb96f-20240607165603","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-83cb96f-20240607165603_1717779418894_0.6818029521968398","host":"s3://npm-registry-packages"}},"0.0.0-next-1012f63-20240611073522":{"name":"@shopify/hydrogen","version":"0.0.0-next-1012f63-20240611073522","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1012f63-20240611073522","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a93c51fd7726d2fab12cc201e4c21424943e8064","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1012f63-20240611073522.tgz","fileCount":56,"integrity":"sha512-3+5216foGzzUANAUdwREbT8SZPSdnO1YaI7/0ufb38Owvfnibgs0DHec907aGnVIFxc6bFrfs71WRpUiQXNeqw==","signatures":[{"sig":"MEYCIQCS86GKGorSSd0FbPbGzpBsDE6TIwhNnPaDjCNN5Bqo9QIhAOJNFbyLN6MJexhbIPZflCTXdU07+Ydg4iegrm/spzMh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1012f635eef39e32faa9a21b8a54400951563683","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1012f63-20240611073522","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-1012f63-20240611073522","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1012f63-20240611073522_1718091375710_0.3015461276164595","host":"s3://npm-registry-packages"}},"0.0.0-next-17f9b87-20240611155747":{"name":"@shopify/hydrogen","version":"0.0.0-next-17f9b87-20240611155747","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-17f9b87-20240611155747","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0db2f4723042b6d1d344cb8afa042b3cfdfe64a7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-17f9b87-20240611155747.tgz","fileCount":56,"integrity":"sha512-7FXAtEClAN7gW5acD8NBd97cfqg8OYFyIgyxTXkKWLCrxa8gVOun+weNuT9bkBnxBrRw9SGedLWcJoRm6ewfew==","signatures":[{"sig":"MEYCIQDUla3WJd3vteCWecM8beYaLFdyyLvT3FAjc3mZV9LE3AIhAM+EnOxDPJL9NeJIJFeRchJ85hAnVjuZLA5jj2hlXvH+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"17f9b87e501fb2adb561c039bbc95a8924f431c8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-17f9b87-20240611155747","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-17f9b87-20240611155747","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-17f9b87-20240611155747_1718121521195_0.463292104837024","host":"s3://npm-registry-packages"}},"0.0.0-next-d3e555a-20240612130726":{"name":"@shopify/hydrogen","version":"0.0.0-next-d3e555a-20240612130726","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d3e555a-20240612130726","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"683132fe2b9a8bbae6e07b4ee52466acb3f776f1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d3e555a-20240612130726.tgz","fileCount":56,"integrity":"sha512-dYMSG7Oeng1IpRZ6WXtmq5cR8tlAYT1aulq2HCvsJqC0YQ11bWvyButqoS0LYRPFJ7C0Qoz2ELapS6yn3Lh1Vw==","signatures":[{"sig":"MEUCIFi/cmW6TrCRPTyibKH+Gi0lJ9nee+AyeHDIGdtER0BJAiEAsXcFdef1NNIbkMHt3HmlMs3wflzZ+70LnVO0OGfRVFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d3e555aa749543b128e7e1361ffa58131c0f9725","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d3e555a-20240612130726","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-d3e555a-20240612130726","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d3e555a-20240612130726_1718197701310_0.7546476559053767","host":"s3://npm-registry-packages"}},"0.0.0-next-4751f8e-20240612155722":{"name":"@shopify/hydrogen","version":"0.0.0-next-4751f8e-20240612155722","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4751f8e-20240612155722","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a507d62ecec58ecd7da1f8d1a0a4e13e91898a02","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4751f8e-20240612155722.tgz","fileCount":56,"integrity":"sha512-mAvaSbohyRyVxS4ZJ5xHqZwT9GJTbTzKBWtZyoGxGkd08/m6z7n3hqsUxaSR58q5IRAgBuimEoJs+K3OcJk7dQ==","signatures":[{"sig":"MEUCID2dTTwdzdaE5GepVnz+BnKXr5ffi6cBiK3BZpeI+oGrAiEAxJ1DOVW5Qn1F6Sfs3GlDEpX/kNrqbJoEfeV0BTb/ir4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4751f8e98e97fe2eaa1a09a0812ad6058c1b11af","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","tiny-invariant":"^1.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4751f8e-20240612155722","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-4751f8e-20240612155722","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4751f8e-20240612155722_1718207897781_0.09041898457874487","host":"s3://npm-registry-packages"}},"2024.4.4":{"name":"@shopify/hydrogen","version":"2024.4.4","license":"MIT","_id":"@shopify/hydrogen@2024.4.4","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d586e88f1290f57ee2750e0dfef0fd1a91399ef0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.4.4.tgz","fileCount":56,"integrity":"sha512-mVOLITTgsKySJ6HQUgHHz568dRlSW4FqrpJ6AxjnXX1ryzw9fYpdBg0B9CeHWdonEzmZkoWdzz1TS/vRDV19MA==","signatures":[{"sig":"MEYCIQC6aBa7leDtsCWmLaPFy/4mgpuW1KzFRHSxzi6Hx14EhwIhAOkoydzYlrL+eNdWAnT4x1ReTm04HvzAswT7wgpt0lxA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4592274},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cb7a2227106c79a93b8cd4e42d8a7b690817c844","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.4.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.4.4_1718209346382_0.33079925170946","host":"s3://npm-registry-packages"}},"0.0.0-next-e96b332-20240612170943":{"name":"@shopify/hydrogen","version":"0.0.0-next-e96b332-20240612170943","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e96b332-20240612170943","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"53a5a548b5b61c1d3d8d5f66c68ef0b37d304602","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e96b332-20240612170943.tgz","fileCount":56,"integrity":"sha512-cr2NRjoUnLKFCUKpWCYS6OoeKg+gZtuqxbeHpodyQ0MXbKStZFn+7bwxOLjEyqj2dp9M3AyY32tN+RDD5TSPOw==","signatures":[{"sig":"MEUCIQCPwE3y65slEmRKRRd1EetmnLMq4xF0gtFbMXJM5pyrBgIgT8IOsU1wopcwgz3Mzm4GU6QPe8gEkFlUJnPlF10S8S0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4586511},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e96b332ba1aba79aa3d5c2ce18001292070faf49","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e96b332-20240612170943","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-e96b332-20240612170943","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e96b332-20240612170943_1718212237821_0.5504323496194334","host":"s3://npm-registry-packages"}},"0.0.0-next-8b9c726-20240612210645":{"name":"@shopify/hydrogen","version":"0.0.0-next-8b9c726-20240612210645","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8b9c726-20240612210645","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"820b11f314dc2c31c94b2bd8fa1081f4ed3b73b1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8b9c726-20240612210645.tgz","fileCount":56,"integrity":"sha512-B7YVQqeWZLyKYS7NUKk4XbTZER5O06e0ejI3WTM0fGR+y1qogoRih09cPhvwthvQUDq31P/Wsy4/1uec7o6OWQ==","signatures":[{"sig":"MEUCIQDUHN1CJuOWgXdqXbKgKSNun7sel8yz+FnD6pUkGyF6qwIgUvV3jX2iOEBYeR6gzQgscsVWGNlABHNWlyEc59WguaU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584805},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8b9c726d34f3482b5b5a0da4c7c0c2f20e2c9caa","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8b9c726-20240612210645","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-8b9c726-20240612210645","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8b9c726-20240612210645_1718226460259_0.8320109933865119","host":"s3://npm-registry-packages"}},"0.0.0-next-44c5313-20240613133657":{"name":"@shopify/hydrogen","version":"0.0.0-next-44c5313-20240613133657","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-44c5313-20240613133657","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3cf6f8f6626e69c678c6df255466f93c9114d62c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-44c5313-20240613133657.tgz","fileCount":56,"integrity":"sha512-iP/hCLWQeVF1cUdsse5UdhRnKqEZbEn9o/Km/FH1kV1UglXpu8R0lLoFaBcHhhI344RgxksM9ySq42OjQuxjbA==","signatures":[{"sig":"MEUCIQCQjHAc5ZUrkOlQvrZpj9349UvnY3oPIWh+bszmDop6pQIgG6Z/yEIJT7P94clO21YfZL6zbpQEhz4PZ8VhV5Dt89s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584805},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"44c53130e5f7afed971c318791ddf467c1524bea","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-44c5313-20240613133657","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-44c5313-20240613133657","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-44c5313-20240613133657_1718285871635_0.8482733751981688","host":"s3://npm-registry-packages"}},"0.0.0-next-b743399-20240613133754":{"name":"@shopify/hydrogen","version":"0.0.0-next-b743399-20240613133754","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b743399-20240613133754","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3c1dc0ae18bfb2ef8aa8efbb56a9f2f9221619e8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b743399-20240613133754.tgz","fileCount":56,"integrity":"sha512-2Ilx3dyyDij6tZTx2hwVohX5bQ0TxVoQChwnK0QDbychUHIsMw9uotz0RBiB0/GJzLgf9OAIdFDR8iS8GHIsyw==","signatures":[{"sig":"MEQCIGVCMk+cTuz9jARyrDkdVmVue8kwO490xWy48FW5mJm1AiBljyoJdjCQst21OPwV79NT6L0zXvc5DGLZ19+GnSkrfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584805},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b743399694807c3eaaa95b93dd6a424c72dee55d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b743399-20240613133754","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-b743399-20240613133754","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b743399-20240613133754_1718285929484_0.33124831595522686","host":"s3://npm-registry-packages"}},"0.0.0-next-0047467-20240613185832":{"name":"@shopify/hydrogen","version":"0.0.0-next-0047467-20240613185832","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0047467-20240613185832","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fb1751b34bb6255d3c24f142b913a6ec8ec5a053","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0047467-20240613185832.tgz","fileCount":56,"integrity":"sha512-CNx/56L9tYeh1wjxSKGPWDhMUzK7RbrSLLALN+GMgOKWsN7WJBfkwj0LNju8zXiA+sBX11R2sP0/Iq7GtGwY9Q==","signatures":[{"sig":"MEUCIAsJ1IGssWHVdCeJs08+gJIC3LMJoRG0+XdpgxwLK5LQAiEAo4gTndW4RtVnlMRqTFsncYFRAhG6Z326299BuwHgszU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584805},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"004746718affe57b74bb533d76ebbda44127b891","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0047467-20240613185832","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-0047467-20240613185832","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0047467-20240613185832_1718305166479_0.46539035301523257","host":"s3://npm-registry-packages"}},"0.0.0-next-ee3c55a-20240613192532":{"name":"@shopify/hydrogen","version":"0.0.0-next-ee3c55a-20240613192532","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ee3c55a-20240613192532","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0b647a9a933f12de8ce499bc00926847a2724ca8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ee3c55a-20240613192532.tgz","fileCount":56,"integrity":"sha512-6MJE07HOTmzwfDK4VcLInQgFQdylVL8StqRp4Xb8v8h5D+4o+KX0mP4ENZK9/KXtF8v1Is6DP7VW6LzcL8n3hA==","signatures":[{"sig":"MEUCIDVnJ9Bm9xPD3hsy4o5YT67EX7Jn66nLdEb7rmgcHiHoAiEAgiYqh8a4VJhJpAzxuo3mS7HfS6eBgTmrYrJ+7ZaCPec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584805},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ee3c55a098ae135b6a8cff1f59fc1ea44cfe9b3a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ee3c55a-20240613192532","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-ee3c55a-20240613192532","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ee3c55a-20240613192532_1718306787674_0.8224250850169059","host":"s3://npm-registry-packages"}},"0.0.0-next-ca84d05-20240613193957":{"name":"@shopify/hydrogen","version":"0.0.0-next-ca84d05-20240613193957","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ca84d05-20240613193957","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d59241698a2e7dfc17f875f9cd67aae92cc302d2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ca84d05-20240613193957.tgz","fileCount":56,"integrity":"sha512-xLqj7Q+E2ACKMCKerB6X8ES79xLgkWecE2VZV3VE0xxf8Q67Nxn+QJESLtvQZYMOH242QH5+ZDe7l24pe6MIYQ==","signatures":[{"sig":"MEUCIQClY413Py/nTNAhi9RLA0VN3Uvw+IcuVB4OvGEZQVA8JgIgPcBdd80vghXpApWkE7MaQAKsGvt4Dhs6yYwWgOHb2sI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4584805},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ca84d05e1eee78ce83def7b821f0eda0560c7046","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ca84d05-20240613193957","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-ca84d05-20240613193957","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ca84d05-20240613193957_1718307651293_0.09116077720082383","host":"s3://npm-registry-packages"}},"2024.4.5":{"name":"@shopify/hydrogen","version":"2024.4.5","license":"MIT","_id":"@shopify/hydrogen@2024.4.5","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"42b61f80ff802f54bf58c7f701b73cd074cce83e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.4.5.tgz","fileCount":56,"integrity":"sha512-9/j9vRNDs2VN+KBfsaKyzQP3ezRk4gDDI8ihQ9LTew7+v98npCEAKOwgz7LM21sOjcwRwsteBn+Ied25QtEibg==","signatures":[{"sig":"MEUCIC1dEnGfp/C4FURFwxrCcF8zSe3AlcdEqyIco2O5rqpZAiEApRk0QfF78nTOE4S92oMxLA59FVUwLP0zmExdYpVgyAU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4592274},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"854052f7bf5829aa4144692759bc3be51ba42940","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.4.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.4.5_1718309457770_0.31618870079960715","host":"s3://npm-registry-packages"}},"0.0.0-next-dcbd0bb-20240614042217":{"name":"@shopify/hydrogen","version":"0.0.0-next-dcbd0bb-20240614042217","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dcbd0bb-20240614042217","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a6e5db27be50899f53569cc33789b1d854611d0e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dcbd0bb-20240614042217.tgz","fileCount":56,"integrity":"sha512-KcG6Kd0S5Q6qL8udbcy4kiMBOLBf24qwp2iLwF54cG5+3H56wP0oegq8CwBZ9f34aaBTxCUUKgWHNZsrj0ySUw==","signatures":[{"sig":"MEYCIQDU4cLtDGPXYEzzlxL8ESk1JFXIOcQ2LJfdwlMp4ek16QIhAJWABFo6eWTtFXO0dQnQXGqGUEfoitOECRdRDnhA/lxe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4585006},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dcbd0bbf4073a3e35e96f3cce257f7b19b2b2aea","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-dcbd0bb-20240614042217","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-dcbd0bb-20240614042217","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dcbd0bb-20240614042217_1718338990423_0.6559703201547795","host":"s3://npm-registry-packages"}},"0.0.0-next-83fb14b-20240614172038":{"name":"@shopify/hydrogen","version":"0.0.0-next-83fb14b-20240614172038","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-83fb14b-20240614172038","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"95261741963fee7e1a07c32c0ecbcdd8b2be7608","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-83fb14b-20240614172038.tgz","fileCount":56,"integrity":"sha512-DG1/gSShi2I5qNrn6KYO1OvSTPu+/sw02dQO3+uvCLc16zmFvO0yIE7O0jBYSG6ntXT7YFOfLjUPwT3ef6qiSQ==","signatures":[{"sig":"MEUCIHxFOZ9hu6G76Q/pkIMDyBD3gQYhNB0l0cin0fGnPHg3AiEA2rsqz7pedbuZBkIx+oXGZuMrOTu+T4lUiVw9AwkHVx8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4588108},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"83fb14b0aad823465afb90ce01b6c85c5716f7d0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-83fb14b-20240614172038","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-83fb14b-20240614172038","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-83fb14b-20240614172038_1718385693351_0.05687789664197718","host":"s3://npm-registry-packages"}},"2024.4.6":{"name":"@shopify/hydrogen","version":"2024.4.6","license":"MIT","_id":"@shopify/hydrogen@2024.4.6","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4f7c795b0798b8c03b57ea469feb378ae8160da7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.4.6.tgz","fileCount":56,"integrity":"sha512-DYea22KzIbaJri4ylw+PQcuX45+UdtElhqgXi+TOGam7WVgyVWlOPfG57lMo7wjs3xikyEuNpN9E2ksL5cQmVQ==","signatures":[{"sig":"MEUCIH+Iy8bXcNU36JAQYaMdiijShvLpAYv+EEy/ePnu0agTAiEA7W7PNy8p8+eGitgKDkaTv2XUE4s97a6/J45P2NRwOew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4595376},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"af573bce7af2e51045dab6a2eaa27f33bfc59900","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.4.4","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.4.6_1718389609347_0.9669113499830255","host":"s3://npm-registry-packages"}},"0.0.0-next-0733875-20240614190649":{"name":"@shopify/hydrogen","version":"0.0.0-next-0733875-20240614190649","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0733875-20240614190649","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"656c7a66eabf57c3f957aca83f48d1d8d6caf46f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0733875-20240614190649.tgz","fileCount":56,"integrity":"sha512-0ao0ujmOW1iu2CxOVxF/5lDJZ5R8cuXpcYo/3mZev76bwiOduQuUyDa631rZ1vlyMxkRufO0B8WT/OcCfNCCBQ==","signatures":[{"sig":"MEYCIQC5aFtZJ7EtxEBvcFRWg6C6dUt8xWdq/SxICSh2mthqiQIhALW4HHEPm4MDdDFqjmw2/NO5IQUpMuVCw3YE3hrMvheb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4588108},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"073387567b6a6a11f810589ede555ef4f6583bba","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0733875-20240614190649","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-0733875-20240614190649","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0733875-20240614190649_1718392064643_0.42047939783864563","host":"s3://npm-registry-packages"}},"0.0.0-next-d1975e1-20240614195854":{"name":"@shopify/hydrogen","version":"0.0.0-next-d1975e1-20240614195854","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d1975e1-20240614195854","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3d128aac72d95e356eae0a627d84a86441f2fc44","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d1975e1-20240614195854.tgz","fileCount":56,"integrity":"sha512-e6KT3hmDS8eDWaW3D5QvZh2s3s/VkIlWDSU5b0Mr0ht+mYLHowQSwmBHM//Tv66Q9WSu0DVifjwP0rO4K8IV9g==","signatures":[{"sig":"MEUCIQC4rEcSk8o5lUAE3zKhRTYRoR9og92ajiYo2ui+U+U9FAIgTzenGUAKAB25H1UI42wKX6gMa0wL9hBmFzMGmm+RhOs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4588074},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d1975e18afe0dba2878bda2224367a8f9580c756","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d1975e1-20240614195854","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-d1975e1-20240614195854","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d1975e1-20240614195854_1718395186768_0.7364768893406322","host":"s3://npm-registry-packages"}},"0.0.0-next-c3baf78-20240617064339":{"name":"@shopify/hydrogen","version":"0.0.0-next-c3baf78-20240617064339","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c3baf78-20240617064339","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"518a2fa2913984090569af5217924ffbd173fa31","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c3baf78-20240617064339.tgz","fileCount":56,"integrity":"sha512-EjMWjreo+p5KYvZZji+AFDy7k0uhHcqhusBHQhRBALdfbrh05yzFP0rW7h4+HjTzEM44Z7JtD8O77UeElHqd9A==","signatures":[{"sig":"MEYCIQDZ4ATOjNgt570XOSsFQz63MtcdGORlX75Wdt37ARcizgIhAOAAczi7hOzQrXBpsrm8Xs+m6rv2AFh5CFEmdx2JzsgS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4588108},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c3baf785d4af5ac90ddc679772719aaef8f5a461","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c3baf78-20240617064339","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-c3baf78-20240617064339","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c3baf78-20240617064339_1718606673365_0.2366483279721503","host":"s3://npm-registry-packages"}},"0.0.0-next-6cd5554-20240618180421":{"name":"@shopify/hydrogen","version":"0.0.0-next-6cd5554-20240618180421","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6cd5554-20240618180421","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"69fc2fed7fc2909812365c2475db4b5f4f432b2c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6cd5554-20240618180421.tgz","fileCount":56,"integrity":"sha512-5JvNoXunZ3QFdsja51GuY9aOPcbqZkHr59bwxfFYTUCj/zZ+wK35cHdrDsXHES30OhGcXnabN18iRkaQQ0KN/Q==","signatures":[{"sig":"MEUCIQD09foyaqUlrkQKfP5oooHjrpAv7gzgiZ8+8fi5My0ZKAIgUBDXUiIzQ1nlP58KZR9gdeJAW5WracspOchpJNeZ8oc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4596216},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6cd5554b160d314d35964a5ee8976ed60972bf17","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6cd5554-20240618180421","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-6cd5554-20240618180421","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6cd5554-20240618180421_1718733916964_0.18110981165044704","host":"s3://npm-registry-packages"}},"2024.4.7":{"name":"@shopify/hydrogen","version":"2024.4.7","license":"MIT","_id":"@shopify/hydrogen@2024.4.7","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"09dba43e20f5daacb973acd284a4dcd87f4a3568","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.4.7.tgz","fileCount":56,"integrity":"sha512-xIQsLhiwI2ae9JzgrHJ0gbNREhh4cr7MW0n2xKimrYIYEEu+ZAm5upI6/IOVPmMra6huG2zC8grEjEzIfkisrQ==","signatures":[{"sig":"MEUCIHmOv1A+ZH53P3NYfPaljlnPripZa/LX+22gdnqMu6HJAiEAssBt/ZEkrvUFPPJzc/myEQzmGo2QhNazckvJwJV+3ww=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4603494},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"156e869563b8a7b3616618a7a9c1bf471be655b3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.4.4","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.4.7_1718734702333_0.599597703240843","host":"s3://npm-registry-packages"}},"0.0.0-next-67a634f-20240618183604":{"name":"@shopify/hydrogen","version":"0.0.0-next-67a634f-20240618183604","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-67a634f-20240618183604","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2234a2be5f86f1ef6064a359d466da5e186b9e4f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-67a634f-20240618183604.tgz","fileCount":56,"integrity":"sha512-czwYYwX45UOrk9utExttdbNjQ2plb88URhSafVE1rDHKSbEaSGpceoKqsmJ7+p4qh5UHnZN0tfkUo3irF9jbjA==","signatures":[{"sig":"MEUCICt7j3YCp10BvZXUWjcirKk3V7jpKvRQeLStBGl2ndX7AiEAkIrqZswCnHJnlmh0Kj2GbGjcyAQj9spneqshxZgrmbg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4596216},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"67a634fb4367b403e8aa77f7c5187f88a7dc6934","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-67a634f-20240618183604","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-67a634f-20240618183604","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-67a634f-20240618183604_1718735822397_0.017639239296015408","host":"s3://npm-registry-packages"}},"0.0.0-next-de3f70b-20240619023655":{"name":"@shopify/hydrogen","version":"0.0.0-next-de3f70b-20240619023655","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-de3f70b-20240619023655","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"edeac9e133c8b04bca001553782380bbb8281f0b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-de3f70b-20240619023655.tgz","fileCount":56,"integrity":"sha512-KjJqZ9oPDVc/MwutAFAi7iRTiL+lrPiN8ARkrMHhX5zA63ciFMfc4ZfpFg2WsBtDoadI8Y88w4GKJfMULwUn3A==","signatures":[{"sig":"MEYCIQDFU4+aAs/fuSsmmgYzEQZU6gNZdIeQjObrx+M6vdP1iQIhAKI1RCtB5O1P7VOzEfRGGGCmCIU0v5H4oLjRsc5cBF7t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4594586},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"de3f70be1a838eda746903cbb38cc25cf0e09fa3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-de3f70b-20240619023655","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-de3f70b-20240619023655","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-de3f70b-20240619023655_1718764669448_0.12877407247048778","host":"s3://npm-registry-packages"}},"0.0.0-next-0924410-20240620170850":{"name":"@shopify/hydrogen","version":"0.0.0-next-0924410-20240620170850","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0924410-20240620170850","dist":{"shasum":"7b447873a7bb8e60762e710063b381981e06b7d5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0924410-20240620170850.tgz","fileCount":56,"integrity":"sha512-ubhzHDoVigh75ztXrSOEJN0iDkT0TdxQBsrVwXB8uW5g/Z64x0Sub5SembEKW91PHLBtIc7ve3n5kYhYYDY1pQ==","signatures":[{"sig":"MEUCIQChOKlhanJqYYx45kHH5h5lYfgbfGQS0KHPOcRj2TUyBgIgfE6s1BJGG9hOhDerfPSJOK9m+SJLyroGXz/yBK2AVV4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4594586},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0924410fa2a1d13d46f09ca42fb1f1de3e0a4f57","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0924410-20240620170850","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-0924410-20240620170850","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0924410-20240620170850_1718903394049_0.4971807573555098","host":"s3://npm-registry-packages"}},"0.0.0-next-54c2f7a-20240620171157":{"name":"@shopify/hydrogen","version":"0.0.0-next-54c2f7a-20240620171157","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-54c2f7a-20240620171157","dist":{"shasum":"73d2ee53ae9eafe4833f1b448259c11e2dd2944e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-54c2f7a-20240620171157.tgz","fileCount":56,"integrity":"sha512-45T2iZHOFwuuZikRLZCqWRRpVN6qa/qccElGywLpQb2nxFzPYYimUwXYf6ISv7Ij4pv0eiS2ODp1QVSLpwUK4A==","signatures":[{"sig":"MEYCIQCFirEHs6caaUVtX/dCKVejYxuO7/YfRNB4OxgfJfrszQIhAPQop6/7nontRZ+yJRto2Pe66XbF9Rf4uiwk9l6WbEqE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4594586},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"54c2f7ad3d0d52e6be10b2a54a1a4fd0cc107a35","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-54c2f7a-20240620171157","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-54c2f7a-20240620171157","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-54c2f7a-20240620171157_1718903577289_0.9053963780054535","host":"s3://npm-registry-packages"}},"0.0.0-next-70e2da0-20240620171612":{"name":"@shopify/hydrogen","version":"0.0.0-next-70e2da0-20240620171612","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-70e2da0-20240620171612","dist":{"shasum":"a62eee27c6382b34f414c0a90d1294a405b76fa5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-70e2da0-20240620171612.tgz","fileCount":56,"integrity":"sha512-/DX9bnf7CHC25Hsxq6Vw9pnwbUakuQR7iWnJpXupRfOuxYw/oc2OyTjGFZzhgvjphlTu6m63QBrPDREc9E/J1A==","signatures":[{"sig":"MEYCIQCIG6Y+P2oDqtxuDFIaxoGwGTQ8wducbhggOMxdjKyDOgIhAOoD34XlNiCKVvHhbiDiBKRWitYQtOxGdKJaGpzLlUGq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4594586},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"70e2da09b1d0be35fc3d050e6dab9489d5dde530","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-70e2da0-20240620171612","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-70e2da0-20240620171612","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-70e2da0-20240620171612_1718903832058_0.79566773689788","host":"s3://npm-registry-packages"}},"0.0.0-next-6a6278b-20240620180703":{"name":"@shopify/hydrogen","version":"0.0.0-next-6a6278b-20240620180703","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6a6278b-20240620180703","dist":{"shasum":"7382e4cdc42bc185d9e0166cac3b1632712b9f88","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6a6278b-20240620180703.tgz","fileCount":56,"integrity":"sha512-r0oAfUCUmpa/Q+W+i7e1XMN8vM0PUnayJhpkWwvNVsp7rvWHlLzheIazqKHuMqt2FDrG3kRkvLzUtsUqPU+BIA==","signatures":[{"sig":"MEYCIQDSLbR3lvd3YUYhO4sTDd9rqwJ5UKU5wSVoQFxiQPe0egIhAJknbhQb8d8NMvfKDZCJR+UkOZBlZA0DjrEiJBsF0UWT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4594930},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6a6278bb9187b3b5a98cd98ec9dd278882d03c0d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6a6278b-20240620180703","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-6a6278b-20240620180703","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6a6278b-20240620180703_1718906884485_0.381939251749404","host":"s3://npm-registry-packages"}},"0.0.0-next-e432533-20240621134458":{"name":"@shopify/hydrogen","version":"0.0.0-next-e432533-20240621134458","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e432533-20240621134458","dist":{"shasum":"2322190dc17847533b058c1fffbdb115bac891b5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e432533-20240621134458.tgz","fileCount":56,"integrity":"sha512-CILs3zsJKjO+pkOUYShFW9Y6rWgWxMlxVA1K5UG+7/6/CPYRfyWwId+wsjp2pvxmtwCy2oJOpeLQ0egQZWDIeQ==","signatures":[{"sig":"MEYCIQCo7lWI6VXhIStwOpz9asex4ZE3i5E5NH5a1eZ0NUPILAIhAPQmi6L55VtTCYCXQfamOpQAatczTrDuY0oBdH5TX5P6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4625889},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e432533e7391ec3fe16a4a24f2b3363206842580","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e432533-20240621134458","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-e432533-20240621134458","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e432533-20240621134458_1718977560138_0.11066044732880775","host":"s3://npm-registry-packages"}},"0.0.0-next-710625c-20240702194946":{"name":"@shopify/hydrogen","version":"0.0.0-next-710625c-20240702194946","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-710625c-20240702194946","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"321998da0352028aeac62122211cf55062ca6e1e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-710625c-20240702194946.tgz","fileCount":56,"integrity":"sha512-ikSrPOJAhYbpn/d+h2RkSYB6p6wj73NiAyhnZLLsC14/cLDXwd6YnjtqaO3kj0cAQr9PLsodQ2SSWbiqjY6FRg==","signatures":[{"sig":"MEUCIExmC0ojlsDMTjCaDObvD2eVxiyIrfkfMSweRuORBNxaAiEAgDP2Wkdu8BYE4jEScxa3rlAGN37U88uPX2BT0fvk4Yc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4625889},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"710625c740a6656488d4b419e2d2451bef9d076f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-710625c-20240702194946","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-710625c-20240702194946","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-710625c-20240702194946_1719949847335_0.13804470209531883","host":"s3://npm-registry-packages"}},"0.0.0-next-a0e84d7-20240703065927":{"name":"@shopify/hydrogen","version":"0.0.0-next-a0e84d7-20240703065927","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a0e84d7-20240703065927","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c7b174aec12a85d83556ee3dd28bfec68dc41736","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a0e84d7-20240703065927.tgz","fileCount":56,"integrity":"sha512-D1R+5ww9GHrZN8XPG4N++oZU1KuTi3RsbeSAISDSfexqqL8WwyqMqYG4//hrtDuVzV/+Zwu4Gr03uN8nzLp3hA==","signatures":[{"sig":"MEYCIQCKDh9Sq5Jqn5TXRO8wQcRZY6saAvWQpiY2GRtu1mnTgwIhAIepfekuqi9HNKNGC9MNHcrgPAjfFeddekNLLebOu+5h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4624842},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a0e84d76b67d4c57c4defee06185949c41782eab","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a0e84d7-20240703065927","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.9.2","@remix-run/react":"^2.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.9.2","@shopify/hydrogen-codegen":"0.0.0-next-a0e84d7-20240703065927","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a0e84d7-20240703065927_1719990033502_0.5642738311752529","host":"s3://npm-registry-packages"}},"0.0.0-next-58001b8-20240703213408":{"name":"@shopify/hydrogen","version":"0.0.0-next-58001b8-20240703213408","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-58001b8-20240703213408","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c1c776198b06af1ed15f196fbbf98d73057a56c2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-58001b8-20240703213408.tgz","fileCount":56,"integrity":"sha512-PlFhNNQgRPwFe6bqw+viEr656B39JDT7uA1bnFO5QedWeh9JPXArPEVqBlb3S+fQ99UqtuDZDtJzSALZZDHw6Q==","signatures":[{"sig":"MEQCIEHWf2tXcdlg6TuTKugJTPYYqubBvUeqOxyhmc4JfRw1AiBm/drN65z5Jb57rwj/A4r7AYPzHgySrh5GF0Zsmahi7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4624845},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"58001b80440ea929f954b95956d7102fcfcd6e1f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-58001b8-20240703213408","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.10.1","@remix-run/react":"^2.10.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-58001b8-20240703213408","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-58001b8-20240703213408_1720042516417_0.0652837809744593","host":"s3://npm-registry-packages"}},"0.0.0-next-b3026d0-20240704084302":{"name":"@shopify/hydrogen","version":"0.0.0-next-b3026d0-20240704084302","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b3026d0-20240704084302","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d8c2729701892291dbe028c0d25d9a3b24cf2df3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b3026d0-20240704084302.tgz","fileCount":56,"integrity":"sha512-7rpbVksAFSXTIiWSgJFusJ9bj8Xsc4qXJexkYCYpLxpwPwDKw8nEpYf8KQIU/3xg3CHO9MDKdRnteg8OmvkKuw==","signatures":[{"sig":"MEUCIAiOtJ3h8x35B4udnV3v9WXXA0tVgUAQrz0/aRDjwLrZAiEA6RMZwmVe3slZQWBp7I1KKvEfUucFXNzU0LLGJEBXcJM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4624810},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b3026d0b77f74ccb9c89df458afe7a8aa39e3da6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b3026d0-20240704084302","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.10.1","@remix-run/react":"^2.10.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-b3026d0-20240704084302","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b3026d0-20240704084302_1720082648758_0.26643856368151364","host":"s3://npm-registry-packages"}},"0.0.0-next-426bb39-20240705011539":{"name":"@shopify/hydrogen","version":"0.0.0-next-426bb39-20240705011539","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-426bb39-20240705011539","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"47020a2a81f745ce6a9bea061724a1973937093b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-426bb39-20240705011539.tgz","fileCount":56,"integrity":"sha512-XywscHCLXI3ojAPp4Ppd0tA+d1P0Q6RIUJkx6TVIZfk4xJnvRDqxyEqA2yzvqWR23x7y2jusCQW1wHhVm0jfHw==","signatures":[{"sig":"MEUCIQCzi7l3m6ThGgM3ocfujCIdIEFE7tG3zzV+q/3tRimULgIgKDzhyB56f+MsBNCyphtaWf3xAbJ0OHChd0Rm5GkCLC0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4624810},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"426bb390b25f51e57499ff6673aef70ded935e87","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-426bb39-20240705011539","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.10.1","@remix-run/react":"^2.10.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-426bb39-20240705011539","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-426bb39-20240705011539_1720142204606_0.7220080920653522","host":"s3://npm-registry-packages"}},"0.0.0-next-ee28ee1-20240705042654":{"name":"@shopify/hydrogen","version":"0.0.0-next-ee28ee1-20240705042654","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ee28ee1-20240705042654","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"055fb6d05b1cd010e15592f68d978cd9a5be485c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ee28ee1-20240705042654.tgz","fileCount":56,"integrity":"sha512-5Ege0LpnII171kQbzVgHXm9x0+z6HPSME6kO1h/W6AapwT9GqVl1Ch0iwGQ6+1AZEtCLk6VPZ/RV2w98JTRTBg==","signatures":[{"sig":"MEUCIQCxMmnZjUpgjpmu16VV/+wMup2j5ISxAvEAb2iVpBvwCwIgJqJ1cWwwJGEfgWGHb7ScTnJAvptV/GOpWpI3bEQwr3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4624810},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ee28ee149841430d62537c49a2385e690a8fb0fc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ee28ee1-20240705042654","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.10.1","@remix-run/react":"^2.10.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-ee28ee1-20240705042654","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ee28ee1-20240705042654_1720153680889_0.2547645561494276","host":"s3://npm-registry-packages"}},"0.0.0-next-6e42eee-20240705103717":{"name":"@shopify/hydrogen","version":"0.0.0-next-6e42eee-20240705103717","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6e42eee-20240705103717","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ec7216d09a03e0d39717aea4b29677130259d38b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6e42eee-20240705103717.tgz","fileCount":56,"integrity":"sha512-bJxsEgWnZtvAAW/g3/WTPcpL/3LnPVJSLAN7aQRJq9ON0ABuxkZ73io9f9g8ntDSCn9L9VQxsIt7TUJmSDqNlA==","signatures":[{"sig":"MEUCIQDHdOKUWqg70PufjHj7S65mwpbEzIrzEiwWrs+ETRQ2sAIgCS95TcFb2k+X/sE3Zit4oAdMJFBnTva/1HiJHdhQdfw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4624810},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6e42eee95e7468da0274969774c520481ca84aab","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6e42eee-20240705103717","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.10.1","@remix-run/react":"^2.10.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-6e42eee-20240705103717","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6e42eee-20240705103717_1720175902582_0.05995628690490995","host":"s3://npm-registry-packages"}},"0.0.0-next-a5e03e2-20240705150344":{"name":"@shopify/hydrogen","version":"0.0.0-next-a5e03e2-20240705150344","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a5e03e2-20240705150344","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8099506bd4c9e6ed1f52fd74c98bb1c71286133d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a5e03e2-20240705150344.tgz","fileCount":56,"integrity":"sha512-29MW1XYz8o6y1TQK+RR+Qd5N+nRZu3+335YetC/1uHCMmFvMQgmT62QOVR8rQjyuL/aOi8b9u7GDxJixjHdwuQ==","signatures":[{"sig":"MEYCIQD6+ChMlp7Yqj8GZDikgaq1+WbkZss+qL5UuRvGpaQZyQIhAIaL3PnPEqWMvH9O3uCf+YNnnQilJ6Q/GL/zlR0aoBho","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4623961},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a5e03e2a1e99fcd83ee5a2be7bf6f5f6b47984b3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a5e03e2-20240705150344","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.10.1","@remix-run/react":"^2.10.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-a5e03e2-20240705150344","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a5e03e2-20240705150344_1720191891794_0.5902952748600798","host":"s3://npm-registry-packages"}},"0.0.0-next-6379d32-20240705184930":{"name":"@shopify/hydrogen","version":"0.0.0-next-6379d32-20240705184930","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6379d32-20240705184930","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c88a3527bad0f71961a740114b886c48fdb19822","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6379d32-20240705184930.tgz","fileCount":56,"integrity":"sha512-1UBAkwRFXNd++1zYItluF0d6P73F00tXqKXbqtDCEiZfpSudmwicBMGwhnjJSS1rlbFP9BYL7NcOvx3dOimk+Q==","signatures":[{"sig":"MEYCIQCwyi/3M08DWbg6qhvTVbFAYHfflFvUfK67sA13sBmArwIhAIF6S404gGfEvrGToG2MH5SuUi5rRB5UpgVQzJZu6ami","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4622492},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6379d328cc03f4e281e4f8ca985db31241d5f83c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6379d32-20240705184930","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.10.1","@remix-run/react":"^2.10.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-6379d32-20240705184930","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.1.0","@remix-run/server-runtime":"^2.1.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6379d32-20240705184930_1720205436337_0.4372203270267401","host":"s3://npm-registry-packages"}},"0.0.0-next-788291c-20240705192120":{"name":"@shopify/hydrogen","version":"0.0.0-next-788291c-20240705192120","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-788291c-20240705192120","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b3cb75fdbeec9bd41c46b7cc4d7248c67e5fa755","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-788291c-20240705192120.tgz","fileCount":56,"integrity":"sha512-KUQMM3rmv+pLMv4r9+GBZdlB5GLbPQ4F4MPGF57HReVzZfOMoT43KLjULLhnu2a6OLNLY+rpjL6V6KZsQDqp5Q==","signatures":[{"sig":"MEQCIHKgXsdSIGi5x00MqAyaRwQDic20gVYOerT9+7VHu2xiAiBYyMn9F72o7BQU4uPUVYooeqfvafYyw3Vf/Ir1esV40A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4527899},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"788291c391993fac62f168db5940015b5ae1faf2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-788291c-20240705192120","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-788291c-20240705192120","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-788291c-20240705192120_1720207347005_0.3404299150401111","host":"s3://npm-registry-packages"}},"0.0.0-next-604040e-20240705200254":{"name":"@shopify/hydrogen","version":"0.0.0-next-604040e-20240705200254","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-604040e-20240705200254","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"60fb29a94b02cba263224f1508e4fd64b698fe2b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-604040e-20240705200254.tgz","fileCount":56,"integrity":"sha512-l3joGsmDnsCZsGSggSrVgfc/ZIFotHgcBGOURi7MWjmHbupiGHWnZ1kZ2ZeVlPCgDmp7vAZFSqmd8DT8lEYIcw==","signatures":[{"sig":"MEQCIEFe5E/7micOOgfKUvsZXfn7Pxzk6ymVnPVwEP+K/HjaAiBirasasD1xxf4sVrAmkDaIfF5d2DjcrbAuq0lc4539FQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4527899},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"604040e5b2e9784b71e9b230f33ebe99b05e8829","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-604040e-20240705200254","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-604040e-20240705200254","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-604040e-20240705200254_1720209840284_0.1505601672731347","host":"s3://npm-registry-packages"}},"0.0.0-next-f306537-20240708081514":{"name":"@shopify/hydrogen","version":"0.0.0-next-f306537-20240708081514","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f306537-20240708081514","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"239e4ad7e9854d91fe23bfa01f77ac60dbd2c172","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f306537-20240708081514.tgz","fileCount":56,"integrity":"sha512-rQOFKUGAKMXJzTuUJV0YklVUkeyPHE/PPfzOM+/qTL3voVZq8+q83SMKNfQ5+wcZ2zyqEDkTukqzTO6NZqxMPw==","signatures":[{"sig":"MEYCIQDMf9xVqUny94i69zk2BXO7RW4Gs+zdv4QQqB+VsW8nQAIhAJc/PaDBuqxGhqaLVXRxW/sbGNgx2Dv1vGeukWuKGQKe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4527899},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f3065371c1dda222c6e40bd8c20528dc9fdea9a5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f306537-20240708081514","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-f306537-20240708081514","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f306537-20240708081514_1720426581450_0.4694064783899279","host":"s3://npm-registry-packages"}},"0.0.0-next-0f91388-20240708084806":{"name":"@shopify/hydrogen","version":"0.0.0-next-0f91388-20240708084806","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0f91388-20240708084806","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"309c465425bdf53e940eeb76cf68c84219d5ee72","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0f91388-20240708084806.tgz","fileCount":56,"integrity":"sha512-l7LRT/Eg1k20bUj72fVzGvur0gfmx+qFinhCqMyHCFx8r1YAHq7K/2eDGEM7TVPjxCVrNRwcE5iyjkJ2jkCFuw==","signatures":[{"sig":"MEUCIQDREnns+DVFv1dEzyctL1qT/BpqcfftF0AMtNC3y/JNbwIgc5hafqAl+xv6A3hbo+UqYCsvQnBmLQlc/8eiGcyM3iA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4527899},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0f91388f3da45f9435e4bd0b3a5e79023419020f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0f91388-20240708084806","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-0f91388-20240708084806","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0f91388-20240708084806_1720428553663_0.9770568612279869","host":"s3://npm-registry-packages"}},"0.0.0-next-c269065-20240708085446":{"name":"@shopify/hydrogen","version":"0.0.0-next-c269065-20240708085446","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c269065-20240708085446","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"415e421c1fc93fe62594201c3819ef47a90c626f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c269065-20240708085446.tgz","fileCount":56,"integrity":"sha512-fhFy/LpYPftGQc1lbhAHRZHMu87wSRhP/uCUxZX4O8vy2tnMhi17X2U7xfdWb/5izqUFMsIgDw1ezmifAuTpJQ==","signatures":[{"sig":"MEQCIC3n6s1C6qXkvZu6LxXulC3X5Xj3vhsbwC8A/gIONT9bAiADg5MMBJXXgtPFKAVPimgZh1xjgUGi+T5i6bQhQbNiJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4527899},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c2690653b6b24f7318e9088551a37195255a2247","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c269065-20240708085446","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-c269065-20240708085446","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c269065-20240708085446_1720428953766_0.20829496172000384","host":"s3://npm-registry-packages"}},"0.0.0-next-18e76ba-20240708092928":{"name":"@shopify/hydrogen","version":"0.0.0-next-18e76ba-20240708092928","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-18e76ba-20240708092928","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"46e4aaec2eac23d26e39f10d6dc127f3ed8f3e4e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-18e76ba-20240708092928.tgz","fileCount":56,"integrity":"sha512-AnlcFSI5sa2uqwNdOXwLVFvgAThpO0mU9MBo90PI6PAHPsArzvaRS6xd7CskdJjgOj/qEPgDzimgdfrzCIRTHw==","signatures":[{"sig":"MEUCIQCFOEj9/DwiEAXd/fpHG2SfsBH+78Zx3omasdcbal1LugIgArHYqdB7RAZ/9Z57z085ameWJCKR+CtvAZpm9N6KtRA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4527899},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"18e76ba96dd9211481dda92890318433c517a0b8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-18e76ba-20240708092928","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-18e76ba-20240708092928","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-18e76ba-20240708092928_1720431035901_0.975054705930297","host":"s3://npm-registry-packages"}},"0.0.0-next-ba5f528-20240709045138":{"name":"@shopify/hydrogen","version":"0.0.0-next-ba5f528-20240709045138","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ba5f528-20240709045138","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1336e9c185197b97df5544fdf7d71bfdbb0cabe5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ba5f528-20240709045138.tgz","fileCount":56,"integrity":"sha512-XCwM2xgX322SMGVPtZOlcNrbJ9Yt+rQRqByhN8IQymp48TitnfyiE3DcD7O1G4gnPJLDpUZ+tndHaW1QXQktnw==","signatures":[{"sig":"MEUCIQDvASAIdz+ofa2qxbT6F7QRZXRQpFpFQ/BBLvMsE3yP+wIgdKMMeAzbxd4nicrBc6epOEUO1QlXiEM4T31VI1G7Uyc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4527899},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ba5f5286ae16dfee1fe84057619d6665c719adf5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ba5f528-20240709045138","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-ba5f528-20240709045138","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ba5f528-20240709045138_1720500765396_0.9558167253995868","host":"s3://npm-registry-packages"}},"0.0.0-next-66236ca-20240709203455":{"name":"@shopify/hydrogen","version":"0.0.0-next-66236ca-20240709203455","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-66236ca-20240709203455","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6b0a51596aa1ea6e396e5efc64da6baf2db74be2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-66236ca-20240709203455.tgz","fileCount":56,"integrity":"sha512-Wy9bZ8OdiBG+HWVJQRn44aYjAkuelJZHQbxtMI2HTByR/e5yLk8rpLv3UqWHjR9QfosBgUzomcxD77ebUWaylg==","signatures":[{"sig":"MEQCIFhItjhywt1UXmSrFyG/+aqshxoyfsBFwO4d1gezqPsuAiB7HFU6uAKvZ0l/gxsUI7mJmRwVm1uPqKiyckrBjVr9pQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4530701},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"66236ca65ddefac99eaa553c7877c85863d84cc2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-66236ca-20240709203455","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-66236ca-20240709203455","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-66236ca-20240709203455_1720557362914_0.8858042319640587","host":"s3://npm-registry-packages"}},"0.0.0-next-e868b0d-20240709203733":{"name":"@shopify/hydrogen","version":"0.0.0-next-e868b0d-20240709203733","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e868b0d-20240709203733","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a2562d1d3af3257ad190ee3a96a39ddaaeef7a61","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e868b0d-20240709203733.tgz","fileCount":56,"integrity":"sha512-WCoqiGgmSJ2+Vxj3ZHmn1AW73Cu1/8aOh5dO3g28kxmR0lpCZxtO86KNxf8k2x1gspN2zyBfREtnmgROXWcHgQ==","signatures":[{"sig":"MEUCIGqBRNKbf+WsZ0sUmZeBQajXILbz9lka1c/n34qs+8qmAiEA/NkbmdhVLmUQY1/gm5nLhqfbEGNXeNOay8VkIMwEsHc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4530701},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e868b0d4d16a7e5fc7e86ba8752bff533422f045","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e868b0d-20240709203733","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-e868b0d-20240709203733","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e868b0d-20240709203733_1720557520881_0.8418475103989984","host":"s3://npm-registry-packages"}},"0.0.0-next-a1400d4-20240709205659":{"name":"@shopify/hydrogen","version":"0.0.0-next-a1400d4-20240709205659","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a1400d4-20240709205659","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"acb799cb96273d9e6f4edf91587c22cb85bc14e4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a1400d4-20240709205659.tgz","fileCount":56,"integrity":"sha512-d73A0fHBpec/yvqVorHx8x/Ej2LC31b4+vxYQwbv9P18M2VmxszN+Q3nca6EWaCT0qYcx3/QUWL8riL5MSCBeA==","signatures":[{"sig":"MEYCIQC0lRuwQuNqUKBH+yF62bQ1nEh5pXd6/jGIcvly5Y5+NAIhAJ4j3emJBc8ZetfIh3Xq1VixBLEgByDktFslE73cf0CG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4530701},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a1400d4334bab336fa6d821a84654bc81bdb50f1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a1400d4-20240709205659","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-a1400d4-20240709205659","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a1400d4-20240709205659_1720558686236_0.16830139463922156","host":"s3://npm-registry-packages"}},"0.0.0-next-4f048f9-20240709222557":{"name":"@shopify/hydrogen","version":"0.0.0-next-4f048f9-20240709222557","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4f048f9-20240709222557","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c3947ba7b32aa527d79489efa6aa98b8fceb3c6c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4f048f9-20240709222557.tgz","fileCount":56,"integrity":"sha512-TO0igLBkhzaYDSqRrFf3hbDPEt0kb/zo+8wTIEQm+G7xJrQC16HgodHBhH8MlS1a0taOjbVLM1oMJKhyRMBZsg==","signatures":[{"sig":"MEUCIEM2W2rGvKG0hIi9jmDTi6hNHh2WYkB9Jub9bRxSh/9sAiEAkw7l1WOYJikviU2ruXYLs4xYLXTt5Pqa2TFJPbZsTLU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547611},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4f048f9ef111cf12b5249adca61f5d6797fa9767","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4f048f9-20240709222557","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-4f048f9-20240709222557","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4f048f9-20240709222557_1720564024866_0.9235248671096639","host":"s3://npm-registry-packages"}},"0.0.0-next-1e262fa-20240710151947":{"name":"@shopify/hydrogen","version":"0.0.0-next-1e262fa-20240710151947","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1e262fa-20240710151947","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f15b3384e40a92f74fa74101b9a4703f93148a0d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1e262fa-20240710151947.tgz","fileCount":56,"integrity":"sha512-OO6oDgVFmWEj2sfHASSR6PH7a7FOe4Gg9TAK0LbElioyZAfK+PT6mmatrojN+bfc/u1ZOJ9qP0YZptvh6RizEQ==","signatures":[{"sig":"MEYCIQCCL+Ku4jhJhRVrF4iu7XFdS0u/2dDZobIJmcbSR9NA4AIhAO9CNAnJ/kHs/zhkHFZ15sSK/yTx21d0vds1MqwruF3f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547611},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1e262faf2632a24e47de48583855ebf635f25a53","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1e262fa-20240710151947","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-1e262fa-20240710151947","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1e262fa-20240710151947_1720624856492_0.9104521747418151","host":"s3://npm-registry-packages"}},"0.0.0-next-76e9285-20240710194941":{"name":"@shopify/hydrogen","version":"0.0.0-next-76e9285-20240710194941","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-76e9285-20240710194941","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7b2684b24ea31e91aee695bdd7455e7d5985372b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-76e9285-20240710194941.tgz","fileCount":56,"integrity":"sha512-pfU1B8IhC/ymEnE5E7tB1TLdbcVj8E4UE0vN4VroOSce7mI1lmbgNVEE6OkbFDnd7FMy6ez3+qzEQeQAGZkfQg==","signatures":[{"sig":"MEYCIQC6s9vjVXhzO6QeXQOBMD2hCxb6oHcnLDBthulXLvEHGQIhAKJi09NOXhmx7635QwYoGuGJAgTV3TTaDqPWl9q8lVVx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547611},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"76e9285e4f720a37fd47bd83fd0ab8715e4ed6d1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-76e9285-20240710194941","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-76e9285-20240710194941","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-76e9285-20240710194941_1720641050799_0.44791924184952525","host":"s3://npm-registry-packages"}},"0.0.0-next-893ccf5-20240711133202":{"name":"@shopify/hydrogen","version":"0.0.0-next-893ccf5-20240711133202","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-893ccf5-20240711133202","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d7044efe39003dc219ffdcfabd0b1eb1c6b85395","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-893ccf5-20240711133202.tgz","fileCount":56,"integrity":"sha512-l/Gl/2kcptcifwN4geh09V52gqAib/VieqIzE1yt/SaK1tXhmUh1YZzf1fpMro28HeVQ+p6K8vBBIAEbgQ0QzQ==","signatures":[{"sig":"MEYCIQDf3O2hRLEbZQ4LyCi0v7mlcRNHXkxLyWxmGlp1pDOV7wIhALC+UOWlSAn2jDEbOTRCBfVumgNK292Uy1MULoo2+iWo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547611},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"893ccf5512d9ea5cd7b130644ae8718e584cd7ea","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-893ccf5-20240711133202","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-893ccf5-20240711133202","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-893ccf5-20240711133202_1720704789780_0.6688753438186754","host":"s3://npm-registry-packages"}},"2024.7.1":{"name":"@shopify/hydrogen","version":"2024.7.1","license":"MIT","_id":"@shopify/hydrogen@2024.7.1","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"57a7de08654a8adae6322616e36bf76f54283f7e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.7.1.tgz","fileCount":56,"integrity":"sha512-Vbrx5EBbnzy+GMdDFEOnxyqXHbOWBPyS2dTrHEVfGiof7yinU1qGnFrZJR+p3KhEAF34a3dMySDFGi26k0Yeow==","signatures":[{"sig":"MEQCIGlnKw9zE6mxQ/yHvqdW8cxVhTNMxIW2NRz9QRtwKQc+AiB5pAPhPAcUxDAplGUyqnSJWIsYyZVFryVxh13Hup+1Wg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547327},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5aa0c1839a1fdd0869e577f99f862d2217493e61","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.7.1_1720706583254_0.21203683472605128","host":"s3://npm-registry-packages"}},"0.0.0-next-1bc33e0-20240711142513":{"name":"@shopify/hydrogen","version":"0.0.0-next-1bc33e0-20240711142513","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1bc33e0-20240711142513","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e81e601fa20c5823d62b210c831cdd6ebe1317d6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1bc33e0-20240711142513.tgz","fileCount":56,"integrity":"sha512-IwPVCw/4og8/wjMxqepU+BxvphUgeEN9CiJPeYKrJlRYKE6wyq+ig5oPfUPRmd/8lMThHAi29zq6LyzN500TiA==","signatures":[{"sig":"MEYCIQDJvp1ANgpGU7VPOpfH4QIncKKwANk7t5pmoSf4M5uFtwIhAKqoliz4DwMEDRI3z+1OVkPrC+4W88JEhGDNLGPS14WH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547611},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1bc33e07b8f162537d2db5ed91c11d63ccf0691a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1bc33e0-20240711142513","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-1bc33e0-20240711142513","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1bc33e0-20240711142513_1720707973385_0.9348969563051024","host":"s3://npm-registry-packages"}},"0.0.0-next-8741464-20240711143533":{"name":"@shopify/hydrogen","version":"0.0.0-next-8741464-20240711143533","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8741464-20240711143533","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"98899a7d3f4d9a6986ff26e7347c1bef47031288","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8741464-20240711143533.tgz","fileCount":56,"integrity":"sha512-Y85LIA6WZE05NFFSDtaGW3i86depemh64UfnbkO2M5x6cP+g9N10tdm13f1VAL0lMM6QLWi4xlyQIbws3jIM1g==","signatures":[{"sig":"MEQCIE4R2GThABvm9PWrbechs5Mv7gcPnKOjNf3MmnWl/WMeAiBMKhqi/IvF1AvE9ItWYYGvrsRZrFg11XWKgf14qdd1HA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547611},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8741464f22431d7e778baf8b50ae8203e5542d88","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8741464-20240711143533","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-8741464-20240711143533","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8741464-20240711143533_1720708594067_0.6664211750052342","host":"s3://npm-registry-packages"}},"0.0.0-next-84ebdfa-20240711195615":{"name":"@shopify/hydrogen","version":"0.0.0-next-84ebdfa-20240711195615","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-84ebdfa-20240711195615","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"10c3aec832c77d5c6621d98a7012b6692f4f9268","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-84ebdfa-20240711195615.tgz","fileCount":56,"integrity":"sha512-2J6Kda7Kx6jQ8aHPAZzl3aqnbUjJsDTyF26ptHtta0J5YxLyPZngB6lHaExM8Y8PRX5F1qwl1na8yimEwqjvGw==","signatures":[{"sig":"MEUCICjYY8b5sJQxtkXz3N+CLi4wK9Fu87r2N8nCCCQ5jE13AiEAkOF/jnXwmfVu5ELeJw8VIdQcQ5LUOhkYjrIo99g1Fw4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547611},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"84ebdfad9bbc52379444f6f6ca4e07949e336046","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-84ebdfa-20240711195615","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-84ebdfa-20240711195615","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-84ebdfa-20240711195615_1720727834763_0.21844059317238718","host":"s3://npm-registry-packages"}},"0.0.0-next-7d0bfe8-20240712202627":{"name":"@shopify/hydrogen","version":"0.0.0-next-7d0bfe8-20240712202627","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7d0bfe8-20240712202627","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e8db8b9f68d2ecb691c86cbe5758b18340f5918b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7d0bfe8-20240712202627.tgz","fileCount":56,"integrity":"sha512-iuKtqig8IDfHNPu5YfSt9SM+1tcnRFem2PPmWfazSdRKI0+H29C8ICBOVJtHsIakoMpdBtH4FANp2cj5O1zjtw==","signatures":[{"sig":"MEUCIDUwNd1gtEOrOi1MxMNimWpOdlBcreiuzqRCVUiXkUdWAiEA/mm3lK2rT4vacj3nMlTpjvV0yP5m6v1eQyipJEm+Dp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547523},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7d0bfe8cdf7dc333fba3c16c37bd3497e996bfb3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7d0bfe8-20240712202627","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-7d0bfe8-20240712202627","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7d0bfe8-20240712202627_1720816045828_0.07007740839458676","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240712202726":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240712202726","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240712202726","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2a50d1288e90267c240a5ab076c38205fc2f915b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240712202726.tgz","fileCount":56,"integrity":"sha512-l8iPsqsAun9jHk7wRqFX06CuRYi+s4o9PZG94Uo55zkVAI3O8URE/i8l/Rvf5B4yLfwnmvwtZJWiwdwYCfRnnQ==","signatures":[{"sig":"MEYCIQDfmjYyUfErim02wDHXXfDfzR7stps9CNAFkazGPi8pIAIhAJD8j54YKmdYYsFO03etsY3xuSXuW2zKkUrQu2/PpwEg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4548146},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a67a4dd2bb7741214dfb47af41870780b33f2434","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240712202726_1720816064508_0.6582645237305835","host":"s3://npm-registry-packages"}},"0.0.0-next-22177cc-20240715011641":{"name":"@shopify/hydrogen","version":"0.0.0-next-22177cc-20240715011641","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-22177cc-20240715011641","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"616e2c5bb663245a5fdf7f34684667039d513ae0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-22177cc-20240715011641.tgz","fileCount":56,"integrity":"sha512-j4nCDiWZ0eqyVWcxyxd7gI7A93m5PcglMcIWFQSsbhgZ/AO007tUABKRIzhvnxvp7v9dy5y0YN+1BT/O9W+EIw==","signatures":[{"sig":"MEYCIQDKe191xgQjfn0Vr21tbK37qemRHU0zsb1Ytg75grlXIgIhALPg7THBykYv4CF4Er/cp3uAR/TG4sq5fEVRVHLcPV36","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547523},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"22177cc6936cd00acdea037495c2b89e36653922","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-22177cc-20240715011641","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-22177cc-20240715011641","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-22177cc-20240715011641_1721006259992_0.07884898494945736","host":"s3://npm-registry-packages"}},"0.0.0-next-18ea233-20240716025531":{"name":"@shopify/hydrogen","version":"0.0.0-next-18ea233-20240716025531","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-18ea233-20240716025531","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6bd5da4be450711afc099581fa69b6b477155b75","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-18ea233-20240716025531.tgz","fileCount":56,"integrity":"sha512-F/UwEbk62FziYEhzT7upTNWFL0TgHTXTR4V3MKrn6O/H8W0rlixFRaU2NiVvH4jJ0wrYW4lzAKKEnmwJN8N0Tw==","signatures":[{"sig":"MEUCIQCL389IrRcBKMTCbuQ9TCzQwHqqpPQOeJwcNfM7lfcpCQIgFZFhvB4TbHR5G7ojft6h+8KnQL92zwFl4epg/Yadl9s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547523},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"18ea233cd327bf3001ec9b107ad66b05c9c78584","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-18ea233-20240716025531","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-18ea233-20240716025531","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-18ea233-20240716025531_1721098591349_0.7614541220487829","host":"s3://npm-registry-packages"}},"0.0.0-next-6f9145b-20240716142618":{"name":"@shopify/hydrogen","version":"0.0.0-next-6f9145b-20240716142618","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6f9145b-20240716142618","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"015e7fc0792e55cac7907941be05465f54f94ea8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6f9145b-20240716142618.tgz","fileCount":56,"integrity":"sha512-v+RAXqr5XSE/ofM8PU0C51U5nXwCYNR/Ig1YEDqMmcLQTqkZXGun0UATINpZCHSahZog0DUI9lUIryQWr1eh3g==","signatures":[{"sig":"MEQCIFZspfb73ZJjlJRyoeSdEB9/PvAv1i7nolJoQgQ1wKU1AiBs/7557dA7RJuJ//eYZVvxCXi+Te0oi4+Ra3hGxv8EBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547523},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6f9145bae152dd20abb0326c0ea3d6a9815bad47","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6f9145b-20240716142618","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-6f9145b-20240716142618","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6f9145b-20240716142618_1721140038842_0.32896621268516113","host":"s3://npm-registry-packages"}},"0.0.0-next-8b2322d-20240716164327":{"name":"@shopify/hydrogen","version":"0.0.0-next-8b2322d-20240716164327","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8b2322d-20240716164327","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b883acd720a733a332ade2e85d6743c1e30fb1e0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8b2322d-20240716164327.tgz","fileCount":56,"integrity":"sha512-ipQqg8xxahWnrHBgzuMmm3Q54++AU9yFrSkKgLWF5VG5qx9LYiYCrXxz/8HlMWvHhZNnLli6fHLADjSD+G2r/w==","signatures":[{"sig":"MEUCIHVahhQ2qCM2TvN2viHUb8OYAzjVnzGP9IbgQta8aPZsAiEAzSoOFvUc9LBGLC/qP5qnB74nS1xxiWijE8x3XB9DpLo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547523},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8b2322d783078298cd5d20ec5f3b1faf99b7895b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8b2322d-20240716164327","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-8b2322d-20240716164327","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8b2322d-20240716164327_1721148269121_0.8106971316945755","host":"s3://npm-registry-packages"}},"0.0.0-next-c2eff9b-20240717003408":{"name":"@shopify/hydrogen","version":"0.0.0-next-c2eff9b-20240717003408","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c2eff9b-20240717003408","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7e226867f37ea6b275fc916368ac48528b889b09","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c2eff9b-20240717003408.tgz","fileCount":56,"integrity":"sha512-67rJ2ZrPHY2WiflntyUS5PvMhQr1d9vUFj6PDqSvXBywy6w8N91Z0ShZfySpmgFGaemVYpE4Mi3rmrPT5J9BiQ==","signatures":[{"sig":"MEUCIQC48hUziUeso+w4nPeAMbZr4aeIjoiuLYVJ1iWD44hWHwIgH+E6uB0MDwd0JGy9kaN0pSMRmIADQxiDTe8/kDkS+fg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547523},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c2eff9beba69940576d45088247444a978dff397","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c2eff9b-20240717003408","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-c2eff9b-20240717003408","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c2eff9b-20240717003408_1721176508617_0.8564925350149881","host":"s3://npm-registry-packages"}},"0.0.0-next-150854e-20240717170833":{"name":"@shopify/hydrogen","version":"0.0.0-next-150854e-20240717170833","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-150854e-20240717170833","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c5de1403df5c6a411ee550b1a016b57f2470401d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-150854e-20240717170833.tgz","fileCount":56,"integrity":"sha512-BVLscdLmHFRkiWo6GhR3Q0VxuC5QJ5VG2E4P4SBYaCaRzvRQcn3LL0fvxN4kggmHj5hEROFv/ASwlcveoi2tRw==","signatures":[{"sig":"MEUCIQDWt4VGAie6xZ5sTHWHtHFYSDUo4xujJMwFY4FH3AaSfQIgVBQae5sYs36BX2Py1Zcy0Gv+Zs/NkRiNNf+oDBxBD2I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547582},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"150854ed1352245eef180cc6b2bceb41dd8cc898","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-150854e-20240717170833","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-150854e-20240717170833","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-150854e-20240717170833_1721236172801_0.646171769649065","host":"s3://npm-registry-packages"}},"2024.7.2":{"name":"@shopify/hydrogen","version":"2024.7.2","license":"MIT","_id":"@shopify/hydrogen@2024.7.2","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"588df403c526daecfd863e58a6edb33c6d2cbc0a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.7.2.tgz","fileCount":56,"integrity":"sha512-Uly8NkOiSExWnJHX12U5jk/JSuCASwEikNOT/5NqLfHldb05/J83r3O3TACIzyXquIWqJbk910YpzOe7D/54lQ==","signatures":[{"sig":"MEQCIE8Ej9broEm83aTck1uqEoepSxz1k3WICwbvdcXrAMaRAiBw5xwWMd3mo3eT3fPcKS5bXwozPIC1GAfwOfSt1zXkdw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547298},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"583d72fb6f0905de39997d8e8b641723a50412d2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.7.2_1721237260085_0.754771571855996","host":"s3://npm-registry-packages"}},"0.0.0-next-220ae88-20240717173046":{"name":"@shopify/hydrogen","version":"0.0.0-next-220ae88-20240717173046","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-220ae88-20240717173046","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6e223f0b1cc7d0bb987ed5909fcc4e6da95ec0f0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-220ae88-20240717173046.tgz","fileCount":56,"integrity":"sha512-W0ogMSC4F/r+IVyXpgnGs5e11wpwu2UNPt10SVfUw+lisOKaasvyPHSHT8EXouuMngiOHmp5QrhhcmPEZpHP+g==","signatures":[{"sig":"MEYCIQCM+52zE5jiu1bO6ZFNzHn3OJto5IX8QxhWFyzewmxABwIhAIdQ6bU/H3Zqwli8D2U9OdkcfF59e4OimIklgQyRE2Mq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547582},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"220ae88a28b0223df38f1db077a41bce66e43042","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-220ae88-20240717173046","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-220ae88-20240717173046","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-220ae88-20240717173046_1721237505308_0.9729346402896137","host":"s3://npm-registry-packages"}},"0.0.0-next-150aab4-20240717181438":{"name":"@shopify/hydrogen","version":"0.0.0-next-150aab4-20240717181438","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-150aab4-20240717181438","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"034d88f83c61a7e568e1715844c31577d6114a76","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-150aab4-20240717181438.tgz","fileCount":56,"integrity":"sha512-jPZPF16ShVH+P71dYjFi24IEjR7vizb7ONQ70HZulfP1fDiQDW1DajtMcXuZqZsU5jcpXAWwJuqe3kYYv/Cn0Q==","signatures":[{"sig":"MEYCIQCquOdfmjPsVEIIRMcMbBXO8LI8AF17Oq86ZCRF976Y4QIhANTxGZrDqLoenz921APxFI+uKaeJxi7zdRiCVUnivK+X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547582},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"150aab4ec2484aad4840306f99919e3e8d2c16a7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-150aab4-20240717181438","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-150aab4-20240717181438","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-150aab4-20240717181438_1721240138160_0.5399040487196853","host":"s3://npm-registry-packages"}},"0.0.0-next-7bf255e-20240718005850":{"name":"@shopify/hydrogen","version":"0.0.0-next-7bf255e-20240718005850","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7bf255e-20240718005850","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3009dd763f915bf58aea36f7cefc41c2b7ec7de9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7bf255e-20240718005850.tgz","fileCount":56,"integrity":"sha512-iOBSCfFwdnTtHyLgbl6CEesaYDH7yS1q4uUWWKr6vODTTavKFziXeZcHgUz+NmdioYAOpphdTZSJ17YPuomzdA==","signatures":[{"sig":"MEUCIHrV83ogcXtouakwJx2Bi04RscveESbnKvc51kxCiYglAiEA0nvvJSTIzo9YDkpI7ZZusR38sItbigGKMHb3WHjx2QI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547582},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7bf255eb6fd7de83aec360dc54db0dd96623b028","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7bf255e-20240718005850","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.11.1","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-7bf255e-20240718005850","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7bf255e-20240718005850_1721264389238_0.9666977838986108","host":"s3://npm-registry-packages"}},"0.0.0-next-25ab903-20240723214803":{"name":"@shopify/hydrogen","version":"0.0.0-next-25ab903-20240723214803","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-25ab903-20240723214803","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c77bf96d0e7d76f2056c697c6e0ba61b51411084","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-25ab903-20240723214803.tgz","fileCount":56,"integrity":"sha512-BOZfLSDI1rLKjobVjTMOV2D9B6LI3DKWSQvbGZWhAdDKxDx9a2EwUs1BnzHrrd7NppvflcOSqjmSfjytGVPC6A==","signatures":[{"sig":"MEYCIQCwlBX2p8kAgk2I9HoNhBImf1LbFZBre+Sfs7Nf+gqSlQIhAPEM8GPQZ5hxk8UlnCV7QCIwtAyuYg5igN0G9212VGIa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547582},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"25ab9035f2bbe851859080ea2251b861c564b323","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-25ab903-20240723214803","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-25ab903-20240723214803","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-25ab903-20240723214803_1721771343196_0.8746741005920766","host":"s3://npm-registry-packages"}},"0.0.0-next-5339006-20240724180125":{"name":"@shopify/hydrogen","version":"0.0.0-next-5339006-20240724180125","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5339006-20240724180125","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dae4d2d8cf289a012a2bddcfb70050e36e75bf93","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5339006-20240724180125.tgz","fileCount":56,"integrity":"sha512-d3wHGR1EQTEwerhrHlb8H1xqN9/677yS2dHvRhrDrHWa8FjPK9JX984DbZdrLET+TCxclvz3v7xL4+kxrBPjrw==","signatures":[{"sig":"MEUCIFlqNDUmGmlVtO4nCw5K4IDOHeScacbVTXNjxFdJ/BzMAiEA4sKaFtFMIVjQjRZ/X7pekAoSHN3bAhEnogQiKoPTDQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547582},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5339006c7fcceeb4af57ecda21213d2abb531afb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5339006-20240724180125","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-5339006-20240724180125","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5339006-20240724180125_1721844145247_0.8191463992109282","host":"s3://npm-registry-packages"}},"0.0.0-next-a2d9acf-20240729084911":{"name":"@shopify/hydrogen","version":"0.0.0-next-a2d9acf-20240729084911","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a2d9acf-20240729084911","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d9c122cdd9cc2c07849948e3b06f28ad777de274","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a2d9acf-20240729084911.tgz","fileCount":56,"integrity":"sha512-jNk3zO+/HXjJBExJ9XxJvItp9u4cIsDSPRz7E14UHTPBFxnEjC1WwG7nkcuAOaCBkjjD5sCqQXQVh2WKPombhg==","signatures":[{"sig":"MEUCIQDzpQGF1Ito9iGF5U9862845yWpKfWgzNuhJhbaeNbDZAIgRiYk3tmjbLIhMaBn8nrekL/4i3fj7el45BzuSbvEC7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547582},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a2d9acf95e019c39df0b10f4841a1d809b810c80","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a2d9acf-20240729084911","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-a2d9acf-20240729084911","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a2d9acf-20240729084911_1722243011919_0.3029687326025061","host":"s3://npm-registry-packages"}},"0.0.0-next-6e057af-20240729144200":{"name":"@shopify/hydrogen","version":"0.0.0-next-6e057af-20240729144200","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6e057af-20240729144200","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dc390f6bb33d37b388f577435db9e46af01648c0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6e057af-20240729144200.tgz","fileCount":56,"integrity":"sha512-wsAxHKmq+G69MJXE4namwVgorYTn5kWGQ8RRv0OO57eBNRC9eSCglsGfAJtXwUOjko4y/M8UJEK2KApoQTP6Nw==","signatures":[{"sig":"MEYCIQC1kxpxtFaE6dotzDU+AFnNviWj3ZW0lvvsCUR9j9q2PAIhAM6eJupalWDqJkctxVGKb10H/pxVqCG00nFo9B5vmm7U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4549028},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6e057af0ccdd6e34bf5a2cc0d0388cca0e4228f1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6e057af-20240729144200","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-6e057af-20240729144200","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6e057af-20240729144200_1722264181076_0.1398978832548361","host":"s3://npm-registry-packages"}},"0.0.0-next-fae3123-20240729164729":{"name":"@shopify/hydrogen","version":"0.0.0-next-fae3123-20240729164729","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fae3123-20240729164729","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"40bdc1952e3f1326105024518b0a002f8d04687b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fae3123-20240729164729.tgz","fileCount":56,"integrity":"sha512-TsA8lNG6dHjgG+tc4we1vWJPUHKu7FlkiNOPcUH2h9kUScpFS/wn7cldSu79TFU/hHAxBX2lXBsDU7JaxN23dg==","signatures":[{"sig":"MEQCIGG0pzJq9HXy1w7A+ViqVBvWGpEDk/9gP37Oqv2QOxCAAiA62mQz4RiZuDp6ybcWdwrJ9XGtziFsyPmHCdZsuEUVrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4549028},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fae3123c9df1d8c363c4576c2addbf0040a7453e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-fae3123-20240729164729","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-fae3123-20240729164729","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fae3123-20240729164729_1722271708834_0.3684238606640686","host":"s3://npm-registry-packages"}},"0.0.0-next-bd04323-20240729200604":{"name":"@shopify/hydrogen","version":"0.0.0-next-bd04323-20240729200604","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bd04323-20240729200604","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9931205f52a48f7e50435538a2dd18a2bdfad9bb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bd04323-20240729200604.tgz","fileCount":56,"integrity":"sha512-f5xO+Mx2Pzjjbo4y4Vl7lrMcqMteCAzXyBIgD+yZwyEm8Dmcqj/a1iI9mx2D236YbsRA+FbF7csnrCcP1iVzbw==","signatures":[{"sig":"MEUCIQDnVFu7ZpAnaucR2tYhnPv6wiMf4OPRy0xW/mAzOnNhgQIgH8Omgd15tJBkZCwehEL9bK8uU2Jletdj765+twvKYk8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4549028},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bd043234dffc883b0898868eee256af0b273eb61","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bd04323-20240729200604","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-bd04323-20240729200604","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bd04323-20240729200604_1722283624381_0.9920239781587941","host":"s3://npm-registry-packages"}},"0.0.0-next-c7e7570-20240729201045":{"name":"@shopify/hydrogen","version":"0.0.0-next-c7e7570-20240729201045","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c7e7570-20240729201045","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2db3adb4f038f9758455260e8098097bc261e4ca","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c7e7570-20240729201045.tgz","fileCount":56,"integrity":"sha512-ponmziyOh06pN/m5qE7sFkoYepBZOh19u8qzyZBnAM/l9alLj848z4ZH1IXQ1PogTHrp47zQkWkG0qkDr5UWjA==","signatures":[{"sig":"MEYCIQDiO67xtbJOsXXIvf50z8Bt03WXrXEIAmodY3QjTA4TMwIhAIr2SDw4eMWR2LCite/F+6PwnYk9uxjHmvEYQwthjvsC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4549028},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c7e757075b12de9abdb1aeb95b0b998387c90701","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c7e7570-20240729201045","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-c7e7570-20240729201045","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c7e7570-20240729201045_1722283903594_0.47895581933897646","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240729212719":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240729212719","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240729212719","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"213535006970bf1d61cfb38153fc480f0c385eef","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240729212719.tgz","fileCount":56,"integrity":"sha512-LTUP+kUvxSZ4bxToALN3f7JlDL/tir7rWx3cHla/dUnUHwiceo1Tu9MSSZv0K1fREU7O3UXYbWwxADgEQo43Fw==","signatures":[{"sig":"MEUCIQC447AUN1Bub+bFl9iprvJlR3lMdyL3hPQzjKcuFL2VfwIgZc5Xbb+dWOyt4/VfpV+DZ6MpPYi0Qes3Rl1fmGYJmG8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547340},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"28d38cb9fe904f4de6c11298ae8ea3ef140169d1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20240729212719","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240729212719_1722288458396_0.33992376851183903","host":"s3://npm-registry-packages"}},"0.0.0-next-cfbfc82-20240730141850":{"name":"@shopify/hydrogen","version":"0.0.0-next-cfbfc82-20240730141850","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cfbfc82-20240730141850","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"61bf971b7b02e420d6ba2ca51337b5ee1506c3e3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cfbfc82-20240730141850.tgz","fileCount":56,"integrity":"sha512-Dbfdbe15uGxoFHZcmuerqOJoQkqpoHKyiRKEpbe+leBX2afcr8OCaO5I9W23ncrxvnrIYFGO14UlBVFvCokTGA==","signatures":[{"sig":"MEQCIERwH1Gk/kQFY/CL10h2rf2X5yrX04kmOVyUJTTlV3XAAiB6YuB4nFHsmmAaovq9w6l8kDzSrlP7iRXN0vhlF4nG7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4549028},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cfbfc827e40e7425cf213a099eafb7a581b2885f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-cfbfc82-20240730141850","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-cfbfc82-20240730141850","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cfbfc82-20240730141850_1722349189321_0.3491509554112744","host":"s3://npm-registry-packages"}},"0.0.0-next-78bfde1-20240730142114":{"name":"@shopify/hydrogen","version":"0.0.0-next-78bfde1-20240730142114","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-78bfde1-20240730142114","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8c85a71af4f039e43603fc0ca446884614cabcba","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-78bfde1-20240730142114.tgz","fileCount":56,"integrity":"sha512-LapcDIMoe35ON9d6v0V1vULQJk/V1MAdZ4enfjyRJ+7EGEHHDU/pZVxjIkGu4Kq/t95X99dBiY0iFpPRwrEb+Q==","signatures":[{"sig":"MEUCIAs1u8SDMxLmjEdVy7udBrllwhw0+EmnyImoPVttLrRKAiEA6u53HcFAo2LU7M91NtIeyXqUkdMhi5pCF6MLvqZRmOU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4549028},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"78bfde1a0f8550c8748088cecc56bf2c6ecaed6b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-78bfde1-20240730142114","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-78bfde1-20240730142114","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-78bfde1-20240730142114_1722349333680_0.9862940472639314","host":"s3://npm-registry-packages"}},"0.0.0-next-c0d7d91-20240730171856":{"name":"@shopify/hydrogen","version":"0.0.0-next-c0d7d91-20240730171856","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c0d7d91-20240730171856","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3492c30f2907d964afcc691e36fa4bedf6caacd8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c0d7d91-20240730171856.tgz","fileCount":56,"integrity":"sha512-Erx95sn0bpCBs7GwzulF5bGIKbey6+0cRR/0PBjinVaDXcQDbUzso/6HAni16px1v21lpbs84ZXhrlsvxfVZ/Q==","signatures":[{"sig":"MEUCIB0I4WfPbGwoC4WAKy+Nh1Ax3bSjA/s0hta1+CtjYrEQAiEA37thNdpWY6uDzxnprp3KzszEz2Ao9sZiWrZiha4T8ek=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4549028},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c0d7d9176c80b996064d8e897876f954807c7640","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c0d7d91-20240730171856","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-c0d7d91-20240730171856","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c0d7d91-20240730171856_1722359994948_0.45132629955119885","host":"s3://npm-registry-packages"}},"0.0.0-next-d5636e0-20240730172104":{"name":"@shopify/hydrogen","version":"0.0.0-next-d5636e0-20240730172104","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d5636e0-20240730172104","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a8be343df679ad8095379a857950405f28bd5f50","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d5636e0-20240730172104.tgz","fileCount":56,"integrity":"sha512-cT86t+s5PD8tjCXvJicBecRfOxAIgFGPOo8jKzT86SE72fGH4Gvtnw3FlAQ0jKwskS+AHY37Cuca5s5EN6+Oww==","signatures":[{"sig":"MEUCIGvcJmYKAePhBzL7cBeHKQBuZf26xFITyCwH9c420vh7AiEA+wtXrd9dxIL6uokCOtMLi6wqcQmCV6rYbmdnqlEQubo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4549028},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d5636e07c35db9b3181ad2e3ad8d57a5833d0cd3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d5636e0-20240730172104","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-d5636e0-20240730172104","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d5636e0-20240730172104_1722360123492_0.7832555541885331","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240730202802":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240730202802","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240730202802","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4e16bacf1a55f002b76a32fcf9ece06da49a89b7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240730202802.tgz","fileCount":56,"integrity":"sha512-1xO/ePqDgMHBzCqxsXDTmQyaztYMvN4jsPE7k8V9I5yohPgqpoWrmJToksDn32mC1Jf46VU8WzEgtKUeTtJfsw==","signatures":[{"sig":"MEUCIQCC+o/UbSnUp3C2lCuuIMKWFYrOlDUqqldTcADUnDIL1wIgdqAvoVImFO5quxSG0lpX5j8lXkaDRAYDkWOZKAUcvxE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4627364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c4d25ce4aa760444f98c255c212244b9b1fc6b4e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240730202802_1722371301697_0.1734558692190311","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240730204555":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240730204555","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240730204555","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"275b8fe486e1bd5b80cbd5d16a44a718d5b296c3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240730204555.tgz","fileCount":56,"integrity":"sha512-CYrHrW6ZfpYtyGWM4FPdvJ0rt/twYb+GNP63JlnA1tnxI1soW4mWzU/08YSkGlH6nclpMi8xkJ+sOZtiSB9d3g==","signatures":[{"sig":"MEUCIBQRhFPwcbYjI0EyglkY2x4TgJYmgBn8FOZIaED/9JSwAiEAppFt27wllmkv1cEnrs4u80jXFWuW5c6XnrZtk7VTTyw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4627364},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c4d25ce4aa760444f98c255c212244b9b1fc6b4e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240730204555_1722372374397_0.3136901854458991","host":"s3://npm-registry-packages"}},"0.0.0-next-31ea19e-20240731131725":{"name":"@shopify/hydrogen","version":"0.0.0-next-31ea19e-20240731131725","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-31ea19e-20240731131725","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7084f799fb1ada1bd78ba63b321aef17c04f19ed","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-31ea19e-20240731131725.tgz","fileCount":56,"integrity":"sha512-KoNdcjTDtcLHL3eUvByWcZo2X0JwoSbevGtuEx5HQAgLupQGX5SzYzUFfC1ZZlNuGFDkP1qAUJ8997VVcmBGkQ==","signatures":[{"sig":"MEUCIQDWNgrpTWOGDmIAv2hX1JLbG/ePuNfet10u9Op5CTcJ4AIgO90q6o9XKzwrSax5Qk2ccKradYmTQDTRaCTXMRlA36c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4549160},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"31ea19e8957dbc4487314b014a14920444d37f78","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-31ea19e-20240731131725","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-31ea19e-20240731131725","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-31ea19e-20240731131725_1722431903869_0.1953703314519113","host":"s3://npm-registry-packages"}},"0.0.0-next-dfb9be7-20240731150603":{"name":"@shopify/hydrogen","version":"0.0.0-next-dfb9be7-20240731150603","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dfb9be7-20240731150603","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b919bd3b04ee0224fc8f6d84e6323331d00dc4a1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dfb9be7-20240731150603.tgz","fileCount":56,"integrity":"sha512-zeg2H8sVT9uUkBLxT2dLd6kzlKHsumXuD5kTf4YOoPxvjYJz5Z2/N9sREiEllmntOxmRXDwHF1BEH4mm8bt90w==","signatures":[{"sig":"MEUCIQCfrOjIlwOHCaLzQu9PtP1N35yq3koTllH1UCObk4RzVwIgd8TZi/gG7S5sXBifaFH0KK1LlWipq4SoiUa8hXBcYIo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4550298},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dfb9be7721c7d10cf4354fda60db4e666625518e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-dfb9be7-20240731150603","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-dfb9be7-20240731150603","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dfb9be7-20240731150603_1722438423624_0.8709439776569814","host":"s3://npm-registry-packages"}},"0.0.0-next-20a8e63-20240731154513":{"name":"@shopify/hydrogen","version":"0.0.0-next-20a8e63-20240731154513","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-20a8e63-20240731154513","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"232bc3aba61b632c5d41a3c5d0f09d85d3573edc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-20a8e63-20240731154513.tgz","fileCount":56,"integrity":"sha512-g73kZZmEvrJJFdw9jGI7cDHg1CFo1G0W/9jqEIu3pExHZfhccNIaQ+//ubiv+bY58Ix3wHLHaZQAn1sbRSY31g==","signatures":[{"sig":"MEUCIQDLBzVAAEdVeDZ/q+NwpAYzFGbsra56IxO408bVwxB/0wIgZMXP8jFcECJDEDdl6pH0AZbXXekkpiSMZ9XWzXHkNp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4550298},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"20a8e63b5fd1c8acadda7612c5d4cc411e0c5932","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-20a8e63-20240731154513","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-20a8e63-20240731154513","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-20a8e63-20240731154513_1722440774739_0.7520279597776618","host":"s3://npm-registry-packages"}},"0.0.0-next-7f30f20-20240802150101":{"name":"@shopify/hydrogen","version":"0.0.0-next-7f30f20-20240802150101","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7f30f20-20240802150101","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2894ebc829536ed68b8640f1c589c7bedef4bf5d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7f30f20-20240802150101.tgz","fileCount":56,"integrity":"sha512-GSl7oer3N75frI/Hd4LdfRuZd97FW0xIs/BfEW5ngcSLG5yK3/0/lp2Ek1bf1nz3ILaTt5F1FReWneGn22IWCg==","signatures":[{"sig":"MEUCIQDvQ8vCMNCLb8FL43at/2rmYXyv69/Dek3j5bbPkL59cwIgMkt6SwA327Us+W24HZfPUsUtRz6BBPuI/roE90oA+wg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4550298},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7f30f206a2fc5beaaa5c556a8a15a0f338d64cc8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7f30f20-20240802150101","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-7f30f20-20240802150101","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7f30f20-20240802150101_1722610921108_0.7773324614017263","host":"s3://npm-registry-packages"}},"0.0.0-next-6e5d8ea-20240802170543":{"name":"@shopify/hydrogen","version":"0.0.0-next-6e5d8ea-20240802170543","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6e5d8ea-20240802170543","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7f66b3b8cb2de75850b131793054dc5837608022","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6e5d8ea-20240802170543.tgz","fileCount":56,"integrity":"sha512-w1/9oS/xT9Jhd4K/dPvQ3GWGrXmJoTSN5W/cycBJ50cPtmJOleAlxPwO5+iw7f/mI7VhEKzioRFt5pTD7WCsTA==","signatures":[{"sig":"MEUCICsY6ZMXRjqwo3GUl51PKIja+Q1OYJTWCztCkS8KCxDNAiEA1GB8OY9EwTg6pPKP/um5rBRoebFSE6XVWv+D9o/5M8w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4558742},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6e5d8ea71a2639925d5817b662af26a6b2ba3c6d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6e5d8ea-20240802170543","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-6e5d8ea-20240802170543","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6e5d8ea-20240802170543_1722618402915_0.32991005469743984","host":"s3://npm-registry-packages"}},"0.0.0-next-bf4e3d3-20240802214739":{"name":"@shopify/hydrogen","version":"0.0.0-next-bf4e3d3-20240802214739","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bf4e3d3-20240802214739","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2d0c79dabad8f694d1192818ea7ca7fadb3753b6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bf4e3d3-20240802214739.tgz","fileCount":56,"integrity":"sha512-P6ubDhqb0GjuRWLfVACE1k6FmcD4PAiGgNvSn3+26kV01YCJglmMdQktYHcj8psZRX0muZ1SjvKJOHVPq1JMKw==","signatures":[{"sig":"MEUCIQCnI//qIkCwwRUNxi+ubacAM2c8ESTmEfwr/p1jxHIJ1gIgOiLchck3YFIvmInkVYXjXBgAP8N6K1OpXHsnT4KO0aY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638445},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bf4e3d3c00744a066b50250a12e4f3c675691811","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bf4e3d3-20240802214739","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-bf4e3d3-20240802214739","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bf4e3d3-20240802214739_1722635320421_0.09012300915844929","host":"s3://npm-registry-packages"}},"0.0.0-next-c204eac-20240805201413":{"name":"@shopify/hydrogen","version":"0.0.0-next-c204eac-20240805201413","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c204eac-20240805201413","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9b4007a2f6f3d364deeb6151d1b5e68263441900","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c204eac-20240805201413.tgz","fileCount":56,"integrity":"sha512-M8H0n3Kzi6VZfusmuQUZ6wmOv8mx/8bA5pD0V2xDjsh5K2hMq+d17z769CtdJQ+czumlJGbnRWXyT5BcEhZjgQ==","signatures":[{"sig":"MEYCIQDg43DP2T8jWd5XVhO5EMlVlOvFDoxDokOTHKJhjzX9wgIhAK1ZKpOy4Mw975gvBQ52yFo6LzzzKAC5NRXx8IP8NKsC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638445},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c204eacf0273f625109523ee81053cdc0c4de7e1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c204eac-20240805201413","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-c204eac-20240805201413","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c204eac-20240805201413_1722888913490_0.5426029308002382","host":"s3://npm-registry-packages"}},"0.0.0-next-b09e9a4-20240806200832":{"name":"@shopify/hydrogen","version":"0.0.0-next-b09e9a4-20240806200832","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b09e9a4-20240806200832","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e757715913e59aeda50f77764b5760d225f5d1a1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b09e9a4-20240806200832.tgz","fileCount":56,"integrity":"sha512-JJZK1hN4a/jJvSquuWB6sEoAQkqz9FJsypuyiKOtrjtlvmUZfLk8CBNpENHojRFGiVdDG6jCbmbyVfRumTgXxg==","signatures":[{"sig":"MEYCIQDSh6IWAzC71stiHIuDVGBuJgTZ9Yp6diBXNZgYUyeyYwIhAOChX/klFfpWh48uBnmmJ3uimi3Mtp5diTYp4AS59a0f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638823},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b09e9a4ca7b931e48462c2d174ca9f67c37f1da2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b09e9a4-20240806200832","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-b09e9a4-20240806200832","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b09e9a4-20240806200832_1722974972093_0.6086766918206916","host":"s3://npm-registry-packages"}},"0.0.0-next-7710793-20240807101055":{"name":"@shopify/hydrogen","version":"0.0.0-next-7710793-20240807101055","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7710793-20240807101055","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a84198ab4ddac01a88a71957deb429fe9a975d36","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7710793-20240807101055.tgz","fileCount":56,"integrity":"sha512-8TQJhpQ5ddb5IiMNQ1DzQcxjq3ri2tgDcA9I0xDQ2r/UcJQeeGTMKhiyvt3M+wpH38ZPCixyy85zgz+SnyzyMw==","signatures":[{"sig":"MEUCIQCZhsxpwevFQQfpVgtt/Tnr5excSK+gf6zSuXTxj3ctewIgHSW0bnWji4hLcwgxZVYTXxSrZY4ZWt7bsLFE9HjceUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638823},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7710793fb08b11a0d8b626e3071274cb244ea3d2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7710793-20240807101055","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-7710793-20240807101055","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7710793-20240807101055_1723025515085_0.7056239632530561","host":"s3://npm-registry-packages"}},"0.0.0-next-d73efa4-20240807175434":{"name":"@shopify/hydrogen","version":"0.0.0-next-d73efa4-20240807175434","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d73efa4-20240807175434","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bfee1cbfcfd93ded6cf21e3e5001c20bc8b96af2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d73efa4-20240807175434.tgz","fileCount":56,"integrity":"sha512-SO8SnW/EtJv6AgspeyfnWiUPQbOwgzypxgYU82AiVnXUfQCZAQysuBSjiqlHYb4TB281TIWRtXss83BTH//fWw==","signatures":[{"sig":"MEYCIQDvDyhDuu2rrS3CnNuumJXG8OwUyohIlFC13/nDIW1E6wIhAM1sQpWR0pH2h0ohEYIsBwnKgtULVv0REA2txmmuzFsQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638823},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d73efa406b708b7eb3943ea4d253ddb6456c3783","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d73efa4-20240807175434","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-d73efa4-20240807175434","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d73efa4-20240807175434_1723053333481_0.005843560780538937","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240807205839":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240807205839","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240807205839","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a2253d64040271d470d6e26bfd8e110197c697f1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240807205839.tgz","fileCount":56,"integrity":"sha512-paVesG9o0Qo50/XuTvV2CkhXTnscRJg0DgHStt9FB538Es9wTrGHCho5XfSNYzyBBQj/aCxk8S0u6zuHH/8y8Q==","signatures":[{"sig":"MEQCIDeJC5ZkYO0KybcgXHQqfHc6smRGhoLSGna6lSeB0F0QAiBEDAc0FPXH0mDOgDTNr6fsyLd7WXKeKuiHdu6ffPwaWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4654612},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f2d60080eae23528378ea75ec556d5d46e992cf3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20240807205839","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240807205839_1723064348582_0.7088623608076186","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240807210827":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240807210827","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240807210827","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1e6cb1ddfa1613c1b8ca69da007a5647a06bd357","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240807210827.tgz","fileCount":56,"integrity":"sha512-KuAmj39geXAIpZPG5hwsNEAJ3TbLejv/0iXBiQmSUgfb8pYxMvxRkog+Gtdv1HKCUaHoYMck6kmOQc9+Eh/WRQ==","signatures":[{"sig":"MEYCIQCVV/F0WSu011td6Sur56GFj1DOpljucQUtIGaxBdpQCwIhAOQbCJqvSvxz6tvdRJUTQTZt+utnzw4MPlcY9kwN9cGn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4654628},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"edbe7ccd5c0d9983ad227cfc2d2b298812a3bbe1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20240807210827","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240807210827_1723064935928_0.10448656558576275","host":"s3://npm-registry-packages"}},"0.0.0-next-2d99fe1-20240808081550":{"name":"@shopify/hydrogen","version":"0.0.0-next-2d99fe1-20240808081550","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2d99fe1-20240808081550","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3f304a359d43ff869bcb2465e4f7e942ce2c5cac","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2d99fe1-20240808081550.tgz","fileCount":56,"integrity":"sha512-WAP6bjwb0WJTXloIOILulg9vEYlO/qlu+ZzpcEMoxXR8+uEV66o7BTdEh7Kp1WBqgQjYPsfYSPBAh47kvVkkMw==","signatures":[{"sig":"MEYCIQCGHxdJxMOuTFUhGZ7YNCuAtqgChnV1dVHlVJtijbQDwAIhAJ0CwdYz0PZae4eC9omwOdzxGKsMKakXRUqbrHniGaux","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638823},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2d99fe10a258aeaeb19a28603a173cee1c83f7ad","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2d99fe1-20240808081550","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-2d99fe1-20240808081550","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2d99fe1-20240808081550_1723105010239_0.41562299356345545","host":"s3://npm-registry-packages"}},"0.0.0-next-6f3bfc4-20240808163844":{"name":"@shopify/hydrogen","version":"0.0.0-next-6f3bfc4-20240808163844","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6f3bfc4-20240808163844","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"670ca4eba49e1446c4508b846e71b4b2c1e97143","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6f3bfc4-20240808163844.tgz","fileCount":56,"integrity":"sha512-tNAuM6ya+1y2b0hhTMaefsnnNoGzRq23nDGgaBvGWu+hedRht1DsvyFC0bcqrLjGbHsxvbXlwH+MeGhLI2z+Cg==","signatures":[{"sig":"MEQCIGoviICYLgMkgI48mF1kvsVnhk0I97ne8hsk2pWISpmvAiAFiqgR9ie89aUIsQlzraEtEQE0Lx3ZCyDFi5SdBXB5lQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638697},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6f3bfc42852432416a737daa28ca50d6a4a548d0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6f3bfc4-20240808163844","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-6f3bfc4-20240808163844","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6f3bfc4-20240808163844_1723135186793_0.27859139100418306","host":"s3://npm-registry-packages"}},"0.0.0-next-96d3d66-20240808184613":{"name":"@shopify/hydrogen","version":"0.0.0-next-96d3d66-20240808184613","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-96d3d66-20240808184613","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fae18b50738aaff086911806c5cce48692a11c49","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-96d3d66-20240808184613.tgz","fileCount":56,"integrity":"sha512-JdpNQqJ79MBlLWCNMZZ31QyrIVw9w4a6b5C/yT4VomotXavFHXW+eavESZrD5dbxjOR58sm9VnhUs/2PX7N/ww==","signatures":[{"sig":"MEUCIDc/6t1wYhh1+I4fyRr/hs7Val6hoOVQshhOUDkzkBK+AiEA563US9wmtYbGhycp+hAANhlGR8c0LaBdxODMALd0qjk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638697},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"96d3d6644b5747fe1f71f9f08845292ab960b20c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-96d3d66-20240808184613","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-96d3d66-20240808184613","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-96d3d66-20240808184613_1723142833846_0.6870329814349809","host":"s3://npm-registry-packages"}},"0.0.0-next-80b3f67-20240809083757":{"name":"@shopify/hydrogen","version":"0.0.0-next-80b3f67-20240809083757","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-80b3f67-20240809083757","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"720b6d3b616b2da19ecce859a7a0579bd74db275","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-80b3f67-20240809083757.tgz","fileCount":56,"integrity":"sha512-cfWEP6y/DwYBsERHW7EfPDRFf3clnwK0eaBkT7ns3aeypHchtBSupEyjDXPHzKDkb0L9kLzll+sMpCJLZE2WtA==","signatures":[{"sig":"MEUCIDGmBqzXMa/21j5pJu8Xjl9fXznHiVkG5QpgeYxsSR+FAiEA8gVMwJTr3U2+BgkI0gOYUDT67WxZ87Km6Vd26kuNyD0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638697},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"80b3f67ce398c02654f964a445166e00f1d0607a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-80b3f67-20240809083757","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-80b3f67-20240809083757","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-80b3f67-20240809083757_1723192737908_0.4995078193302376","host":"s3://npm-registry-packages"}},"0.0.0-next-7c4f67a-20240809091555":{"name":"@shopify/hydrogen","version":"0.0.0-next-7c4f67a-20240809091555","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7c4f67a-20240809091555","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e90ec7da8858343687a6ffcf9497f4450d644e01","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7c4f67a-20240809091555.tgz","fileCount":56,"integrity":"sha512-lxyqM4VK52LkvClufmX6U5R4s1aaZY+RylltQCramHOLSmYp/r3A8uzppYjjP70tYgqNnse8C9miUesW3XlT4w==","signatures":[{"sig":"MEUCIAOa4s0KCfRAE8UDchCBvYzxJrytG9NC+m46lRiAb66AAiEA7BylBlTTuRgIfBZj3Z8fcg5XG4jA3obCFDcrN7s1COk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638697},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7c4f67a684ad31edea10d1407d00201bbaaa9822","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7c4f67a-20240809091555","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-7c4f67a-20240809091555","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7c4f67a-20240809091555_1723195015600_0.20175203979624312","host":"s3://npm-registry-packages"}},"2024.7.3":{"name":"@shopify/hydrogen","version":"2024.7.3","license":"MIT","_id":"@shopify/hydrogen@2024.7.3","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c293db06b5c2d7191c1204f2d80cdeee2b08ea84","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.7.3.tgz","fileCount":56,"integrity":"sha512-YZCyLs5fO1AscEZVHiVQboQr3ECouE6dquYvQHaORbDOSGwgH2vIdAzv+TbK17lAOs6UMcE6LFu/7EUsxIg+1w==","signatures":[{"sig":"MEYCIQDZooynGmP4pB+CU+Rc2frDiSkG9ancoqPR0ErQy+oo0wIhAN3H/O3gHq3BVlXo/RAELiqwGNfFE5uoOA2Nfjg15Vvm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638413},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"37ec3bd1be30ba0612fec4438f92c46015fc7efb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.7.3_1723196094743_0.7684286923878445","host":"s3://npm-registry-packages"}},"0.0.0-next-92741e8-20240809102501":{"name":"@shopify/hydrogen","version":"0.0.0-next-92741e8-20240809102501","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-92741e8-20240809102501","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"565df0cafb1490e23a559180971df8e741733df7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-92741e8-20240809102501.tgz","fileCount":56,"integrity":"sha512-420rd1tZVQTaUWe16d34so0Aw2lbAlqQJRTssBzCmGUIwqN2yEj7EIzEKgzXjoJtfa2XPruMkiAEda8OrBDxFg==","signatures":[{"sig":"MEUCIH604tnuBgsZyH10uIvF5QaUN01njXTzvDTeAaMPhaeKAiEAt3amDs/wcsJvJzwscfQMJ6zbK8HLCDnU8Djo+8bZzBE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638697},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"92741e8acd692029f88258d17857a8a70d95cb48","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-92741e8-20240809102501","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-92741e8-20240809102501","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-92741e8-20240809102501_1723199162508_0.6515161679507013","host":"s3://npm-registry-packages"}},"0.0.0-next-6578f32-20240809111309":{"name":"@shopify/hydrogen","version":"0.0.0-next-6578f32-20240809111309","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6578f32-20240809111309","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b8cf834421a5064b654076ff6cd8d0d7a531c953","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6578f32-20240809111309.tgz","fileCount":56,"integrity":"sha512-KHgdWov9/O1hj5zX3DBdPLHFwqXJNnekD93kxFKKFY2yW7PQcXhPZy9gEhxZoU9kcRbb2rM6H60HifYfbOEnLQ==","signatures":[{"sig":"MEYCIQCBt6tD3gyWKZUruNWPRuaPTl7VgwERT8JSOSiat2IgzwIhAOF+H2ebBI0Vy8OzSwUVILByy8KYQqswSnz+mu5Xj0sD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638697},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6578f320c77f91321e36f654ed1d24403551cd0b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6578f32-20240809111309","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-6578f32-20240809111309","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6578f32-20240809111309_1723202047649_0.883658905178228","host":"s3://npm-registry-packages"}},"0.0.0-next-db482f2-20240809111532":{"name":"@shopify/hydrogen","version":"0.0.0-next-db482f2-20240809111532","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-db482f2-20240809111532","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d1dfa66ab726416a8dc50268d04daa542a7928a2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-db482f2-20240809111532.tgz","fileCount":56,"integrity":"sha512-YsWyCfq/l5Hlf3GVmtrFTTIPGxjyEX0UNjqlbbfmigwbhs5wkVZj7O6dKiAlcgOQrjK/TYnEaquw7NKMAuIRFw==","signatures":[{"sig":"MEUCIQD+OH7VOsgSCIMJf99m7Vw/4Y6qVOD5yJOphmizz3Y2GAIgFBFeD/35tpkkGbkC4GU3VWKv5or+NLMf6wmmO/c2foE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638697},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"db482f2c529a3bbaca320e318a18d03e7ca53f63","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-db482f2-20240809111532","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-db482f2-20240809111532","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-db482f2-20240809111532_1723202190712_0.3370819764089963","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240809135620":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240809135620","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240809135620","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2dd29f56489481fc679a60e87dba4d931d5c4c1a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240809135620.tgz","fileCount":56,"integrity":"sha512-4u/zLPcI5TrpbYhFL04CpjuSCzZk+sMM7LYPnwO3y3ndPhODMTcm+1E0t/k3s1Q06/+MXMul36iI+Snh943nnQ==","signatures":[{"sig":"MEYCIQCs5rXFIEH2wGxogTjZVXn8357XFSGebiNhTiiwKxJGOgIhAJ0Q21e0zpBrdrQQgKO39E8FTfOAdiEvyRZ72evxSYlR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4654474},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"894511b460bc4541bc6a9ec404988c15968f1018","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20240809135620","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240809135620_1723211802641_0.5706544432139544","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240809204224":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240809204224","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240809204224","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ad935bebfc8dd42c9e2d8ea03abc7b1ce3b20662","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240809204224.tgz","fileCount":56,"integrity":"sha512-6ysh8wh4vSu+zn8/enxyZ0UXhVQoN8L9K6cXAlvdE12TljC2krHUgA7BpgbX+nNn/Ee2LDTEaEZ/QuLCnjO8IA==","signatures":[{"sig":"MEYCIQD51x8zsRGxH9+JSHQ7kWD1bLe//7E7xZX1dbGSuAjbOQIhAJSIPAssod96UdKsFAm9yc7NxlPMSyJtpdyfSjV4cgBs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4654274},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3b1b91c2d4d0bb0cafaddb9edc2668d9e61d8383","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20240809204224","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240809204224_1723236166758_0.5160723341426974","host":"s3://npm-registry-packages"}},"0.0.0-next-77e56f7-20240812145849":{"name":"@shopify/hydrogen","version":"0.0.0-next-77e56f7-20240812145849","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-77e56f7-20240812145849","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4eb58ab239f0455ec05467bc61d67a2eb87d0232","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-77e56f7-20240812145849.tgz","fileCount":56,"integrity":"sha512-ESIVAGvJK78fmBNvUwMohBGwDRJDuR8WpOeICTVIILk49h7OxJEv3nAHo77MPPI7qEGCwuRbgTI9DkHLD3Rz6A==","signatures":[{"sig":"MEQCIBsew4JnyYs8E1HF3HDXIzhoXeMflUEINMTtY6Q4lM7ZAiB85u+wuIGHm16DEhYoAhpKl6m+NO4nuulg7yB7YI/NXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638697},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"77e56f7540d7ba0fddb9aca6a49efde4fd2f552b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-77e56f7-20240812145849","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-77e56f7-20240812145849","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-77e56f7-20240812145849_1723474788328_0.6131514783446599","host":"s3://npm-registry-packages"}},"0.0.0-next-844417e-20240813194554":{"name":"@shopify/hydrogen","version":"0.0.0-next-844417e-20240813194554","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-844417e-20240813194554","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3dbae30bbea96e1e8e88ba098a2f32346d959f8a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-844417e-20240813194554.tgz","fileCount":56,"integrity":"sha512-Jgsf8/2vDaw0O3akuc4ze59RUg2w1Z8ZGFkN3Lvu4w/w2UbpPkBtv+14vIiZOT/mDUrAP4vFAOZdZLtZ4QQLRg==","signatures":[{"sig":"MEQCIAjCOqbODeyNSvCqrN7mlHRwfoC0nWfo/8OygxGeiVPQAiB1NlFPx8a/gtMJdh/3sirTmW1uQQzoVEV609lYLbPGNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638697},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"844417e0aab24bc63e8c04348f41488c337d640c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-844417e-20240813194554","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-844417e-20240813194554","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-844417e-20240813194554_1723578410205_0.17832724956866364","host":"s3://npm-registry-packages"}},"0.0.0-next-b0d3bc0-20240814093846":{"name":"@shopify/hydrogen","version":"0.0.0-next-b0d3bc0-20240814093846","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b0d3bc0-20240814093846","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c2ee3a5deb6e49391e5084e7db5439047996d2b7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b0d3bc0-20240814093846.tgz","fileCount":56,"integrity":"sha512-RL+tZfPq2LN6lUPiGqwsIigbaEEjjy8F4X7mw2OJ6pAhFAPfQ/egUvc9t3bI1aMLwSURgTSwwhM8hPKaQZK/Vg==","signatures":[{"sig":"MEUCIQCZBbgAOVhsKLSdHEhZMM/PrjbU8fZ96zoyhQ8F6u4JlQIgLCTYiazu0YvGBbbm9GtTt4LOQfvqKJS9Esg4+IMO6aw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4639039},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b0d3bc0696d266fcfc4eb93d0a4adb9ccb56ade6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b0d3bc0-20240814093846","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-b0d3bc0-20240814093846","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b0d3bc0-20240814093846_1723628387352_0.8453734713681806","host":"s3://npm-registry-packages"}},"0.0.0-next-578d9e4-20240814100831":{"name":"@shopify/hydrogen","version":"0.0.0-next-578d9e4-20240814100831","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-578d9e4-20240814100831","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b9dad43fdc1ed9f6b4804da25e59855884e1d565","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-578d9e4-20240814100831.tgz","fileCount":56,"integrity":"sha512-JRUHQAa/PHBSN9N0b/NOp0b1evaeQPT0Rvt3emY4N569lA5mq0kEc0Jgi8MEsFrayfhMz23hYjEfbDURU+PCaQ==","signatures":[{"sig":"MEQCIBsIROoedfqhyu17BE6kOrwE0+ig/HXXfrJ1lsx2UDqNAiAtdWURJcNLuWf2bhMqVeKsjPy5215n1Xx9EpYarVtWwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4639039},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"578d9e4bf273c951bccdbb9cacc9ddc6e36c3769","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-578d9e4-20240814100831","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-578d9e4-20240814100831","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-578d9e4-20240814100831_1723630170477_0.4422149814716392","host":"s3://npm-registry-packages"}},"2024.7.4":{"name":"@shopify/hydrogen","version":"2024.7.4","license":"MIT","_id":"@shopify/hydrogen@2024.7.4","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ed93ea69f33e17222385bbf043b110e0b7845458","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.7.4.tgz","fileCount":56,"integrity":"sha512-am11Kdm92ePup5XoyGk1uYbjCtoirRiE0a+J2IZtWVVj79GvmKLQxZbJr3EyLlZDu2Q3qPPf7V6khuLDIc5/Gg==","signatures":[{"sig":"MEYCIQCvIZ1+MdQ0OruvgM7hMzeeeWJS7kA6Pf2NpHwoeQ9qoAIhANlGO1nGJouZ2kMA9Oc1/tJR6BwibFfst5X5dpfMIof7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638755},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8df49d7241f404e0b036c3c92bd0de11081ad889","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.7.4_1723630433358_0.15927297643354166","host":"s3://npm-registry-packages"}},"0.0.0-next-e3ecbf9-20240814101644":{"name":"@shopify/hydrogen","version":"0.0.0-next-e3ecbf9-20240814101644","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e3ecbf9-20240814101644","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"103a922c72133fd32343d96ebd701770f239fc09","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e3ecbf9-20240814101644.tgz","fileCount":56,"integrity":"sha512-9btWj2GehRgHoeENpS4kabJxhlLTxRtRVkTN9a2C8I4MlNFsSXAOYFEX+7ZkMsr5NllYYJ1JDw3FIyFKst2ECQ==","signatures":[{"sig":"MEUCIGDJlQsGHvtURggPtkHuh1KgLzdoOgJrt+OXSPaqkf28AiEAuEud4s+RAG34ZPK9pKsIasIfAVDdQAChgZmfNrUfPAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4639039},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e3ecbf93a4f0c72973303403afb9c69777672be8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e3ecbf9-20240814101644","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-e3ecbf9-20240814101644","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e3ecbf9-20240814101644_1723630664775_0.5504501710576242","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240814172407":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240814172407","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240814172407","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"dd25f7a246d37671beaf49ac453785a52fc85b20","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240814172407.tgz","fileCount":56,"integrity":"sha512-nMRqxEPCPWPnmZrSisWB/r2keHEE5+3KO/5OD41bjjCijA4SrqDqKeWGS3WF7kwpqQt/JrZUktOouqbC4ci4Xw==","signatures":[{"sig":"MEYCIQDRuZSIfpE3OGiAEbnksgvtJCqxUKwj8jYuM+i6ym1jFwIhAK+SjD6hj1iHB3iqa7+IRbtwWv/hMOS0es205jyBaK8M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4653590},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d8ea58c8c480f250d7a8172a0b8d1f56a270d6f2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20240814172407","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240814172407_1723656269786_0.5172082793839139","host":"s3://npm-registry-packages"}},"0.0.0-next-9dd4c61-20240815163719":{"name":"@shopify/hydrogen","version":"0.0.0-next-9dd4c61-20240815163719","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9dd4c61-20240815163719","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c2153f6240dbb2ef16aa3ed00c996504b55077bd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9dd4c61-20240815163719.tgz","fileCount":56,"integrity":"sha512-ElOCar/+dg0ddirz08XRmnMDwkY7gwJ8w1BZskEJZco8d+mbtJbcv7rwFHfm8aDsgFUGgnuQ9Pc32y/DtpBRLw==","signatures":[{"sig":"MEYCIQCtFuLFZ68O7o5OjvJAIKGLntcOw3hn3InmmDOSszsyiQIhALdXISFvnFfOdH2YHSZfGRyU/lSw5uIfCcEpvpd76VyT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4639039},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9dd4c615507f9f458f9d86db912d03fbefeed863","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9dd4c61-20240815163719","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-9dd4c61-20240815163719","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9dd4c61-20240815163719_1723739905107_0.8696029127867844","host":"s3://npm-registry-packages"}},"0.0.0-next-6e8e2ef-20240816125852":{"name":"@shopify/hydrogen","version":"0.0.0-next-6e8e2ef-20240816125852","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6e8e2ef-20240816125852","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e1ac0bf38f194be578e82d2c5037de9aa77075b3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6e8e2ef-20240816125852.tgz","fileCount":56,"integrity":"sha512-ZZumHuC3zXpJ4NWiL6VzFOgziS9Hp99FFK0rQG/++xJuJLOM1E7VA29Wb8wXl0VpgXshQf407aJWZcKmrVV6UA==","signatures":[{"sig":"MEYCIQCdtEGTFoKa0H7NYWxECuf/gZnAI05Z0hmzHabOrUbKmAIhAJB3EssgnTlZ/JTN+wtXglU9QUVDX1qyob6/N3SvKiaf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4638733},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6e8e2efd889adddba29c01eff26bbd4d400a2baf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6e8e2ef-20240816125852","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-6e8e2ef-20240816125852","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6e8e2ef-20240816125852_1723813199359_0.7899271896992841","host":"s3://npm-registry-packages"}},"0.0.0-next-d929b56-20240816211445":{"name":"@shopify/hydrogen","version":"0.0.0-next-d929b56-20240816211445","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d929b56-20240816211445","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"84f0c34f68baba66078a97bf2e51c1d9f42447e2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d929b56-20240816211445.tgz","fileCount":56,"integrity":"sha512-1t+NIb7w8DV/UHUoY1WDxFr3+lzJ6whnsVwS7xoGOWn2wK/u3dLi6jOJEXw3q5RQriswVu/FqyTTLpQtB6tLUg==","signatures":[{"sig":"MEYCIQCew0kuHf8quWj6nW1XthQFNNJMTFSCx7eFF4NJ3CXsEQIhAPtiTnp3Fn/BSeMdwk/6vLs43BsdgywYz5X9ipsK/Xqb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d929b5612ec28e53ec216844add33682f131aba7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d929b56-20240816211445","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-d929b56-20240816211445","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d929b56-20240816211445_1723842951744_0.5369001430688498","host":"s3://npm-registry-packages"}},"0.0.0-next-9f3612f-20240816222255":{"name":"@shopify/hydrogen","version":"0.0.0-next-9f3612f-20240816222255","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9f3612f-20240816222255","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2190625cc287eeafd8d20a424c37032fca6dfd8e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9f3612f-20240816222255.tgz","fileCount":56,"integrity":"sha512-6nAMpUjdrg3DDj+EnfHEJFcGAMEqpeVLUmcEgK0Evf3oBQeUmFBYAnKVLUe9FW0Mh3dbc1cM20ZrjisFDquCLA==","signatures":[{"sig":"MEYCIQD29de7I7Ouu3DjFDBVUnKQdEVfOwmHJ7o28GaEIOGHLQIhAMzfZmM6cawlltVOaGWA6os7Z9lpru9WNQcTDp8Wp3OR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9f3612f5400290c4a09a25a81ee5fd8696ba833c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9f3612f-20240816222255","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-9f3612f-20240816222255","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9f3612f-20240816222255_1723847041700_0.2827910487537353","host":"s3://npm-registry-packages"}},"0.0.0-next-fc6bae2-20240819124645":{"name":"@shopify/hydrogen","version":"0.0.0-next-fc6bae2-20240819124645","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fc6bae2-20240819124645","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b090c15249656d7f9245910a0b6577b0b6bb25c5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fc6bae2-20240819124645.tgz","fileCount":56,"integrity":"sha512-47QWt/EQrmuYz6glzenUO3VC0YsTRLbZ3rwx3PNwt0OP0PEtYhPRoF/W1TuOmAxhSbn562yny13JKfT23tU17Q==","signatures":[{"sig":"MEUCIQClMoomjfMYUCxgB0QmFLmiQihLwIfg1T4DGmIcftYpOAIgatkVFUzLCEQbpjZzanDplka8FnhhGiN7bqVAX6TT518=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fc6bae2d0f7a3498caf8f9bc036aa9c68ee41bab","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-fc6bae2-20240819124645","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-fc6bae2-20240819124645","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fc6bae2-20240819124645_1724071672089_0.1367956442884919","host":"s3://npm-registry-packages"}},"0.0.0-next-2a86a7f-20240819140127":{"name":"@shopify/hydrogen","version":"0.0.0-next-2a86a7f-20240819140127","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2a86a7f-20240819140127","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"da90507aba81318ede9e560d2b19b7009f2418da","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2a86a7f-20240819140127.tgz","fileCount":56,"integrity":"sha512-nIqDU37g6Krk1BL/wh0JnCA/9JMmd87+typUh2wKAS58vregyLl093htt6ZCSW8iBwNIwGmU3McIWTE2ZOwIKw==","signatures":[{"sig":"MEQCIHGMXrZhIXQ1IMGjSJySBzJKPCauabFp8sjNnjSGX0FOAiAXcnC2yxtHRIz2Vzr5h9gzP7PXdp7AvOL/fHuS8Nl9tw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2a86a7fa65e4461bd5f18267dca60b2e8e582dc9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2a86a7f-20240819140127","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-2a86a7f-20240819140127","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2a86a7f-20240819140127_1724076155647_0.5171582609117928","host":"s3://npm-registry-packages"}},"0.0.0-next-3fa4a8f-20240820095757":{"name":"@shopify/hydrogen","version":"0.0.0-next-3fa4a8f-20240820095757","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3fa4a8f-20240820095757","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"06d3566f15d2612db19662731fb620730c16feed","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3fa4a8f-20240820095757.tgz","fileCount":56,"integrity":"sha512-09M8wlb6WnanMHIsWhD1iBLLrrWLvyJMzwE6zRa87oOH7E6F4YTL5TtWvK3IGqJXQK5+oNbRmh9j1DuyiIjwjA==","signatures":[{"sig":"MEQCIDxlvxBpPHtRuv2KxtjRL+1wVauYZob6zCrTHKHGJRIXAiBOazzO+YJHb22GMh34Gb8vjHeGXbcPyjxVjwZhnCL5nQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3fa4a8f78b9ffcacc5e0cb55e5386aa0563d0d3c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3fa4a8f-20240820095757","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-3fa4a8f-20240820095757","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3fa4a8f-20240820095757_1724147944156_0.29965807974176717","host":"s3://npm-registry-packages"}},"0.0.0-next-4ddfb12-20240820095919":{"name":"@shopify/hydrogen","version":"0.0.0-next-4ddfb12-20240820095919","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4ddfb12-20240820095919","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4845265f6c180485ca08e755dfea7a597d1e3155","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4ddfb12-20240820095919.tgz","fileCount":56,"integrity":"sha512-ZoJ5kO/RcUR/R2uMp6yFC/KScXeZJyg3bxIFl+0Ns/YnfXeP/0+nq+arazKojM7XiqvctdstVE8HS+avDHx+bw==","signatures":[{"sig":"MEUCICC7fsYTNAFL+4xmjK54MdJ2QlNYrdxmDoLY1hJe2ZzaAiEAxAJ4XXGnWFv0QlEW6JyYWue+lOQ9xAn6eG/4/Gb3Di8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4ddfb12f0a2ae58752a77280f903c607f033f6e9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4ddfb12-20240820095919","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-4ddfb12-20240820095919","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4ddfb12-20240820095919_1724148025363_0.3012130960200372","host":"s3://npm-registry-packages"}},"0.0.0-next-e608de0-20240820100804":{"name":"@shopify/hydrogen","version":"0.0.0-next-e608de0-20240820100804","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e608de0-20240820100804","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c45fcd4fa774418ddbb7aa02b2d95daec8e0bab3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e608de0-20240820100804.tgz","fileCount":56,"integrity":"sha512-dRuX1R728S8aS5Qa7lh6kWUFkXt5lwnSqRd5M/h48bxH+Dv6TvWo/dwjBRxobcGm7pojl/BPKNj0cxKtTkSXUQ==","signatures":[{"sig":"MEYCIQCqXXJ3qw3K67vpvWS0RFftQRYluoaBIayPp8Jb0siZTgIhAK2jqbgny2VtFAkgkZWuBtIVaFJixJgWTzrVB+pHzs88","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e608de02950d06b0035209d440f3ff4454419578","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e608de0-20240820100804","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-e608de0-20240820100804","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e608de0-20240820100804_1724148552978_0.07622191289931268","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240820101343":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240820101343","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240820101343","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"7a6d3d72e42de2c382157c0a2fceb21d85893751","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240820101343.tgz","fileCount":56,"integrity":"sha512-J7KOfol5Q0TwEoyAyu/gxgd33O9JkFMjaN4qUYZpw1DE4j/c41Y7DDx+bUHVQ9wcqZ+DH4w3nSW4ZGz5Iphpjg==","signatures":[{"sig":"MEYCIQCsFkTQ2/ZArqai6Odxf3bDkqqdIRwmRD2kA30RmV+YtwIhALN26q2XSjJqgZjWViqoxbg71IEyBG92XMpoK/N0cjk5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660477},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"acaa2a81de90baf293a3f12118f2da2006c8fe0c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240820101343_1724148885566_0.4367620985862617","host":"s3://npm-registry-packages"}},"0.0.0-next-29dfb8d-20240820101357":{"name":"@shopify/hydrogen","version":"0.0.0-next-29dfb8d-20240820101357","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-29dfb8d-20240820101357","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9b53711df6e779241ce7f851e3ec4dcb721cb458","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-29dfb8d-20240820101357.tgz","fileCount":56,"integrity":"sha512-z0iFBABnr4urwyekqlvGIQRVhWXIu4E6pqYmh4OgZFkrAZgWv7d8Qvmo6j6uLjyUrabwQY9+dYzgqss+2WRhdg==","signatures":[{"sig":"MEQCIC0YPA1YtjnDw5tQlc8S2PryU0+/CXUntO92knh7olcJAiAQXlZBuHZ8Yz0guY2SdTYyiMzqRJx4YMLriwJwWqyPNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"29dfb8dba3dd6a809436ecfdeaae09b93ba41764","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-29dfb8d-20240820101357","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-29dfb8d-20240820101357","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-29dfb8d-20240820101357_1724148903550_0.8573663142106416","host":"s3://npm-registry-packages"}},"0.0.0-next-768e505-20240820102648":{"name":"@shopify/hydrogen","version":"0.0.0-next-768e505-20240820102648","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-768e505-20240820102648","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2f282f264d960714dde6fa3c48a417d97e90bd12","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-768e505-20240820102648.tgz","fileCount":56,"integrity":"sha512-9YTVzY9vR0GZKA+CbMt9K6lE79fM7LIZvFXVJPMeM5VVXIdRyVJbecpXADExKY14L8cbHYmwfRfyoZa3jE3JxQ==","signatures":[{"sig":"MEUCIQDdmEx7UKoXDGHIcbM/i7gCbMmszaiIHSBHz6b8yd8nswIgcwYu+dJUE6OggLbLKKL6Sz1ivGvkl2wznzY/zBLzshU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"768e50565f9498f8bbb06cc2cbca63b773e36ed7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-768e505-20240820102648","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-768e505-20240820102648","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-768e505-20240820102648_1724149678304_0.143104905450685","host":"s3://npm-registry-packages"}},"0.0.0-next-664a09d-20240820150750":{"name":"@shopify/hydrogen","version":"0.0.0-next-664a09d-20240820150750","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-664a09d-20240820150750","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"276e8bc7ff3bb6bae1c18557249c637c919bd4c3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-664a09d-20240820150750.tgz","fileCount":56,"integrity":"sha512-X6oJoTiM3fRgJ0/cp++sVla3M0txlLqyhDOJPR7I+X9c0LGeRQd5npNQJvVoR39PngGT3Yg2fDRmMEOVk1Z6ag==","signatures":[{"sig":"MEYCIQDBtZZRXo/AOmeSdWRkBHqnL664VGayXFsa2LWe8rIgrwIhALwnqLTOu7IQapIU8keJ4QUOyzdsJXqLDB3dYo8kmYW5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"664a09d57ef5d3c67da947a4e8546527c01e37c4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-664a09d-20240820150750","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-664a09d-20240820150750","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-664a09d-20240820150750_1724166539241_0.1654994512248833","host":"s3://npm-registry-packages"}},"0.0.0-next-2e504df-20240820203756":{"name":"@shopify/hydrogen","version":"0.0.0-next-2e504df-20240820203756","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2e504df-20240820203756","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1842c9a3b39e2610b4a6f8474d62a5bc779605e5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2e504df-20240820203756.tgz","fileCount":56,"integrity":"sha512-uumv56ctxEn2su1qzcqcxGeCPwlXOxDce7EF9zR5UaXNzxuL8FNkl0E0PeYDG3YCPOmPG62iaMXP8v+U+soTZQ==","signatures":[{"sig":"MEQCIEpBlVmmEe03ZHp2Oez52AAEeeurMhYew3Rjmbu/6eYoAiAD/1hyzl2LS1wRpkkQ77V6Oym7sKwuiFsOLSUllGcLcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4660740},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2e504df8db165d47d387e9123f3417ddebe736d5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2e504df-20240820203756","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-2e504df-20240820203756","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2e504df-20240820203756_1724186341401_0.39042164525446355","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240821120305":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240821120305","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240821120305","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"8e6e2898a43a41e77b002cd85434128f3e7e8946","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240821120305.tgz","fileCount":56,"integrity":"sha512-BXey2D4knn5Kykjjgfx8be6yZgzdfWuBNlzAyg8xG+FqWnOKRprTwxtD1bFuE4Scz1+5tv4ZAfbmASNR0GjPqQ==","signatures":[{"sig":"MEUCIADyyPHqR6JkPq7tCcPEezYHCEpZu/8ej3O5LIIZez6kAiEA9O8lopoA8gde0ag3DZg9M/TXt9mIMCzi+59mOY1MZBE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4654039},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4c0b5bc40e0e0b986de020a347ba7f2a39adf07d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240821120305_1724241846403_0.4605819306562462","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240821120310":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240821120310","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240821120310","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2075bf2b8d0344facf112077d8f0cb78177f4d51","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240821120310.tgz","fileCount":56,"integrity":"sha512-lECZPKgv3rZ7aGJKmRZzZ8SbFrR5jMCJvyOZZXJs+Om4PQ5HzF9lJhrGLc3jBlBpUcRBGCHXjqter44da9AdHg==","signatures":[{"sig":"MEYCIQCMYPd0c9ZRoVc6Bb6EHluQoHt+8epPi58+YnKD2CfJaQIhAIWOAr0/MCSJuLaUlQ+NIB24h1iM248Xhbhm3DexTZI5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4655475},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"88e365e2baaf77c1da28cf00d45c18a8245c85e0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240821120310_1724241851790_0.13005954198755387","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240821132307":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240821132307","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240821132307","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"918a3a146a20d0ccafa17825be910809641ab186","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240821132307.tgz","fileCount":56,"integrity":"sha512-9sIQXneSumMttiyW9npaStthhdUgilhi0SJG2KTmLC0cm0vNCtU/wCX/jDwIVs/bTv6e5iB2dYoRGII8Gz/8ug==","signatures":[{"sig":"MEQCIAtM1NRKjU4PcnyT1Up5gLQTKNPCPykUh/QNh41xYeubAiBqmQHXssvVbzbjXKpEEV0nHN5IhCJAsuLai02YN3obWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4655475},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ea6ea749498be03293f970cb1910ac65fe56b1b4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240821132307_1724246651073_0.9186268911319977","host":"s3://npm-registry-packages"}},"0.0.0-next-1b217cd-20240821212654":{"name":"@shopify/hydrogen","version":"0.0.0-next-1b217cd-20240821212654","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1b217cd-20240821212654","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"583bd151ed1c6085e8c44ca383dcd326ee7baf68","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1b217cd-20240821212654.tgz","fileCount":56,"integrity":"sha512-4WA+BBiJg93wY0LBLUFZFkEn5LaLGFehX1HrjwsoUqsufYDCXkGn1PkDEeGRrvnrdIlM/1oP2zouZBxd4J31ew==","signatures":[{"sig":"MEUCIGr8H++tuKNpHfvUKrz2/e6hIfXN0onsFgWjuXDGQeFlAiEAzV5L1fbAGvUxRqqZ7FGmrfbZC8KjZ7geik47nAoaYGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4662580},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1b217cd68ffd5362d201d4bd225ec72e99713461","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1b217cd-20240821212654","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-1b217cd-20240821212654","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1b217cd-20240821212654_1724275681332_0.3868929560346681","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240822161138":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240822161138","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240822161138","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d975325ecb89a51cf423eff6bc490546206370f4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240822161138.tgz","fileCount":56,"integrity":"sha512-CZ2VVn8ok13X74nJYz4BdMt2mnUXWkeUiHb0nd8c0X4UD06ZkDUa0EhyjQl8VVK6I1sf0St+LRJCSGzSpLAP+A==","signatures":[{"sig":"MEQCIBVL0Uf+qN7yzDjKJ0NsVuse7S2/ZPRAx4XaB8y4wRjAAiB8W74UC/B/nMrRDben7dPCKXyz+xsG8n+cbkGLEcHKxg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4654545},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"641286e08b7fd43f28a3039d741d467f0daa81d6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240822161138_1724343160906_0.3940675242387013","host":"s3://npm-registry-packages"}},"0.0.0-next-0933f81-20240823163107":{"name":"@shopify/hydrogen","version":"0.0.0-next-0933f81-20240823163107","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0933f81-20240823163107","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b1904e574a0ee0846eee10627070ba96900ebae9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0933f81-20240823163107.tgz","fileCount":56,"integrity":"sha512-PrGldymEwpFCSJQw8zN4c0Nnw52o1+QIYvtaS5RrkoT8Y/YLG+Of214K4ep6Rz4CMVnwhlCdLeXqXTXThJ8GGQ==","signatures":[{"sig":"MEUCIECqdgJi47N9R+eDSC/rcv/VTd85ELFtVyVf6VEdRjwSAiEAv93zqc4pP/kk6ZUu4/j3ZNt0IiLsfmfBRbSEuGClyEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4662580},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0933f812f7155fa07e87c655ea163d0c9b7c462b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0933f81-20240823163107","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-0933f81-20240823163107","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0933f81-20240823163107_1724430733898_0.6962223878972402","host":"s3://npm-registry-packages"}},"0.0.0-next-0acf9d6-20240828155715":{"name":"@shopify/hydrogen","version":"0.0.0-next-0acf9d6-20240828155715","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0acf9d6-20240828155715","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"63c7e9fbbb1780e81b1fb85178a99de331cc028a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0acf9d6-20240828155715.tgz","fileCount":56,"integrity":"sha512-Y7Bz21sP7TjGUJZ+gvUry68/aAVRwucet4fA3fLWp5Td1eRujw/ZqRm7VDJzpF/lD+tvOrswnMDt0PU/cbfq1Q==","signatures":[{"sig":"MEQCIBSm8Im5VqdPB1ZirIdTLSoiLzaLQw0mWSDmgxhk9Gy5AiAj3PsRH2NXeHAB6ltu60ML6A36AxijDfXzAbOFfS+N5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4662580},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0acf9d61256f8935c9ebc558480a086744df7ec5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0acf9d6-20240828155715","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-0acf9d6-20240828155715","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0acf9d6-20240828155715_1724860701445_0.5040497693775723","host":"s3://npm-registry-packages"}},"0.0.0-next-0c1e511-20240829162554":{"name":"@shopify/hydrogen","version":"0.0.0-next-0c1e511-20240829162554","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0c1e511-20240829162554","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fd201f80c889686ab20a8af334bbcb693768b4bb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0c1e511-20240829162554.tgz","fileCount":56,"integrity":"sha512-tHbYZ93d6JQQ2FprcW3xVXOY+rAlGWoRJZd25G/US91ysJcW4MjcEs9KwP3Gp8VJ/NgCsHnOLx3/6wOI8HDHww==","signatures":[{"sig":"MEUCIQDurEV61tPpDeGMQ1ss//WdTh5fKsXIZ8/mwxagA/SWVgIgYVacW7Hy39QopUeL40wRzhsVi3BgfZkswG93oLDVsKY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4745166},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0c1e511df72e9605534bb9c960e86d5c9a4bf2ea","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0c1e511-20240829162554","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-0c1e511-20240829162554","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0c1e511-20240829162554_1724948822825_0.5816514832013355","host":"s3://npm-registry-packages"}},"0.0.0-next-32c82bb-20240903170845":{"name":"@shopify/hydrogen","version":"0.0.0-next-32c82bb-20240903170845","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-32c82bb-20240903170845","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"3d399950b4fdeecc65e0f29e310eb69beb3b0955","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-32c82bb-20240903170845.tgz","fileCount":56,"integrity":"sha512-awH9katZ6C1d/AzRA9DDvpJp1ALOvSaMpMq44JHpva7eqCG45pesFjN9S+rGjIxqclO6lX2m/kH3Z+CC8mPqqA==","signatures":[{"sig":"MEUCIQDUVn4L60uxxHBt9XjPki4irioqp14RbaTZiGwufocP3QIgMSlEwuMF92Ld7E5r6/20fv0vCzw8tgOzXIxQss1ERgg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4745166},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"32c82bbc806089cc75a3f0179d3a309f8b41d311","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-32c82bb-20240903170845","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-32c82bb-20240903170845","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-32c82bb-20240903170845_1725383391921_0.026187520812595233","host":"s3://npm-registry-packages"}},"0.0.0-next-651c975-20240903170939":{"name":"@shopify/hydrogen","version":"0.0.0-next-651c975-20240903170939","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-651c975-20240903170939","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"89dcd2000cdd0ce80e1136f9842a02bdc9c501f7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-651c975-20240903170939.tgz","fileCount":56,"integrity":"sha512-WtSG9gKjcL5QNGtNbLiLgz54EzUoCW7+CcSt19y6xOrGZnJciUFZq87angj9ekI5vVXmSi9ND3cRuDSR5MTJhA==","signatures":[{"sig":"MEUCIQCVke8TpUE+lTrejA69tzNqMedt/J/LxANkpUnsrlWqhgIgCK7uwjbvIqdO5qNw99LO01KI6ui7UGOanpaoTGEpOB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4745166},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"651c975e73b264f721223904947211f51e8c9290","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-651c975-20240903170939","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-651c975-20240903170939","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-651c975-20240903170939_1725383446524_0.8888163119066352","host":"s3://npm-registry-packages"}},"0.0.0-next-1a2534c-20240903171454":{"name":"@shopify/hydrogen","version":"0.0.0-next-1a2534c-20240903171454","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1a2534c-20240903171454","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"81591429a6a16721d52f7d8146a271a5a834791a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1a2534c-20240903171454.tgz","fileCount":56,"integrity":"sha512-KtcL3+zexXSKwjP+/2CvtniiaUcoglWE519m39KSg0t7uE2GPvI9GiYBsB+jF5gA+M0vN/JFXhh3LxyHevTslQ==","signatures":[{"sig":"MEUCIHLpp4eOTgY7aM+ezjW8NZJk9322CL31Wo/XApMr2Sm6AiEAmsCkzMDGWAg8UzmOLApEimX1UD/upMWR0Yu8t96zWMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4745166},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1a2534ce7551ea54c63834715155b296dd251d92","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1a2534c-20240903171454","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-1a2534c-20240903171454","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1a2534c-20240903171454_1725383760735_0.47682228653754244","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240903172745":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240903172745","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240903172745","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6b568e05a10c2eb818d38a262414d38eccf6210f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240903172745.tgz","fileCount":56,"integrity":"sha512-fi3cUKK6mkSNd2Yltj0vz5hrUG4FE8MR9VywFScCDc40RhREN2V1iHzpqJOHnHxoXi/+dzz7D8sao7+xvH7G+w==","signatures":[{"sig":"MEQCIE4q297aPJrHgonY+dnUCjQwkfJL6sq9NvtVYHTyXMM2AiA4FMpQ118qjnU/9f7T6ciQIMvdB6w6F7HJE4UDHIEo+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4727079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fb2330d675a0f12b8da6e967c4d0830d3cd6b11e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240903172745_1725384528959_0.44187504265703836","host":"s3://npm-registry-packages"}},"0.0.0-next-ca0c769-20240903201125":{"name":"@shopify/hydrogen","version":"0.0.0-next-ca0c769-20240903201125","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ca0c769-20240903201125","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"705ad9dbe8e09e654c7c3da7962ef1db32ea1542","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ca0c769-20240903201125.tgz","fileCount":56,"integrity":"sha512-GzFxR4jdxsnjfHlrO0KoC5LlTccYvw3csVbSgjZoJiRWpqCIU5PRdBhSe88/t9xbPHa+VUN3lNXuw0ZM1HaBBA==","signatures":[{"sig":"MEQCICbKxu8pCb+Hebgc/S1B200kVbs1eJLpj/VFcCja/fsGAiAeJ+Na6u0Y5Sho7p44X8mKI15bORl7PVMayLroxUtP2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4745166},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ca0c76921ee873920d58112849cd0709bb990858","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ca0c769-20240903201125","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-ca0c769-20240903201125","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ca0c769-20240903201125_1725394352253_0.8377475324549095","host":"s3://npm-registry-packages"}},"0.0.0-next-92a53c4-20240903201238":{"name":"@shopify/hydrogen","version":"0.0.0-next-92a53c4-20240903201238","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-92a53c4-20240903201238","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1d58bc51a71a5ff31b50003fe631eb567dd4901f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-92a53c4-20240903201238.tgz","fileCount":56,"integrity":"sha512-aGLFI7yY1nNPdJpUJQqNlNSPhhv2yvnne+uy1d8VngACEe7ZZFJtG0I7szAV2WoRBbjM2MKim6XcYIpdJIYBRg==","signatures":[{"sig":"MEQCICfNVDy98HyhFcetnaFBRmx5aZhgQ6Xi9eSDeRb07EMaAiBWPdqWFV0dS1MBqIxwq5fbJWmWwMH3JAixTyFTdrtzUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4745166},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"92a53c477540ee22cc273e7f3cbd2fd0582c815f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-92a53c4-20240903201238","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-92a53c4-20240903201238","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-92a53c4-20240903201238_1725394428237_0.9849447424511575","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20240903233028":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20240903233028","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20240903233028","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2643a05074a23033c0913adb809a9107523e5ca8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20240903233028.tgz","fileCount":56,"integrity":"sha512-xu7ZRHRSg6Loh9CWyws8FK/Ic9agG1TtFrhgvKSf5jW58MlVC9WkqGSu4tRA0304ivmD+fwwNEreHNUOjTkLSQ==","signatures":[{"sig":"MEUCICUNlSa70W/vl0WIJgbYsMHmby9Xny+/jra63X4pOqvJAiEAmFixey5+czDhgEESqbxjcP4OC0+mPGJt/7Vh7P8g504=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4728327},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a3b4ea98f3c77c33c2e9573933ee486812a9bbdf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20240903233028_1725406299836_0.312198088921835","host":"s3://npm-registry-packages"}},"0.0.0-next-81f2b54-20240904173330":{"name":"@shopify/hydrogen","version":"0.0.0-next-81f2b54-20240904173330","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-81f2b54-20240904173330","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b0f972416ab14020218cce8c7966b5b8264ded4c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-81f2b54-20240904173330.tgz","fileCount":56,"integrity":"sha512-vXi84XMYZSGLF8vuB86MVesed1LUd61bfKuVlcCOILuHophnDHcG4u/bmuJMICEAA/HiPWrma7ewBTIpuhVqMg==","signatures":[{"sig":"MEQCIBPK4M4afCngo0rl9mgO/DVwn1nyCe6hfniM1Tc4FrSCAiAkwH78jTk7UVSn4oGdyLuRsMBqweaXL9WepEt1rqpTFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4745166},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"81f2b540c42c55f36c70c63bce34a3e1626d9965","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-81f2b54-20240904173330","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-81f2b54-20240904173330","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-81f2b54-20240904173330_1725471277523_0.01702810359012563","host":"s3://npm-registry-packages"}},"0.0.0-next-eefa820-20240904193439":{"name":"@shopify/hydrogen","version":"0.0.0-next-eefa820-20240904193439","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-eefa820-20240904193439","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"60505f3e736b2fb1b7068808b8623acb5afad896","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-eefa820-20240904193439.tgz","fileCount":56,"integrity":"sha512-GoZhIC9wUE2jbvnlMz+/DGJ3SNaynfqITt0mDMGql0qSqGmcu0HoTiY2EBx/BPxMPpe549kk3hy/7UmVYM+MDw==","signatures":[{"sig":"MEUCIQC6H+teqd6NUa3xPS3uprUzh63vWZyOfYSHKUCEYZvFwAIgTSQyHTXadgo96Dm70BTn3nQSLmnqWZsJXK6jTiqhZrw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4813016},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"eefa820383fa93657ca214991f6099ce9268a4ee","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-eefa820-20240904193439","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-eefa820-20240904193439","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-eefa820-20240904193439_1725478547210_0.26564601293085066","host":"s3://npm-registry-packages"}},"0.0.0-next-d633e49-20240906163555":{"name":"@shopify/hydrogen","version":"0.0.0-next-d633e49-20240906163555","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d633e49-20240906163555","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"46b4fbca4dddd34ab154ded7ab32ebcdc29fe7ba","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d633e49-20240906163555.tgz","fileCount":56,"integrity":"sha512-abBFMiTd28rgyZBpUt+AfgiNomBIk6PdOBIpuejXMo9w75EVHmrQFMlNdSTG4wgp0yXvn6LZjoM2alN3MSbGcg==","signatures":[{"sig":"MEQCIBIZhYAyPpaGAFWsTj0Fi9oSqkXYi0yk3EEU/dawmHO+AiAJhyxFjEIwsy1qNsqu3UQcNZV/iohlPsdymKoE0vEvKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4813710},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d633e49aff244a985c58ec77fc2796c9c1cd5df4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d633e49-20240906163555","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-d633e49-20240906163555","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d633e49-20240906163555_1725640623012_0.35762691851150574","host":"s3://npm-registry-packages"}},"0.0.0-next-ed2657b-20240909175901":{"name":"@shopify/hydrogen","version":"0.0.0-next-ed2657b-20240909175901","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ed2657b-20240909175901","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"17204c80b2d468de819b4f545e05b2c6bb0af9e9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ed2657b-20240909175901.tgz","fileCount":56,"integrity":"sha512-msoeKf/AI5GNJBaXUpAQTcdodrgo4gLt94F2z+oY1jR9H8XPPk+qARVLMHl2oiQ3pFrZW+CwUvEdMKk4eSqx0w==","signatures":[{"sig":"MEQCIAF6C1wWMao+Sms4egxkCarkzZSIQPONRER9cbDpGIR2AiB76/VwhcIcI8go3O0F2hI249pABtyahAZu0IUFGVDA5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4813726},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ed2657b819b25babdaf88697915af6e918752305","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ed2657b-20240909175901","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-ed2657b-20240909175901","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ed2657b-20240909175901_1725904808122_0.22829591628682144","host":"s3://npm-registry-packages"}},"0.0.0-next-de8ba2b-20240909220655":{"name":"@shopify/hydrogen","version":"0.0.0-next-de8ba2b-20240909220655","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-de8ba2b-20240909220655","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"6cbd1a5253b346722f75b43ae861c1628091b8fa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-de8ba2b-20240909220655.tgz","fileCount":56,"integrity":"sha512-q5U72xOSyySeje5N/BquytrHbIJiaHRqSzQWDygfvJ8oEYv8i00rOCtzu2p8IjmH8o/6y0ZLtrZXpvShdy+jdQ==","signatures":[{"sig":"MEUCIHr20Pg2cfs06P3nu0QLV8ZfnAglNYcUCnNYjcdwubykAiEA56rlSqM11m9A9b50yArfNoeu528asqOB3DJkMJsyBIs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4813726},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"de8ba2bff46d1d7b3d25f3bdc4080b22a778a9ba","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-de8ba2b-20240909220655","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-de8ba2b-20240909220655","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-de8ba2b-20240909220655_1725919683166_0.8545798280764221","host":"s3://npm-registry-packages"}},"0.0.0-next-21f37eb-20240911010540":{"name":"@shopify/hydrogen","version":"0.0.0-next-21f37eb-20240911010540","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-21f37eb-20240911010540","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"705b2f05b9e22f5ad49dbde282155b5d01c451b5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-21f37eb-20240911010540.tgz","fileCount":56,"integrity":"sha512-gqk500pXsQDPsgpSBcb7wBow5g5lQwFlDMgMc6gU78TYGRaCbU/eFlxizaoAX2lHXRf3ig1/DpJlwuFJizPdMw==","signatures":[{"sig":"MEUCIG97ZcbhlEKbhHg0kOFoSFWViwwfj7GhHGiBhtXIQPoqAiEAsVQlFj6hvqTWExBbmXtOpgQNOHaIvYrVWM1LX6RObYM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4813726},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"21f37eb65786fe64d4a5a6255677d540adcec535","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-21f37eb-20240911010540","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-21f37eb-20240911010540","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-21f37eb-20240911010540_1726016807349_0.9969850040274673","host":"s3://npm-registry-packages"}},"0.0.0-next-ccdeb42-20240912010828":{"name":"@shopify/hydrogen","version":"0.0.0-next-ccdeb42-20240912010828","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ccdeb42-20240912010828","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2a4ecaf7022b81c08e9b4b1c932226251740b4f8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ccdeb42-20240912010828.tgz","fileCount":56,"integrity":"sha512-OLluBceebjLWipCaKRb1aEpWGTGzM8iNSyMmDMPZMWELI9hD0+Su7I7poqJ9tG1iw+DkrvKZsMVXFhuG9+EOPQ==","signatures":[{"sig":"MEYCIQD+4dOkUYWX+dvAEottoEtXIw1dZF/NZpnlgfe31jRr+gIhAPHFVsJrRvozdRPgYyw1AhA9F8SLalHnLlTB4uC9EdC6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4813726},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ccdeb42378fea8721619c25292fad1135641e1e5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ccdeb42-20240912010828","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-ccdeb42-20240912010828","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ccdeb42-20240912010828_1726103375876_0.2232457410607187","host":"s3://npm-registry-packages"}},"2024.7.5":{"name":"@shopify/hydrogen","version":"2024.7.5","license":"MIT","_id":"@shopify/hydrogen@2024.7.5","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a798c55185996bc53762d3d326453eca45b3fb33","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.7.5.tgz","fileCount":56,"integrity":"sha512-FKoosYGB52NWUkPy8GUBnR5EQqhQrOh4ZeSz8p75SyOXoe1tM7L88aKA5lpZWWr4bquP6YQRsqoKUDk84TdT9A==","signatures":[{"sig":"MEQCICOpYIaz/i4tJSuqguwACiki/OYquJITDCuZL93Eb3k5AiBalHOdkL5EPQmQafTbiptK4N0m3hElkEMXWBGvhFxgjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4813442},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5197eeff75926c3cf07ee9ff6b72e88980bfce35","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.7.5_1726104603508_0.7626475274793052","host":"s3://npm-registry-packages"}},"0.0.0-next-1d174fb-20240912013824":{"name":"@shopify/hydrogen","version":"0.0.0-next-1d174fb-20240912013824","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1d174fb-20240912013824","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d936e4f9df6b14255e3ceea126ce45e46a5a0ec8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1d174fb-20240912013824.tgz","fileCount":56,"integrity":"sha512-s18gpoCqtnHKKycggEewAydh/o2zl0pMczUUCvEhlNPoUJo27pl5eLeX1jUtFTNQNnh+wPWMLWCy7emb5rVXsw==","signatures":[{"sig":"MEYCIQCsiQfKDnVy6h959RtCUCEIjzqLg+0CEz+rxHPrB82lbgIhALk5mRnpjAE1qM7SID0oHHhfW3Q/OsHfFO+JWAK6Lu3Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4813726},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1d174fb0d5c3f17e25f70cf253b3d4072f6fa26b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1d174fb-20240912013824","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-1d174fb-20240912013824","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1d174fb-20240912013824_1726105164350_0.7102437756228965","host":"s3://npm-registry-packages"}},"0.0.0-next-d0ff37a-20240913175722":{"name":"@shopify/hydrogen","version":"0.0.0-next-d0ff37a-20240913175722","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d0ff37a-20240913175722","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ac14bcc24725a0fab2d3d2875d85bcc83e7154a0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d0ff37a-20240913175722.tgz","fileCount":56,"integrity":"sha512-t4/Li0pyxAhLQ+rXt1xqV+nvUUQYFdScRQhGLwrmvMNyGgpiAX2A4tBwnD3xWS7aEpF+MQ6sXsDDcAwppsUUvA==","signatures":[{"sig":"MEUCIHf5GaQaXUZRbPBC78R8egrK3uWiuTqvuZioKyx7iu2bAiEAsJ6InTcRFA6ouo58FQXvMmFvWY+zL7V+dq3Y47SuNGA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833428},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d0ff37a995bb64598930f8aa53f2612f3b1ea476","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d0ff37a-20240913175722","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-d0ff37a-20240913175722","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d0ff37a-20240913175722_1726250303831_0.8697352397749578","host":"s3://npm-registry-packages"}},"0.0.0-next-a123571-20240917010250":{"name":"@shopify/hydrogen","version":"0.0.0-next-a123571-20240917010250","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a123571-20240917010250","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"de057804b2c65a8cfc66e19530e56471da2286e1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a123571-20240917010250.tgz","fileCount":56,"integrity":"sha512-fgB700lnTQfMW68zybOHe/0CrCzpbI/Ix3/iAG21JLd+LseNxzFHOX5+7e2Hqeo99Kfa9Mw6cc41Mm38wTQEzg==","signatures":[{"sig":"MEQCIAP8ELgX+o1QGHSwY2RTqVNRgjnBcLk3KGS+Qt4vxVW7AiBC8MoqB/o3p/y5BlYH8JJAqdaYLZ0mFQotC9HP9csmNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833428},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a12357189d32fc67069d3c50dc2b33433034b17f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a123571-20240917010250","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-a123571-20240917010250","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a123571-20240917010250_1726535032407_0.9337170216180635","host":"s3://npm-registry-packages"}},"0.0.0-next-616dee2-20240917025841":{"name":"@shopify/hydrogen","version":"0.0.0-next-616dee2-20240917025841","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-616dee2-20240917025841","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ff13b8d1f272d3c247548a1e74167ce0ca41eb65","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-616dee2-20240917025841.tgz","fileCount":56,"integrity":"sha512-g6LV3vYP8Wn9HgbRtvkgCXDGQXxZCZJjAVb9RpdjzSIhT2J9EaJAQuDloFMfa2iqzJSVv5/v+VXbMRNTqxCWvQ==","signatures":[{"sig":"MEQCIF/PoUhADIWODN/iYb9wzAVJ2zl1V1ZPVX3YMkcFlh/oAiBK2r0wovmUeV32aG6ddyZyih3ulz9L95DD4NZo2zQcOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833428},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"616dee2800cbdf4ed3dbae04bf568a768c4603e7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-616dee2-20240917025841","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-616dee2-20240917025841","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-616dee2-20240917025841_1726541980593_0.36615873061889803","host":"s3://npm-registry-packages"}},"2024.7.6":{"name":"@shopify/hydrogen","version":"2024.7.6","license":"MIT","_id":"@shopify/hydrogen@2024.7.6","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c22b7bd0b0d0b59ef7d6864c111a8024af5eb7f9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.7.6.tgz","fileCount":56,"integrity":"sha512-DD/0i5yBiz1kFFEnwYV9UHPlG69h9o9sEinyTPrz1NjHz44EeMFjs0CcnOO1TlDexp7ryHUluU/ui9R17OM9Og==","signatures":[{"sig":"MEYCIQD6K2LJ3GIXWU9/evwt1v2+LfAmYA5AMzHHmlTpkDc4GgIhAKqkOu7mKwQC8hLzPr6clDMUs73kLOppTDSR6aesipVh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4832714},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9e7a6a3bf75f137b5c6a536b2cfc57611f7100fb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.4","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.7.6_1726543315891_0.4158939502810828","host":"s3://npm-registry-packages"}},"0.0.0-next-da5436e-20240917034351":{"name":"@shopify/hydrogen","version":"0.0.0-next-da5436e-20240917034351","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-da5436e-20240917034351","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9e688c94de8ab32b5a90df02d1223ef0443bf922","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-da5436e-20240917034351.tgz","fileCount":56,"integrity":"sha512-jsj89TPtaba/vcw6odl+ssSt3WZHceGBrKrD4WwwhY8/5OdB29j9IHYmG2QBI8rU8zh9nP0VcPW4nJf3+TE6rQ==","signatures":[{"sig":"MEUCIQDUPXE+S59x8kwNja/o9RuC/iF5HLT5hsNSX2rrcebFmwIgReZGtF4bHK6iHiXkGNmGysD3ACgTpQ5FgQY2zbrT4Lw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833428},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"da5436ec9087e03f2677b3ba5bbab66a9ffb511c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-da5436e-20240917034351","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-da5436e-20240917034351","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-da5436e-20240917034351_1726544691854_0.0772605098585939","host":"s3://npm-registry-packages"}},"0.0.0-next-07cd4a6-20240917145040":{"name":"@shopify/hydrogen","version":"0.0.0-next-07cd4a6-20240917145040","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-07cd4a6-20240917145040","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9cf44afa11617a6870e3323fd15accd9804892f6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-07cd4a6-20240917145040.tgz","fileCount":56,"integrity":"sha512-NEk47M/DbLNEAIg2bVuNak1lEatgdY4K8kwZFJKMH7vyHScZLkDWpYxizrspBro5JeJi0neki+966vEQw62O2g==","signatures":[{"sig":"MEUCIFl8doNHNoKDo9rQG+sAXmz1MtFQwYtNribxI/HqxU5WAiEA1BTx5yRGrM/YIaz8AU4buVRWiwBMrDDIxiReue3fnTU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833428},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"07cd4a61b9a1e267260db88347220440f8356b57","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-07cd4a6-20240917145040","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-07cd4a6-20240917145040","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-07cd4a6-20240917145040_1726584701430_0.24441436783414594","host":"s3://npm-registry-packages"}},"0.0.0-next-39f8f8f-20240917212036":{"name":"@shopify/hydrogen","version":"0.0.0-next-39f8f8f-20240917212036","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-39f8f8f-20240917212036","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"630a15c634ee7852779702d26ea38975e3e381e2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-39f8f8f-20240917212036.tgz","fileCount":56,"integrity":"sha512-wyyDx/VDPM7utlGcAyBM64XSnpkAl4Lm92MlwIw42IKh8lVBXbJjNLKRDRzgLzEUwNAcPdToVc4OZzKC4omnMA==","signatures":[{"sig":"MEQCIG+RHq7uNfdbRRB7eG8HWpXq+uXGWw74RO+KMJ8XGj02AiAvdsWOQQVg8Us6LtWug1ndiWCWRfDSw15LAWt4eeZigQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833961},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"39f8f8fd42766d02c6e98f8090608e641db9f002","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-39f8f8f-20240917212036","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-39f8f8f-20240917212036","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-39f8f8f-20240917212036_1726608097572_0.6686624297273627","host":"s3://npm-registry-packages"}},"0.0.0-next-59dabd0-20240918015944":{"name":"@shopify/hydrogen","version":"0.0.0-next-59dabd0-20240918015944","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-59dabd0-20240918015944","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"787e3bca55782f72cf749afe0e8fba3655d50458","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-59dabd0-20240918015944.tgz","fileCount":56,"integrity":"sha512-M0kkcllYWFdoHT0L9Xm54npdb3eX0GNwnaq1O1/726DHBy2p9UrvrHXTC9BdlgS46/U+r555YmzJOg5D+Gf+Kg==","signatures":[{"sig":"MEQCIB9XY0b6gLB/eGYR6M71QVv75N6gzwlJcG3MpaOxMDRqAiBuoS3QYm/Wfr9aQUY58dI8W+zOCIO5chqP5LLHQ29YkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833961},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"59dabd0757e942b22ddfdd33125e8b296d08ca20","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-59dabd0-20240918015944","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-59dabd0-20240918015944","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-59dabd0-20240918015944_1726624846469_0.5139867226928276","host":"s3://npm-registry-packages"}},"0.0.0-next-d46fc08-20240918021226":{"name":"@shopify/hydrogen","version":"0.0.0-next-d46fc08-20240918021226","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d46fc08-20240918021226","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b807771098d631ebdc34ddce3f48be649ed1ddcd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d46fc08-20240918021226.tgz","fileCount":56,"integrity":"sha512-z4p+1R2vujxKChP/HoKNlv/oqH0At5avOidvqrrp7/avMJKIt1JXHq9CF2YdsukuwVAiH+oTnuf+wjYyuuU5pw==","signatures":[{"sig":"MEQCIHNLuBPcCMYlQ95vYZYeHIdohcyPC0Lnkw6ngyBbcZtVAiBCb/7BseKS2FCyn25BSornthIzHUDozJkkMUAmcRFOww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833961},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d46fc082bcf8e8f10c4847c519526c8df929ee30","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d46fc08-20240918021226","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-d46fc08-20240918021226","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d46fc08-20240918021226_1726625606478_0.07692350838351603","host":"s3://npm-registry-packages"}},"2024.7.7":{"name":"@shopify/hydrogen","version":"2024.7.7","license":"MIT","_id":"@shopify/hydrogen@2024.7.7","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"aa2a381b1612f5c2b0d6cc9f448617a407a8b2d8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.7.7.tgz","fileCount":56,"integrity":"sha512-uX1ar4a2Exi8W9ojLE44GoE2hoqdcblJKHId0jnFNX1GAMPo/c2tn6Yp6UKP6JkpObE01L/oiPmYImZqWynihA==","signatures":[{"sig":"MEUCIQDyrID/eOobInQA5hY1WRnN+ajDhZj/OVK1HKnwVN2mRwIgFFAju5/4n8fBrQk7LBYUe9aug4En6b6/GCJNmtLIQcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833247},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"924685c104701fd29562b93b0e9c61a313977c97","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.4","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.7.7_1726625861515_0.750243097266589","host":"s3://npm-registry-packages"}},"0.0.0-next-c21f7e2-20240918070322":{"name":"@shopify/hydrogen","version":"0.0.0-next-c21f7e2-20240918070322","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c21f7e2-20240918070322","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cb5698b604718baaa909b5e1bb1bfee30e0153aa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c21f7e2-20240918070322.tgz","fileCount":56,"integrity":"sha512-AK51XzUOM+sDdJuUmt1U5eH35G+O56z7aNTA+3pR1cD2XkexFWeGnQJyto4higoJ6FWmTjAQCkXkAEMJo3DbUg==","signatures":[{"sig":"MEYCIQCX3bbif4yXrEC7Ol/twu4CwaiOyn0IjFd/hxECX7z9HgIhAN3QEkiN1vXNTJbiELbIJpW3Q8uQ7iA8DzsvTELOWha2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833961},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c21f7e2e7622aa41b032225926ab2c53f1584a38","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c21f7e2-20240918070322","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-c21f7e2-20240918070322","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c21f7e2-20240918070322_1726643061169_0.6218853401482107","host":"s3://npm-registry-packages"}},"0.0.0-next-3ec3155-20240918071720":{"name":"@shopify/hydrogen","version":"0.0.0-next-3ec3155-20240918071720","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3ec3155-20240918071720","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a34c7f4f25de8a74b5805785fb2b6b0adddfb218","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3ec3155-20240918071720.tgz","fileCount":56,"integrity":"sha512-b3n+lwjO5aryZgsCA8t4Gok9uiWBTxhmVETA/usM/ViGy3MFobYvmIPoAk7q9Vt0G/DW7oJ+mAiLe+MpJz+ngQ==","signatures":[{"sig":"MEQCIBKs/rE17gxWd1tuKb4yj9/Dq0i3e0m0Zh6GUpBF9cnfAiBfQMPMaE5r0peAQX+1ikRLE+ku9mWNd4zd1hwfSMO+rw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4833961},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3ec315587861da27aded80eef45ad394e0cd1b40","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.7.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3ec3155-20240918071720","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-3ec3155-20240918071720","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3ec3155-20240918071720_1726643902511_0.07752297897051919","host":"s3://npm-registry-packages"}},"0.0.0-next-f336303-20240925174053":{"name":"@shopify/hydrogen","version":"0.0.0-next-f336303-20240925174053","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f336303-20240925174053","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"27b1b0ac8a5ef2e168df7fb1c85d69c211b000cf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f336303-20240925174053.tgz","fileCount":56,"integrity":"sha512-xXuxCCNW/atu/p2k+BVEVW4AKCyUPfNatm2Opge2LFan9aYXBdibLpZr0acTPZw8OQRzluwctF19J4sYO1+s8Q==","signatures":[{"sig":"MEYCIQCUvQmDRwTtDZ28pSo88zcnEsr0asesnHSvSiHpkELNGgIhAKf2rRyurlJKcrBS7dJSrXWabt3w3xGkdj3FM1QPf3+w","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f3363030a50bd24d946427e01b88ba77253a6cc9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f336303-20240925174053","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-f336303-20240925174053","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f336303-20240925174053_1727286113196_0.9178373902816146","host":"s3://npm-registry-packages"}},"0.0.0-next-8672769-20240925181315":{"name":"@shopify/hydrogen","version":"0.0.0-next-8672769-20240925181315","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8672769-20240925181315","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"275421df2b9b4fdfb6dd9840de3b7ededc7a3981","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8672769-20240925181315.tgz","fileCount":56,"integrity":"sha512-zlqWl9Ixm95uWT9QV9nmCKezxX21PUzq/dSPcRt61BHWblAOp24nC85q5XbFfGLl5adAToA4Qe1wIXIoVe+5Dg==","signatures":[{"sig":"MEYCIQCY2qQVn0tKl5+BGI+3yTllrlT6eUuok73CeMjzYIbnWQIhAPxuIPHdR/ugSthON0XJcgRCrvKdXzSvjCts6bkXB4IW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"86727699fbe5006af3f88ceabfee46f29fe1bf00","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8672769-20240925181315","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-8672769-20240925181315","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8672769-20240925181315_1727288054984_0.3693160715468551","host":"s3://npm-registry-packages"}},"2024.7.8":{"name":"@shopify/hydrogen","version":"2024.7.8","license":"MIT","_id":"@shopify/hydrogen@2024.7.8","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5e2b008f39699651621db9c5d64322f62a95adde","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.7.8.tgz","fileCount":56,"integrity":"sha512-bowng/JztJJK7TYnGNlnP2TREvW2ekxMcuqwEFxsHs9YO11yuvPLGer6yj+K+nPzbwh0qpjM0m2Mgm7g7ETwBw==","signatures":[{"sig":"MEYCIQCdTCj68q7kNzE+r/H/HHnNrwiUzGuxmLPGocW9hxkMgAIhANfroo2t9oN48xlFXF+mlSR/rvFugDZJLFWHVv5Y8xkD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854020},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"094e3a6419ca5e7c680e31bf3733169d10ff60e3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.5","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.7.8_1727296545720_0.4288249518075993","host":"s3://npm-registry-packages"}},"0.0.0-next-b58a220-20240925204259":{"name":"@shopify/hydrogen","version":"0.0.0-next-b58a220-20240925204259","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b58a220-20240925204259","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"85d59668a4373ecf88284654b05f8b75632d22eb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b58a220-20240925204259.tgz","fileCount":56,"integrity":"sha512-XAuwkEs9pQ/1j+ouWUA20fa9jo72Wc1YiFz9jtvu4+l4Fy5Lnv5C+CfED8Jm1rclTajvtVKGJg6p8bqW4E9V5A==","signatures":[{"sig":"MEUCIQC0uVZ7y2gp9iruWRPfHC0736C8/v1MrQe8qDPZf7USuwIgByC4XTBTZGqA+V9NmEWiDcSSL4HBtjSZiqKvIMv0WWI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b58a220adb8f05bc4fdf11f23859493115924274","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b58a220-20240925204259","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-b58a220-20240925204259","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b58a220-20240925204259_1727297036914_0.4165503597363984","host":"s3://npm-registry-packages"}},"0.0.0-next-7d1930e-20240926195340":{"name":"@shopify/hydrogen","version":"0.0.0-next-7d1930e-20240926195340","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7d1930e-20240926195340","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ac73f3b5c28e629a30ddf67728550fcf999b9d49","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7d1930e-20240926195340.tgz","fileCount":56,"integrity":"sha512-2GiF9zfLBiV4gSKuDvaWZTmr5OjDRXgun33Ake3RKr05DMcYChKASoi6mnLP/a7235lZbrkXY/ixZtHXqUDSmQ==","signatures":[{"sig":"MEUCIQDPDAwLO87J75j7ZUmgmKlFA64ArNgldI++8egrpSmTvgIgArDN9tKl0rP5YE5mC6Yc5XO+XCkWOUy1rsWfIiubT7o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7d1930e458046db594cd9ae171be796a85251f36","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7d1930e-20240926195340","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-7d1930e-20240926195340","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7d1930e-20240926195340_1727380479400_0.6085931415440016","host":"s3://npm-registry-packages"}},"0.0.0-next-04b4c7c-20240927032315":{"name":"@shopify/hydrogen","version":"0.0.0-next-04b4c7c-20240927032315","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-04b4c7c-20240927032315","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"61b58315e1241215e9675bd505c7976637f4b4b9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-04b4c7c-20240927032315.tgz","fileCount":56,"integrity":"sha512-Dv7XBJKmvJeRwWL709VihZmaw3dVZ1DZF7q2lGd2lYTPY1vxBmmMxDxID7Q5lEPEtPXZG5yOLYDIRPU4aI3f+w==","signatures":[{"sig":"MEQCIG2xWXNA46VCX2zqjE0V+k2YO6dAtmsy939czj8SFoZqAiAxSSajk9VtyOqQkVlF8YXtszr9GMZ4Qxsts8j1So417A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"04b4c7c3362aa07fc12ce749bfc5a955aa1254e4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-04b4c7c-20240927032315","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-04b4c7c-20240927032315","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-04b4c7c-20240927032315_1727407459437_0.29454178702609424","host":"s3://npm-registry-packages"}},"0.0.0-next-97a682f-20240930023321":{"name":"@shopify/hydrogen","version":"0.0.0-next-97a682f-20240930023321","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-97a682f-20240930023321","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1ff017ebc84411836b798a71611d85aba7cf6e1a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-97a682f-20240930023321.tgz","fileCount":56,"integrity":"sha512-t/CKp1dh6+Lr81e/B7RsmiSOeVxQHE9urB3DhA75bhTCBdxMPwG/8xEt+F61jSx3zUeA7nvDN+RdbhHNvkEf7A==","signatures":[{"sig":"MEYCIQCLJaUy4uN/hxsGJqw8R0wcnH1ez9C2gcOsgirmRmwq3gIhAKOD2II4axBN65Y426sZkoP/IDzCwGRBuxuZeGl7LB9h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"97a682fb92bd203d8803ed12716ad299806504e5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-97a682f-20240930023321","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-97a682f-20240930023321","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-97a682f-20240930023321_1727663669472_0.42405637646283","host":"s3://npm-registry-packages"}},"0.0.0-next-9eb1857-20240930024226":{"name":"@shopify/hydrogen","version":"0.0.0-next-9eb1857-20240930024226","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9eb1857-20240930024226","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"47fbcabc10c201736e1d7783fbf63c7fcc87d046","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9eb1857-20240930024226.tgz","fileCount":56,"integrity":"sha512-bbLQ5wxGS1zW4vqI6NtJ5+KVinQzoopTabgherj7Ss31BY/0CcUamnUxV68i4Yz9memWvm24WHX3H3S3Gf7U+Q==","signatures":[{"sig":"MEUCIHX1/80kfEGfhggHIZyZ6x5jheHwTNc02zJPhPzrvFdGAiEAyWYZ4Z1i47KlYuxUhdWsiMSEPA5gmuOFQj8zzIj7DyI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9eb18570e667501fc08b313beaf7b807b8faabf5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9eb1857-20240930024226","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-9eb1857-20240930024226","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9eb1857-20240930024226_1727664210659_0.11830578360494504","host":"s3://npm-registry-packages"}},"0.0.0-next-0bc154c-20241001225703":{"name":"@shopify/hydrogen","version":"0.0.0-next-0bc154c-20241001225703","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0bc154c-20241001225703","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"167cd615ef2a2c7a0939ea297d03732b8c16e463","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0bc154c-20241001225703.tgz","fileCount":56,"integrity":"sha512-1J3bTLdz/ZwCMaxxUA2N53Qk1fY9D7YY6dh6gMbSFA2hP+cAvlAVDhxLFRv8MTo8v4kQ+qiAfIMyxt4zQCGTQA==","signatures":[{"sig":"MEYCIQDIv65+wkijXB768/tQGBmUxordbJEjS6hoS8QlcptkmAIhAIeTg2Iz6gshZCbtfs2KzUAUTi6DrHU8XIQgLzq3Cq8A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0bc154c92e2bf636e99fa22557a18a89c6546c1e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0bc154c-20241001225703","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-0bc154c-20241001225703","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0bc154c-20241001225703_1727823488724_0.3927061684830444","host":"s3://npm-registry-packages"}},"0.0.0-next-06a0312-20241001231319":{"name":"@shopify/hydrogen","version":"0.0.0-next-06a0312-20241001231319","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-06a0312-20241001231319","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4f45094e74eb10a8f2d13f55408b02c09eca7848","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-06a0312-20241001231319.tgz","fileCount":56,"integrity":"sha512-26Rt5kY0+iExgg2a4BizIWnxPIKClP3yVAIyEnR89h+LFkh3r8HIgY0FUd+Sg9mFkJJ5ii0gwXrDGovr+v6DyA==","signatures":[{"sig":"MEQCIF6RhghL1VXN3ritlShOxrVOp8XjNlZdJ6BRHR9MEVfZAiBNBow/rLlekNc6R5pt4rkI4tx/+E7RBhc8cfor0ZsgnQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"06a0312f59454f99666d9c7e136310c7672edc59","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-06a0312-20241001231319","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-06a0312-20241001231319","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-06a0312-20241001231319_1727824465617_0.8847616454742202","host":"s3://npm-registry-packages"}},"0.0.0-next-229d4aa-20241003085156":{"name":"@shopify/hydrogen","version":"0.0.0-next-229d4aa-20241003085156","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-229d4aa-20241003085156","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1f9ed519b5988cec7306045ad26b4e0e14ed3099","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-229d4aa-20241003085156.tgz","fileCount":56,"integrity":"sha512-Ig3DBUoaQAtiJubJKBAoBEyB55dcFJ2vInfOg1D5PgHdvMom4hiY8kJZm+E18lJNTr4fd5seogibnFiz4TDRKA==","signatures":[{"sig":"MEQCIGQ0MYaOrgOTH9pIllsfoXdLAsY7Cc/mWDSPYwbf5c09AiBRp45YhruocUb4ctp6l8keBjquh1G4rGy4ryUK6QJXRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"229d4aa039bf44ced34122c273254d8961a3ed0c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-229d4aa-20241003085156","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-229d4aa-20241003085156","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-229d4aa-20241003085156_1727945574810_0.14791509630167066","host":"s3://npm-registry-packages"}},"0.0.0-next-c1696a5-20241004043129":{"name":"@shopify/hydrogen","version":"0.0.0-next-c1696a5-20241004043129","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c1696a5-20241004043129","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"974f4f7bd0a7e73405a44b82b237f0208e65f4f9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c1696a5-20241004043129.tgz","fileCount":56,"integrity":"sha512-w4QSPZOmn89HeMUQSNgeAQ4jcyokIyfh2popr+Fjvvu4nOvZ7uU533u7OcGxj6cJnk8Noqh/iTQb4UZtZTaCuw==","signatures":[{"sig":"MEUCIBOJWmWDQoL6O4yfKTT8yQGzPA5QHkHcrf3vI1l8kVLuAiEAxBgzzVw4kDn/GN5eCqzl6/deGGCiaBQsRk1mbjiP5Js=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4854734},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c1696a527e8aaf28c7b4eea2f5262992bf0e485b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c1696a5-20241004043129","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-c1696a5-20241004043129","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c1696a5-20241004043129_1728016347116_0.2726303824698846","host":"s3://npm-registry-packages"}},"0.0.0-next-d08d8c3-20241004215321":{"name":"@shopify/hydrogen","version":"0.0.0-next-d08d8c3-20241004215321","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d08d8c3-20241004215321","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"1fecafb324fd80353dd7b0c18796c6cfea9cb381","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d08d8c3-20241004215321.tgz","fileCount":56,"integrity":"sha512-nw8ZMs/q6c4L1LoS4qMVoQySPJ6N6b/1JtCPiIQwhxXBK73wjmg4TW2DReDoD/d+ZTdZRk/TVMo9a4cNslS+oA==","signatures":[{"sig":"MEUCIAwCLleArZkQl7uCVDGfW6n0PNtXWFiw9MnhI4yitfDqAiEAgjyJPrxB7ftSWHbHbyHHzbtT5dqNZO3mj0OGETckpxg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4855228},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d08d8c3779564cc55749f24bed1f6a2958a0a865","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d08d8c3-20241004215321","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-d08d8c3-20241004215321","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d08d8c3-20241004215321_1728078861738_0.6790142962011023","host":"s3://npm-registry-packages"}},"0.0.0-next-495557f-20241004215619":{"name":"@shopify/hydrogen","version":"0.0.0-next-495557f-20241004215619","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-495557f-20241004215619","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"09e0c8de48f4ca7a2a194fb6afb1ff43592b9550","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-495557f-20241004215619.tgz","fileCount":56,"integrity":"sha512-uJRIwHlXH55mJPmnbJ3DqFCioJvM56QiB8FnCeTvq2B/E23joeNEuVtYMnKV1AzjKZWMUV/iWrunLtRrwjFmZA==","signatures":[{"sig":"MEQCIGYFgJwPF8xhR8tQFFAZRXF4iAQfZarNG6Ge6DdHbp0QAiB8GqPi32sI2lWeNJ2WRi1N/wkgcNOGZwMVFFgJPIhF5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4855228},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"495557f92beeda039645257c137e4d49e33adbac","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-495557f-20241004215619","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-495557f-20241004215619","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-495557f-20241004215619_1728079038117_0.8402515655586855","host":"s3://npm-registry-packages"}},"0.0.0-next-440886c-20241007183653":{"name":"@shopify/hydrogen","version":"0.0.0-next-440886c-20241007183653","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-440886c-20241007183653","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0a4abc53f850d5ef0c7ce5c4a4ce1cbd7952b524","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-440886c-20241007183653.tgz","fileCount":56,"integrity":"sha512-ZirWty/HyHsltR7+ajUWZtot4/yNN/7kNRlDBTjgc3lh7RtziQt2/YVlYu79p1BKG3AUfr05BvsJ/1hDuI+4lg==","signatures":[{"sig":"MEQCIF5CJ6F5G3BuSCF7tut5wumUcVdg0a02gBVK/0IP2BsJAiBwRgW0OPMgXrdEeIN52+fwo0Z9nA1iTKI/1bX/mgKsZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4855228},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"440886c92a2a06866198f84bcd38cca44bf1fc2c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-440886c-20241007183653","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-440886c-20241007183653","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-440886c-20241007183653_1728326275450_0.8484786367346224","host":"s3://npm-registry-packages"}},"0.0.0-next-e963389-20241008173459":{"name":"@shopify/hydrogen","version":"0.0.0-next-e963389-20241008173459","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e963389-20241008173459","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bfdc21441b66bb9e377679f0961b32310b375262","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e963389-20241008173459.tgz","fileCount":56,"integrity":"sha512-9kR8ZSyUj81Qgm3ihlsKZBOU5iTdetnShi3UsFppN5pGnfm8R22M4bBbTsZUglJ43Z4EVWKrbfjWMs5oAjnsQA==","signatures":[{"sig":"MEYCIQDUBKZvqw5dOo1xU5JDZXDB7jIxIg8TsuA+3YoYhPkZVgIhALcmFfU9IEs3xmXUKTgzQ+20eFmS5fvez6zsLGYBjdTd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4855750},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e963389d011b1cb44e2874fa332dc355c0d38eb9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e963389-20241008173459","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-e963389-20241008173459","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e963389-20241008173459_1728408959041_0.175126406514996","host":"s3://npm-registry-packages"}},"2024.7.9":{"name":"@shopify/hydrogen","version":"2024.7.9","license":"MIT","_id":"@shopify/hydrogen@2024.7.9","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2d08a3ae4ffebbd95589d1592e5f8005d1314ecd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.7.9.tgz","fileCount":56,"integrity":"sha512-ajJNhqajrHpebnTs7QIQDZPDanHxaknQvJCvaqJCAk4jRYuWiK6re2WTiCvdd3QA+l7QbSIU+7L4tfgswYopGw==","signatures":[{"sig":"MEYCIQCc5HkPxv67cfq28Z+Cm095yHa3LC8IDBXeBbHvCn5OzgIhAK9ISJEJXmS05yCqYOn/2vEwM2GJuoGfL93QoRxXnnO+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4855036},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1335c41b30026212f5db40abd01378e61960456d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.6","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.7.9_1728416919320_0.5914859316861527","host":"s3://npm-registry-packages"}},"0.0.0-next-455784d-20241008215338":{"name":"@shopify/hydrogen","version":"0.0.0-next-455784d-20241008215338","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-455784d-20241008215338","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f41e5a0a070155285679390a700cf47d28dca92a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-455784d-20241008215338.tgz","fileCount":56,"integrity":"sha512-krAbNQQNAbZ8j6D8lQJ51DIVnZBWt0wnJnK8eDA+WNNr/Q9N8xhyM7KeHPvZJCr3yZhjfz/jwtbEq6KLiTDZqQ==","signatures":[{"sig":"MEUCIQCAqyrd7CVg3pf+GwWYHPKENscsHGVMSxJ7fx0N6TlFhgIgcsRSTZ3YWb3f+dSSjNHiIkNnyIPqjUbphFL/AIoCyrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4855750},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"455784d1a36644df95b4770b821e4f70639a9cf0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-455784d-20241008215338","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-455784d-20241008215338","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-455784d-20241008215338_1728424478489_0.7010741034146162","host":"s3://npm-registry-packages"}},"0.0.0-next-54a8824-20241009203707":{"name":"@shopify/hydrogen","version":"0.0.0-next-54a8824-20241009203707","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-54a8824-20241009203707","maintainers":[{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"justin-irl","email":"justin.preisler@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4dea10bfb2373c2312418f46eb8fe94ea248a586","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-54a8824-20241009203707.tgz","fileCount":56,"integrity":"sha512-4G/b90R7OUH5wA6iMBvdcGVwfEENqcebm564HKre1kWA2Zm3uSmC5DMP1nL3/YF0N3o2KchRQJ0dGnqjvEpuHg==","signatures":[{"sig":"MEYCIQD/sQxQlSijPgf/7Jh+Wsx/VKHwAMd5qUinIflwHmQ/vAIhAIRaiHhBuAtYsPiVv9HNRxxRrVILL4/hahbm+hia0iJj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4855750},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"54a88243e4a0fc9827663aff67eda30aabd4eeff","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-54a8824-20241009203707","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-54a8824-20241009203707","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-54a8824-20241009203707_1728506290404_0.5987385647165551","host":"s3://npm-registry-packages"}},"0.0.0-next-84a66b1-20241021201640":{"name":"@shopify/hydrogen","version":"0.0.0-next-84a66b1-20241021201640","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-84a66b1-20241021201640","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4b168de977a23f24aefa858e8c81a75a8297045b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-84a66b1-20241021201640.tgz","fileCount":56,"integrity":"sha512-VMrZlBlrdRBsAv62SvybtvH0fINephcmVYQdPvbKvC4maifR+mxyJvj1VaDqBANwZw8b6/H58lFYdGfTKABAIg==","signatures":[{"sig":"MEYCIQCqLyh9MDKKLYIE5kvV+7wakEiVERc0GoSuzTgPiEA1bwIhAKaEinRi92jZIxyvBno75PS00eOggCqtSK2d0VYdhGAa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4967084},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"84a66b1e9d07bd6d6a10e5379ad3350b6bbecde9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-84a66b1-20241021201640","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-84a66b1-20241021201640","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-84a66b1-20241021201640_1729541860348_0.028928917392905262","host":"s3://npm-registry-packages"}},"0.0.0-next-8337e53-20241021202158":{"name":"@shopify/hydrogen","version":"0.0.0-next-8337e53-20241021202158","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8337e53-20241021202158","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9ddd549ab486d5ddc100b4b7e6a30d252f903252","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8337e53-20241021202158.tgz","fileCount":56,"integrity":"sha512-y7134QmXPma7ciEncRXv6gWOwOQqaKkPmYMESeWD5NJ7jwzqG3OwxN1upmvse2Kt84ixybSuvqZyJerR15IvaQ==","signatures":[{"sig":"MEUCIHeyBz5aUGn816zlx/u0y7o3M6qNvYMo8DuKM6lxxCArAiEAtxys3mdYmuFAs0+hO3TfphoEVDXWHt2wdUJziuyqr0o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4977059},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8337e5342ecca563fab557c3e833485466456cd5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8337e53-20241021202158","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-8337e53-20241021202158","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8337e53-20241021202158_1729542175465_0.5519043951755638","host":"s3://npm-registry-packages"}},"0.0.0-next-76cd4f9-20241021202239":{"name":"@shopify/hydrogen","version":"0.0.0-next-76cd4f9-20241021202239","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-76cd4f9-20241021202239","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"56674f65da0069225dfe650dd197ea58923ff853","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-76cd4f9-20241021202239.tgz","fileCount":56,"integrity":"sha512-a7MeH3qY8pyWqlVh4yA0MEalHbua0Q/RcdjyMgwcAst4tp/pB9j2uJkRWsGrJ2OLasEfrnjkhwI5N/l4PFtB9w==","signatures":[{"sig":"MEQCIEv+7lM5+X7FNpz3t4TwhD+fNpCjGfAhiV/LbLVksw95AiAL/jdle1jw/LOyp3856HezejargHEPshSP3srRIKEfsA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4978492},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"76cd4f9ba3dd8eff4433d72f4422c06a7d567537","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-76cd4f9-20241021202239","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-76cd4f9-20241021202239","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-76cd4f9-20241021202239_1729542217879_0.8210766603124648","host":"s3://npm-registry-packages"}},"0.0.0-next-c7c9f2e-20241021203454":{"name":"@shopify/hydrogen","version":"0.0.0-next-c7c9f2e-20241021203454","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c7c9f2e-20241021203454","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"4470bc1c32aed972fe62c8b36912a27ffaef9328","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c7c9f2e-20241021203454.tgz","fileCount":56,"integrity":"sha512-kHt1J5dg7SEwLQWYCeJoc/66r2eSGHq1RbmJX8VPIYGsVoYPwVjmsX3h8rh/90bWcZzuE9VdKZEY/IrFF77Tmg==","signatures":[{"sig":"MEUCIQD4j9YP1mBIry1YggyJYqkXccqh7MwR+GApfc8Q/8L07gIgKBbCqKhUeFfJoAzrMKEf72XRVGz8/ABGV3XfaLZZ1pg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4986782},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c7c9f2ebd869a9d361504a10566c268e88b6096a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c7c9f2e-20241021203454","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-c7c9f2e-20241021203454","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c7c9f2e-20241021203454_1729542952499_0.8058021788471856","host":"s3://npm-registry-packages"}},"0.0.0-next-a253ef9-20241021203544":{"name":"@shopify/hydrogen","version":"0.0.0-next-a253ef9-20241021203544","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a253ef9-20241021203544","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"06208a94022cc384ab3d6815651095fdb8e0afd5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a253ef9-20241021203544.tgz","fileCount":56,"integrity":"sha512-1XyvNR6gZOyelgwYNvXaw62dzN2xbLVSDFoQNzzWgt5upBbunIR0efgTzdfFBWTXTOdo6/z7sI1jJtnZu9e6ew==","signatures":[{"sig":"MEUCIQDdHwTyCJ9LtD6c+DpeO/1UI3kl2GHaxsVOawoFHyvojAIgU0G/Zk9qtxc8iZmCxQxAUrPrGDbB19TlUtj8t9eGebY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4986794},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a253ef971acb08f2ee3a2743ca5c901c2922acc0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a253ef9-20241021203544","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-a253ef9-20241021203544","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a253ef9-20241021203544_1729543006890_0.16523315205462485","host":"s3://npm-registry-packages"}},"0.0.0-next-8c89f29-20241021203659":{"name":"@shopify/hydrogen","version":"0.0.0-next-8c89f29-20241021203659","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8c89f29-20241021203659","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"e89b81902775936b29c7636f0daa33aaf31f1d9b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8c89f29-20241021203659.tgz","fileCount":56,"integrity":"sha512-08LVGoldqR8ybaopP5azU8B0XvRMavMWkfSjIdhlms6eP2ywl5v143EnBvGGei12d2WfqxD2RFaMQkQ3wXNsTw==","signatures":[{"sig":"MEUCIGOBRhcaOG3zYqCpWIbARfpVXSugucaoVsMDcKX1EnftAiEA/lCEpga13dAu4MjZoJZzKVWiTI1t3Q5gSr/UEK8J+rc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4986100},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8c89f298a8d9084ee510fb4d0d17766ec43c249c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8c89f29-20241021203659","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-8c89f29-20241021203659","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8c89f29-20241021203659_1729543078008_0.17949885464771986","host":"s3://npm-registry-packages"}},"0.0.0-next-547367c-20241021203720":{"name":"@shopify/hydrogen","version":"0.0.0-next-547367c-20241021203720","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-547367c-20241021203720","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"47b46b34bfde7409a05b2eed21ad61861c74cfb1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-547367c-20241021203720.tgz","fileCount":62,"integrity":"sha512-GXaVCdognpUctlP/NdRdnICvzw3RdIYuXcWklz1daqRLgVaLZayhQJyZugAzJdC9PGgJfV4AoqwJ+zIM7RY1Ig==","signatures":[{"sig":"MEUCIQDQPEsmLx0keyRgaOjPjzB6xLn/g8cllLSEyaCwFhLjIgIgVkRjRpX1Sp0MDxkODKS9eLu17iMf5ehC7h6jzEh6tLU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4987225},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"547367c1a8db8adcd4965e2123de7024caca5276","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-547367c-20241021203720","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-547367c-20241021203720","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-547367c-20241021203720_1729543099414_0.08701821475017435","host":"s3://npm-registry-packages"}},"0.0.0-next-0440166-20241021204546":{"name":"@shopify/hydrogen","version":"0.0.0-next-0440166-20241021204546","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0440166-20241021204546","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"56280f004fdad02e3f3309f979e1e972386f8b76","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0440166-20241021204546.tgz","fileCount":62,"integrity":"sha512-5DXnAlpGKrOeb06kyDVCgWZ+oQKgr4y3AKjPkxM06051YeQ94cMhOO8lYNdqt24Xxc5cDVBmstrx+Ue8rf316w==","signatures":[{"sig":"MEQCIAP+MJl9E6AVJuTNtb97T3oBBd5ePNAXi0AG2pIWbKKOAiAu4wE8idEFdlxDFxmECExr9TQPHEklvmUSsj1oeXJd2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4987225},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"044016661efb9301d832aad888a661d689cea25b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0440166-20241021204546","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-0440166-20241021204546","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0440166-20241021204546_1729543605291_0.09240944117044525","host":"s3://npm-registry-packages"}},"0.0.0-next-809c9f3-20241021234850":{"name":"@shopify/hydrogen","version":"0.0.0-next-809c9f3-20241021234850","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-809c9f3-20241021234850","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d66ce731566cdfb9a1cfd4ff6f75d24382155063","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-809c9f3-20241021234850.tgz","fileCount":62,"integrity":"sha512-57+e11fbfvJK4Oo7XGKdlRbGCjMdfr97TssxLKbdPAlwJ/lzbr9a2G3+qj1A/KnHEgSmShPcqcu4HNfo2TjdIQ==","signatures":[{"sig":"MEYCIQCrvkNvrwjaTPXxIZf/2l100HA7NUwydTLtUKgsYpW5RgIhAMdRta5TMz2ToBZ9wtcjzriyGRoUQM9vPY9HdP8sBc/R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4988802},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"809c9f3d342b56dd3c0d340cb733e6f00053b71d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-809c9f3-20241021234850","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-809c9f3-20241021234850","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-809c9f3-20241021234850_1729554588890_0.942506367134265","host":"s3://npm-registry-packages"}},"0.0.0-next-664af1d-20241022132726":{"name":"@shopify/hydrogen","version":"0.0.0-next-664af1d-20241022132726","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-664af1d-20241022132726","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"cb262b99d4ef4024d6f009a8221fadf3617719a5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-664af1d-20241022132726.tgz","fileCount":62,"integrity":"sha512-ESKPwT7rUlHttNLg0yYt3Cv/vr030UUvBOg/WizC9kYV9snY+4s9GG21FMqY10MFi/PsolfFbpTNKvfw+CMSLw==","signatures":[{"sig":"MEUCIB+jgGKIvNzwJK6hOu5oNFj7fwR9yrTohVydk4yk6whsAiEAvtjXHxctugz4+BqyLqdeaXmqYGg1PazzsfH+fW+g/t4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4988802},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"664af1dd8003c6cf51309f21a825731f9468402f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-664af1d-20241022132726","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-664af1d-20241022132726","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-664af1d-20241022132726_1729603707313_0.11540984890562145","host":"s3://npm-registry-packages"}},"0.0.0-next-bca2f86-20241022202427":{"name":"@shopify/hydrogen","version":"0.0.0-next-bca2f86-20241022202427","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bca2f86-20241022202427","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"fa63693d818b61110e01178d88f9497620e53b20","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bca2f86-20241022202427.tgz","fileCount":62,"integrity":"sha512-6JkduuqZCFyLWcAmJYJHCDAmuikV26JnucV03fp33IuKqSs20TRz/6a3hYfsHEWGAJfa+5HfG58FnAfqICO6Hg==","signatures":[{"sig":"MEYCIQCxLByhAuaCY/igLxT2ljvdQJ40aLDCxiU3i+98Ud5IOAIhAK50n7bpj9YLjFYcu4PCoAUP1VecBEXS3+VypS9Qs7zE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4988802},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bca2f86357fc8391a226969aa2a58b6c038b3b85","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bca2f86-20241022202427","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-bca2f86-20241022202427","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bca2f86-20241022202427_1729628725972_0.03403335863138812","host":"s3://npm-registry-packages"}},"0.0.0-next-a0f660a-20241024162510":{"name":"@shopify/hydrogen","version":"0.0.0-next-a0f660a-20241024162510","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a0f660a-20241024162510","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b990ad97ce1814ea727c7dc4d7ec2ab6418f497a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a0f660a-20241024162510.tgz","fileCount":62,"integrity":"sha512-Jdf30LUlqbx9aoGLl3PSuVKDtc428pJgOrx7abW56q4legUWCv8K+mOWO48jEgYfp0e33PnoUJoy9yhgEL3Ugw==","signatures":[{"sig":"MEYCIQC3Q6Cz7VNUAQ2yBQujQX+kqVQGDFZTu3VTSpsWdmqKqQIhAJN72R0bm+/3NL7jDRrdOwHb1LGVKXOq3dNNjU5Dcww+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4988802},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a0f660aac56a5c3c41502c17d2ed44d3468ee6aa","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a0f660a-20241024162510","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-a0f660a-20241024162510","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a0f660a-20241024162510_1729787172608_0.3707195999755304","host":"s3://npm-registry-packages"}},"0.0.0-next-4cab652-20241024162526":{"name":"@shopify/hydrogen","version":"0.0.0-next-4cab652-20241024162526","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4cab652-20241024162526","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"afad5d2310cce9635cc67cbf296f84990f5b73ea","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4cab652-20241024162526.tgz","fileCount":62,"integrity":"sha512-MAaJ0v6WZzWFxVPROi11eYEKLSYa4yIPOaJLjqMuGiG6Aaqtc2PNzPIv7pNPfBd4QOHUUGHXhb2xxIuj7uw3AA==","signatures":[{"sig":"MEUCIA0nUjzOGCQBOX5AY/uFrUIV5RZxArDtSqcE7DRdUwxMAiEA92KQZmbDyqqI65lp4hgYLxvuw/0fYKWRy/BTIo+x2E0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4988802},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4cab652f696a4814f52b36b9542fecd2056dcbdf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4cab652-20241024162526","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-4cab652-20241024162526","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4cab652-20241024162526_1729787185599_0.9268823313588872","host":"s3://npm-registry-packages"}},"0.0.0-next-d97cd56-20241024162619":{"name":"@shopify/hydrogen","version":"0.0.0-next-d97cd56-20241024162619","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d97cd56-20241024162619","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a50c83a93dd938b2f71285d4b019ea32991f0eb8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d97cd56-20241024162619.tgz","fileCount":62,"integrity":"sha512-Nlocb5Z4knMwMCXNQC0faytoHchxOh9iLSG1eoI4WKcrk5VEpt/qma9mVllEHnjmL26mBW2a5ahGEsYHDm3QwQ==","signatures":[{"sig":"MEYCIQCesXB/4jiFAoNoS+DGJQp3KOSMfyfMxY6jzTfFF50O0wIhAK8DWG41UvKpVm3C5qcTan/t+rjizxJuBV1sx7H6/Iz7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4989562},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d97cd56e859abf8dd005fef2589d99e07fa87b6e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d97cd56-20241024162619","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-d97cd56-20241024162619","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d97cd56-20241024162619_1729787237599_0.9993535822790687","host":"s3://npm-registry-packages"}},"0.0.0-next-ac12293-20241024174153":{"name":"@shopify/hydrogen","version":"0.0.0-next-ac12293-20241024174153","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ac12293-20241024174153","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"84ead8da8d830caa058aae83fd9d283873573054","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ac12293-20241024174153.tgz","fileCount":62,"integrity":"sha512-DtV+Av34zFzSDQr7/9To2YHZqA7ku006jaLI62r7vjZyDMm4zUo+Zbj+wEZRxAzGB+PsgyKypT6Irt9L9MDLGQ==","signatures":[{"sig":"MEMCH1bkzGe1sbKJZQ9WEoA0ze2MS63h1T575L+sghD3Dh0CIGy47M4d8zKWeLSzoq1MBHn9jLKY+RwnvEgY0Ofk014t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001225},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ac12293c7b36e1b278bc929c682c65779c300cc7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ac12293-20241024174153","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-ac12293-20241024174153","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ac12293-20241024174153_1729791772367_0.3269764553864485","host":"s3://npm-registry-packages"}},"0.0.0-next-da42a2e-20241024175957":{"name":"@shopify/hydrogen","version":"0.0.0-next-da42a2e-20241024175957","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-da42a2e-20241024175957","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"00e525ea3d0d84c4ed1109928586612ee41df9bf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-da42a2e-20241024175957.tgz","fileCount":62,"integrity":"sha512-IFtFD5cPnMPn1g42eCYnPMr+6WTXB+IgJE040KvRjBhfmNKdUH8uRNNGo9akyikv0Tlc55SVuvnSO3jKkR1BiQ==","signatures":[{"sig":"MEUCIQCLbc1QqSepU1j45VzEagx3wX4WZcqacklefA1FtMB5dwIgYWOhYzUZD2FkIWm6RzsEEnyvhvsuylOQC8OqqwBFTfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001225},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"da42a2ec3bb80aeca1399e48ae5b999ac4d03a26","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-da42a2e-20241024175957","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"0.0.0-next-da42a2e-20241024175957","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-da42a2e-20241024175957_1729792857292_0.2521325352712702","host":"s3://npm-registry-packages"}},"0.0.0-next-7f1eba4-20241024213647":{"name":"@shopify/hydrogen","version":"0.0.0-next-7f1eba4-20241024213647","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7f1eba4-20241024213647","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b5773de9eae4e937f9e40df4d0bb6d930716d9e4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7f1eba4-20241024213647.tgz","fileCount":62,"integrity":"sha512-fU1bUfgMBdF/c7fYQAMX3LKHv7MxgpHeT9kYXMI2Q0eTgazX8o7XpiVsINoL4Wx3uipfRUrnCga3wpcS5q4Nyw==","signatures":[{"sig":"MEYCIQC1cw0mnAYmk+zTWFTUD4iHRYMHg1wLPltxy+NRvbum4AIhALI2Nz6WGYWZE2o4U6Bly3BWrGYSu2n6wR5U4NH4HIdK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001240},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7f1eba40e9dc73ac90f891577fda843f2a7cc11f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-7f1eba4-20241024213647","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-7f1eba4-20241024213647","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7f1eba4-20241024213647_1729805866298_0.6321405910465379","host":"s3://npm-registry-packages"}},"0.0.0-next-149161d-20241025164256":{"name":"@shopify/hydrogen","version":"0.0.0-next-149161d-20241025164256","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-149161d-20241025164256","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b355f4b3fa76a4e303c1f5208adeada99be5eac8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-149161d-20241025164256.tgz","fileCount":62,"integrity":"sha512-VZdzhXBT7MgcAn7X8V8krEn5zYsm8BnV2IPhwbJPjhFpsoJRD0wOBbtu6kgIjRbvVDEgcAvp03FTG9CCUnZQZA==","signatures":[{"sig":"MEYCIQDMZrIWgzU3uMhyeR3b/mzVuoIz+FY/qWgv1uPycIsuIQIhALnblCct8izkeTPSdcbqLZZyiQOpeWlkrkk/nWInTn3t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"149161d3cb36f6bd90c75ff1bb7806c4b2a2f9b5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-149161d-20241025164256","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-149161d-20241025164256","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-149161d-20241025164256_1729874635178_0.10058106486849305","host":"s3://npm-registry-packages"}},"0.0.0-next-29876f1-20241025183309":{"name":"@shopify/hydrogen","version":"0.0.0-next-29876f1-20241025183309","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-29876f1-20241025183309","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ff5b6aa2c1698e786261bf451b802ea845b5fef1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-29876f1-20241025183309.tgz","fileCount":62,"integrity":"sha512-roJUbvepyqhPik+B8MXmFUu33Un0pN7U4KrePoWIghhWhaUIOcN7KF5dARqmByIAe1DWXnFcqMZOhwR3N80NCg==","signatures":[{"sig":"MEUCIHSNey6Dc5a3N2bPU/uWyGc531nRafyuEkm3jWlHyhRqAiEAq5JvcVKoiaVL3i9P6RiQH80qey+2cX7F7asoFiGygvc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"29876f12c39ed23b0b80443769e566d29e84b56c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-29876f1-20241025183309","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-29876f1-20241025183309","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-29876f1-20241025183309_1729881255879_0.601032857740657","host":"s3://npm-registry-packages"}},"0.0.0-next-efab107-20241025203259":{"name":"@shopify/hydrogen","version":"0.0.0-next-efab107-20241025203259","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-efab107-20241025203259","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"a1a7c7d7ce23b99f57eac2eb1a29bb4603ad581a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-efab107-20241025203259.tgz","fileCount":62,"integrity":"sha512-OT0EYGOTKWhp3YmhPSc6dMuYL1F7WcG7V+nvpWPCydMQqYOgMQcFILJ31GBKgTJXBNYYBmtizk3bLF9I+gPfVg==","signatures":[{"sig":"MEYCIQCJ01MBnIOGUZ9YYFJTNjAO8FaRN0s9j14DN7nHyBzRFgIhAI9/4jxBPLECnqKMH911QNHcAglIrNYY10coGXW6ZmLg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"efab107aed4976a16fa6546b6735324b47a4c7bc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-efab107-20241025203259","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-efab107-20241025203259","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-efab107-20241025203259_1729888445135_0.5369845663758102","host":"s3://npm-registry-packages"}},"0.0.0-next-0f5ec61-20241025220605":{"name":"@shopify/hydrogen","version":"0.0.0-next-0f5ec61-20241025220605","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0f5ec61-20241025220605","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"9ad95be6800763a4ced40551e0f7c3da950f2ea5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0f5ec61-20241025220605.tgz","fileCount":62,"integrity":"sha512-BLcnbeqbCXVTZDObm9N1gBpczaTYo0/pCWY/gzsiuuz6RUSdj9zPwPcjn26gXwuwYjVSqsmIR+HnrHvUyA7B9g==","signatures":[{"sig":"MEQCIC8gGbDJwvtYGn2DHE03CoJozQ5Q3WlQFMsLVyJZmWzxAiB5MIsN3zwGBbAP9Q+uqr9dkJJ2i9gcQMVn9crWtQ0/LQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0f5ec61f7271593b8be5b37aecab44969477ed9b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0f5ec61-20241025220605","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-0f5ec61-20241025220605","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0f5ec61-20241025220605_1729894032969_0.49429911668070603","host":"s3://npm-registry-packages"}},"0.0.0-next-41fca59-20241025224729":{"name":"@shopify/hydrogen","version":"0.0.0-next-41fca59-20241025224729","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-41fca59-20241025224729","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"c996ec3ecb749b0e42e6aaf0412da4c18c08a7a2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-41fca59-20241025224729.tgz","fileCount":62,"integrity":"sha512-pSNUj7RpJGvU1Tf62S1i1vnNv2HzCOO6YF+0cnvqNTgrxu6tEXYhXfoWL1OFpjOulAGOAYo41tQb4kuVlU2CdQ==","signatures":[{"sig":"MEQCIA/IAbBsvzmAQ0nfKeurLh2lwWizgoFFH3pJSVGixce2AiAbyuQUwrA07GeD6RqZf24UEG7P6cksqpc/4c620jy/xw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"41fca59c8658484a17a95b01c04a6e554880206b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-41fca59-20241025224729","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-41fca59-20241025224729","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-41fca59-20241025224729_1729896515505_0.44365140497029953","host":"s3://npm-registry-packages"}},"0.0.0-next-227035e-20241028211802":{"name":"@shopify/hydrogen","version":"0.0.0-next-227035e-20241028211802","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-227035e-20241028211802","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"ff93902955ee053a0f980f43bd416bf5511e3e52","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-227035e-20241028211802.tgz","fileCount":62,"integrity":"sha512-56FbcwoeSxLJb4bCAJd69BmZ+D6Dj69Igt59OOURcVwI/ezbrNJ7o8dxDRkuHGQaisZO6ikbxfXI8dJlX5GAqA==","signatures":[{"sig":"MEQCIDfw+KCX8gYy/focHvISoTilGacwXBM+W6iQoVWZv2gQAiBOb/T50JxBKTmmUMa1iedn4FGKsx9nMQdi+Xb+LX9RhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"227035e7e11df5fec5ac475b98fa6a318bdbe366","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-227035e-20241028211802","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-227035e-20241028211802","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-227035e-20241028211802_1730150348748_0.30938095797977017","host":"s3://npm-registry-packages"}},"0.0.0-next-c500873-20241028212639":{"name":"@shopify/hydrogen","version":"0.0.0-next-c500873-20241028212639","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c500873-20241028212639","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"b2f7c7fc475ddd771aaa618b0964d4404695d611","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c500873-20241028212639.tgz","fileCount":62,"integrity":"sha512-+xIHsd+SWxdRhKSOial3OtOgRQmA7K9AyAmf/miChWR1VmSNC5D1SnlByUo9sekRdOT26cOC10cK4C0t+yrbOg==","signatures":[{"sig":"MEUCIQCoLu6EoYyMj4kJXBhcaE5CT69u9gyu2deAo4nSYe2SWQIgMqQUtAtwavsqDR7BePwcuyqHBrfbL42EpRpilgE3Ubw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c500873cbc59f9496a63fea31bb687c29704adcc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c500873-20241028212639","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-c500873-20241028212639","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c500873-20241028212639_1730150864247_0.5037017518515228","host":"s3://npm-registry-packages"}},"0.0.0-next-0dc9d3e-20241028212831":{"name":"@shopify/hydrogen","version":"0.0.0-next-0dc9d3e-20241028212831","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0dc9d3e-20241028212831","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"495756b8ea281274efe2e631ac72d67e9a3fdd9d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0dc9d3e-20241028212831.tgz","fileCount":62,"integrity":"sha512-xZaXL1AmdvSl2a/xzu0VTdz0/bEcHVDetFtt6ZYe6mipj+1uj39yO/eLLtU/6YmgbyEq36GS+uZSjhw65LBBUA==","signatures":[{"sig":"MEUCIEHLFA3k3jLnOOIbGyvJOCK/t4e8KVvWGXHfNJ9gCSy5AiEA2+SxQLbS1NM5sL5k7ADh+XjzbATeWgyQCsUzp3XrZok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0dc9d3eb2dcc5493c15c095321d7623282423134","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0dc9d3e-20241028212831","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-0dc9d3e-20241028212831","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0dc9d3e-20241028212831_1730150976440_0.9825912903828233","host":"s3://npm-registry-packages"}},"0.0.0-next-301b81f-20241029164947":{"name":"@shopify/hydrogen","version":"0.0.0-next-301b81f-20241029164947","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-301b81f-20241029164947","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0b76293ec44b9f05e8cc7f876c7491d62dd66832","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-301b81f-20241029164947.tgz","fileCount":62,"integrity":"sha512-4g8v+K69dOFzV5zyC57gO0WpOhvmbo5azOAp5l4KK1EjuowiMmgD9+M+aEfFoq1JW/unrbKscCTXh30h5g/jeQ==","signatures":[{"sig":"MEYCIQC139Dlvamen3bANvLeVvGhSwCXrvP3qYQr28jC+15xrAIhANYIVlEBnAcZhZh/8WGYDNy6DEE26CoIJlPPWP0gKCPi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"301b81f6236b559ec5f329618786b9f12687f285","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-301b81f-20241029164947","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-301b81f-20241029164947","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-301b81f-20241029164947_1730220654324_0.3775669542658815","host":"s3://npm-registry-packages"}},"2024.10.0":{"name":"@shopify/hydrogen","version":"2024.10.0","license":"MIT","_id":"@shopify/hydrogen@2024.10.0","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5369de78aab556c809cc6b133ec2114a569cf52c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.10.0.tgz","fileCount":62,"integrity":"sha512-VPl2l7ScBeH0jTNgboFR+997J8rf/nGs01tas/SEgpeBwtB0aJjWkugKjvB8VXx+SU7TPoRGY089pzkQDh2SbQ==","signatures":[{"sig":"MEUCIQCdrO9nUa9U5ZTWLqTjpProIFBGrxs/9baBja8GCcKIigIgf3ziDNOe7qSHOkVrdhFZX4JqEOMIa5GgY88f405xl78=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5000387},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"845a7f61c87b5bbbffe7076814f0413163f72e72","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.10.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.10.0_1730221496671_0.7322674749028957","host":"s3://npm-registry-packages"}},"0.0.0-next-4a71305-20241029224341":{"name":"@shopify/hydrogen","version":"0.0.0-next-4a71305-20241029224341","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4a71305-20241029224341","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"2764b4a8423661b34b3910fd0ee7a1c4b4542595","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4a71305-20241029224341.tgz","fileCount":62,"integrity":"sha512-256LubDYvMKP7NhyzIlw1GWzutM/cwp+vqDhnVOg6Mmvm9Mfl3bI5aNmKlSPL+coeFcXt3UvOcW75K7JOCXlNg==","signatures":[{"sig":"MEQCIFJ3Rk4BVC3eqK6mKhH+MX0IYiKjeCr+fPuXK61AuUSDAiAhOJ9baGJX2jII9oLlhyCQLN0Xg2Q/8d2D3b4otUWv8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4a71305606d07014850f108215b4ebe8e8b456ba","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4a71305-20241029224341","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-4a71305-20241029224341","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4a71305-20241029224341_1730241880873_0.22937345683864585","host":"s3://npm-registry-packages"}},"0.0.0-next-3c002f7-20241030141519":{"name":"@shopify/hydrogen","version":"0.0.0-next-3c002f7-20241030141519","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3c002f7-20241030141519","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"5aa99f79702e753dd75962e96cd32cd1b873d58e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3c002f7-20241030141519.tgz","fileCount":62,"integrity":"sha512-OzU6izsvPAER1E62ekq1lAciYpeWV9O2kgocPnTfMEFy1SCgUilIi5Wo4BcaQM0yQCxQBJJ5RdZYTi4coWKaiA==","signatures":[{"sig":"MEYCIQC2MtfWqb60ypCj/OUstX90AN9NOeYbc9uFcJlTL4fmDAIhAPkWOicloHZ4N+c0sx0RVeCcc8arl+vYe8ewFGe5fLlY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3c002f761321fc21c52816620e7238bcd3a44a79","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3c002f7-20241030141519","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-3c002f7-20241030141519","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3c002f7-20241030141519_1730297778710_0.6616230811973345","host":"s3://npm-registry-packages"}},"0.0.0-next-5016b08-20241030181953":{"name":"@shopify/hydrogen","version":"0.0.0-next-5016b08-20241030181953","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5016b08-20241030181953","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0ffcdc0a7baddea2f409bdac0569bcec06984a66","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5016b08-20241030181953.tgz","fileCount":62,"integrity":"sha512-5z51krHeZEkYDUrYjGroaQv+vLZ19FLdNNN+JX2DpSNUmWaQjYPj2Q/EwS/Yt6dk6r8ZHww1dMDcmta6vlXxRA==","signatures":[{"sig":"MEYCIQCxJyWaNUTP65t0B6RvV2QpCBJ4UmcmzRTaMGmm5/OxnwIhAPj1TuOkWc+T6+TH/1uCwPuD/HQyX22+s4b+vN5aJJXo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5016b0835672fe375dab115b6fc1366605a333fd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5016b08-20241030181953","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-5016b08-20241030181953","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5016b08-20241030181953_1730312451989_0.5504182652428176","host":"s3://npm-registry-packages"}},"0.0.0-next-d9bd5f7-20241030190208":{"name":"@shopify/hydrogen","version":"0.0.0-next-d9bd5f7-20241030190208","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d9bd5f7-20241030190208","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d250f85388471e56c5607413fe1a3ed6b33f03c4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d9bd5f7-20241030190208.tgz","fileCount":62,"integrity":"sha512-RGZKMJJOOfSg2myItzA+iqseJ/jFeueiCyJc7g9h0cDR5dXA/SlmTE0hcsntf+GgAXR3WUzqCPB3tKiR742DbA==","signatures":[{"sig":"MEUCIQDk5s7dR1ooQDMemCLBi///hrHeTlvhQnMRnhiQSyIjfQIgJ9PtrtHoX6RBBHs9ziyz7iYc9+jPYF06HKVFOqsHkdw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d9bd5f70fa7d6b840b6f2130d116af0396d184c0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d9bd5f7-20241030190208","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-d9bd5f7-20241030190208","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d9bd5f7-20241030190208_1730314987656_0.18744035623886535","host":"s3://npm-registry-packages"}},"0.0.0-next-486d291-20241030203822":{"name":"@shopify/hydrogen","version":"0.0.0-next-486d291-20241030203822","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-486d291-20241030203822","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"bd59977e41028e5ce70f0b56c7ef06bdc402d202","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-486d291-20241030203822.tgz","fileCount":62,"integrity":"sha512-aRhAy8bkjHclkp8R3T46UmimZCWEOqPnU+l/lsq5753tGFfgeGkAjCtSgjpLA3vGJ+IBPEtJI75kp2nJg740FQ==","signatures":[{"sig":"MEYCIQCb9dpDNYfE4Qb4LpW+HrHMeWZN1CCsCz7sJI/Bf6gKywIhAJorpPQhuB7ehKnliJdjMbsVLMmiYq4YnI/7NcOwJSXn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"486d29114685da5b60bb85d7d14f516a4bb7ceac","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-486d291-20241030203822","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-486d291-20241030203822","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-486d291-20241030203822_1730320760380_0.5773375606802009","host":"s3://npm-registry-packages"}},"0.0.0-next-2809873-20241030221704":{"name":"@shopify/hydrogen","version":"0.0.0-next-2809873-20241030221704","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2809873-20241030221704","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"15edc99edf5d25892914958fbdc850a1b0244e05","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2809873-20241030221704.tgz","fileCount":62,"integrity":"sha512-WjN5OLMkQKuTQPkK2xRYMeaqoSBXGQ2w8xLrvJgS3LkLqEhJyjFOXKTkjccZ26Y0U5Jza5OBtKRWNrrH8l/nLw==","signatures":[{"sig":"MEUCIB3pIAW+5t/2MWr+9iqYZM1Yd8RZr+SeSvVLYDCh07CnAiEA4xFHxu0mtzhktBrEXs/r9TgG7Z5HlSxlXFomvHt3n1Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2809873f61dfed53b48d98d1893a5f53a3bbe6af","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2809873-20241030221704","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-2809873-20241030221704","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2809873-20241030221704_1730326683510_0.23564268776121788","host":"s3://npm-registry-packages"}},"0.0.0-next-c8d1306-20241101205022":{"name":"@shopify/hydrogen","version":"0.0.0-next-c8d1306-20241101205022","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c8d1306-20241101205022","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"0e28819f2782dd46719e1a9e4aab0f31552630a0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c8d1306-20241101205022.tgz","fileCount":62,"integrity":"sha512-Uxtx9X3ah2V8bELOo168PuGCx16rR7GwdrO7r9jdQxlNKpR9T9SScqgFBbtQz0BU+Ljp/k46/2hf1MGiBAbkDA==","signatures":[{"sig":"MEUCIQDE54HfE/QmZR93vwPK0J6JpUuKHRjMEvPITKpw/d/ljwIgd0b2mYpxlVQhmeyXcJrixct2+t4QtkZvmYOHLr8EUYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c8d1306e3c34c143dc083291749264cae16dd6af","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c8d1306-20241101205022","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-c8d1306-20241101205022","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c8d1306-20241101205022_1730494279594_0.6138471487924952","host":"s3://npm-registry-packages"}},"0.0.0-next-96de5b8-20241101205758":{"name":"@shopify/hydrogen","version":"0.0.0-next-96de5b8-20241101205758","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-96de5b8-20241101205758","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"d644b0274daa9fb3f8b84f27013320b5d83e084e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-96de5b8-20241101205758.tgz","fileCount":62,"integrity":"sha512-WXvV53XlK+zJbFYA/LqDU9bNJFwHtsktURduD1gQvKgAJN252fnHw+2v8/AfvL6A4QXdFCeJxmFVSWHm9y8CiQ==","signatures":[{"sig":"MEUCIQDyBc8VfaSNXgv6veTLMadg4myHQyAfv2NhAq2bvi14UQIgLqQpQx6BzFKXhXh0yDKCrZZVjH+UZ4oolxgTkzk8W7M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"96de5b855aae220651e71fa22ce2ac4ebc823bd3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-96de5b8-20241101205758","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-96de5b8-20241101205758","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-96de5b8-20241101205758_1730494736007_0.6723143001100413","host":"s3://npm-registry-packages"}},"0.0.0-next-74a10c7-20241101210124":{"name":"@shopify/hydrogen","version":"0.0.0-next-74a10c7-20241101210124","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-74a10c7-20241101210124","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f6da76fb808581129982fe9bcb8001ab22e9bcff","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-74a10c7-20241101210124.tgz","fileCount":62,"integrity":"sha512-icmne8yItBElW12iJDpknvEf+sa8m6foB4bn6KC/H0VkE4AOVySLSvmlZk/LKs28GnhzhKv+JxUAZkiYt4JoAg==","signatures":[{"sig":"MEUCIEVoSF/sFybElao9I0Enhv67LDHKVXgG4Ad+1B1sg5AaAiEA5883uIjurktXx7PgLMK5M/zWkmKkW1HOWgTmbQpMAH4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"74a10c7fa3afc350e371bfd3854df4b7ce2e119c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-74a10c7-20241101210124","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-74a10c7-20241101210124","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-74a10c7-20241101210124_1730494944006_0.3502923395286719","host":"s3://npm-registry-packages"}},"0.0.0-next-692b4cb-20241101210335":{"name":"@shopify/hydrogen","version":"0.0.0-next-692b4cb-20241101210335","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-692b4cb-20241101210335","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"f7c92f18897c0a78282c816b41b0f1b19e438c3b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-692b4cb-20241101210335.tgz","fileCount":62,"integrity":"sha512-aMI0bapktzy4sgG2and40VXmX+bA8TIFAq4Th/M5WqQLJUD1sHnnfwHAud394fneYZ023O3FfEvuTxxX/ku1ng==","signatures":[{"sig":"MEQCIHRRKeUFJOKo8lNu/sUBOCXr7CJ04tnlzdsfcttOLvePAiBYhxLgV/Bn7UIYqdC/F76CBIw2HFB5x394Njtbn9XnOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"692b4cb955824e097eecc8252cf2de0405289982","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-692b4cb-20241101210335","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-692b4cb-20241101210335","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-692b4cb-20241101210335_1730495073357_0.2552632758521052","host":"s3://npm-registry-packages"}},"0.0.0-next-2a978cd-20241106003319":{"name":"@shopify/hydrogen","version":"0.0.0-next-2a978cd-20241106003319","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2a978cd-20241106003319","maintainers":[{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"blittle","email":"bret.little@gmail.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"crisfmb","email":"cristina.borges@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"st999999","email":"samantha.turri@shopify.com"},{"name":"megswim","email":"meg.swim@shopify.com"},{"name":"wcandillon","email":"wcandillon@gmail.com"},{"name":"nathanpjf","email":"nathan.pj.ferguson@gmail.com"},{"name":"goodforonefare","email":"goodforonefare@gmail.com"},{"name":"lemonmade","email":"chrismsauve@gmail.com"},{"name":"vsumner","email":"vsumner@gmail.com"},{"name":"wizardlyhel","email":"helen.lin@shopify.com"},{"name":"antoine.grant","email":"antoine.grant@shopify.com"},{"name":"tsov","email":"tsov@me.com"},{"name":"andyw8-shopify","email":"andy.waite@shopify.com"},{"name":"henrytao","email":"hi@henrytao.me"},{"name":"hannachen","email":"hanhan@gmail.com"},{"name":"vividviolet","email":"trish.ta@gmail.com"},{"name":"bpscott","email":"ben@reload.me.uk"}],"dist":{"shasum":"189b811feaa1fe197bafb95449adada69a366c8f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2a978cd-20241106003319.tgz","fileCount":62,"integrity":"sha512-/5DQaxL7RltLq9m2IoXkZ0z6YlbGMC18BQDd+ldfyaqBxQ1tePet5MiepxAMsxoAVqimeDDdguaYNO5NEWyjQg==","signatures":[{"sig":"MEUCIBrX4FgK9Xnmo7rosa5A5GI5vKnEMd55UrM+jZdrDED+AiEAi29eD46+XesX0ATG4ptDDgn/1im3p+V+s91eMTnPAoE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2a978cd213608ed47938fab8f3695cbf869b371d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2a978cd-20241106003319","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-2a978cd-20241106003319","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2a978cd-20241106003319_1730853258661_0.9178731775197466","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20241118174207":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20241118174207","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20241118174207","maintainers":[{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"}],"dist":{"shasum":"60fe8126b9ffcbcc47551b7d0764c4b051d3e6d6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20241118174207.tgz","fileCount":62,"integrity":"sha512-Um4Kutk9+8+NmzJsm7iJTaU36KOVYEHv+iXEWxgMaUPcDDmzKiOxVO57adrrTk7Gb7fgM+3qcvTZ6/Ne0ZQpuw==","signatures":[{"sig":"MEYCIQDvq9EV/4IKClXfsYPiRVKIVAXQAw1ke4CgPVwPI4y+AwIhAMPHyyQiZgoira5ieCoz5b38dWomsYsBIxtG4VvIzfj8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5000569},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1940ddb952eec1265453fb2239029a4fbf2cd0ec","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.10.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20241118174207_1731951787727_0.506908253080369","host":"s3://npm-registry-packages"}},"0.0.0-next-0aced0f-20241126211411":{"name":"@shopify/hydrogen","version":"0.0.0-next-0aced0f-20241126211411","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0aced0f-20241126211411","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"e79f5f196da1e104c054e43a7278d3eebbc983e7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0aced0f-20241126211411.tgz","fileCount":62,"integrity":"sha512-/0VqjGqTjBnB+aFNhh7qOGsf7sl7sZzvDTFFs18bRZEaVb0a5IhvBP93vR40oRHLHvpvjmQg3wUi2YhHRn1rSw==","signatures":[{"sig":"MEQCICQk91uFF5ZtBxbcGskZ+21XhaDAmgmNKNNz/PFwrvDyAiBJOvOjxjXu/f078P0zDeE2UfQV6KXm9yV6ox+/uz4CoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0aced0fa29013be6bcdddd6c28cdb619281c386e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0aced0f-20241126211411","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-0aced0f-20241126211411","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0aced0f-20241126211411_1732655709890_0.12987696454567232","host":"s3://npm-registry-packages"}},"0.0.0-next-e99b7d2-20241126211430":{"name":"@shopify/hydrogen","version":"0.0.0-next-e99b7d2-20241126211430","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e99b7d2-20241126211430","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"2cc807925bd35c14ddfc2cd9633ea34e727331b8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e99b7d2-20241126211430.tgz","fileCount":62,"integrity":"sha512-KfLtPitecx1CfZvjYD/RSOhQJ2/uP40E8DUlYo84Lgc2JK0pGJlcYwP/LmrN7AWHe+Ubn1DYtPzdnpaHzYV4wg==","signatures":[{"sig":"MEUCIAfmSdNT0j5BOs/DsZFbNSrmAmSvFw0KlhBGPASJHAubAiEA29ljLPJjquGNpbWzbzb73wtUM98c75N/iUi7rG+vVds=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001079},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e99b7d2c618a1a4f19cb7065d76653eb32dc961c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e99b7d2-20241126211430","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-e99b7d2-20241126211430","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e99b7d2-20241126211430_1732655729393_0.7039246923252271","host":"s3://npm-registry-packages"}},"0.0.0-next-1a4d4da-20241126211758":{"name":"@shopify/hydrogen","version":"0.0.0-next-1a4d4da-20241126211758","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1a4d4da-20241126211758","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"9eed4b306399a3b236bf5e99f92a4b1a1cd82f03","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1a4d4da-20241126211758.tgz","fileCount":62,"integrity":"sha512-gFWmQsof1s24x/UjEUyg7I5WH3F/fULNm3Q4w7YGxd3alLc0TZR2T8QSpPYh8Zl7B0D3vQE8EB3tG9XbEAlsvg==","signatures":[{"sig":"MEUCIFgEiPDXOenzOL3Euf+BYWCCSa4UF3foiMSvRsjFJfl0AiEAohvRpJANuK1+sJ6KWL9y+aqe0IrIwThzlDHXYw8hu0Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001119},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1a4d4da62740180c817ce498a945e69079598e29","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1a4d4da-20241126211758","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-1a4d4da-20241126211758","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1a4d4da-20241126211758_1732655935673_0.3142020798106633","host":"s3://npm-registry-packages"}},"0.0.0-next-9979415-20241126211811":{"name":"@shopify/hydrogen","version":"0.0.0-next-9979415-20241126211811","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9979415-20241126211811","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"c33c16b89e8b3e8f430a7346b544ec65c7f32046","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9979415-20241126211811.tgz","fileCount":62,"integrity":"sha512-gjL0Wfeo6mlbO4jCE1UEGmG364CpU44+BlGbHKnf6V2tSOP4X406czCZwiW6IYBF5YDPZx53uSweDyJm9q1YlA==","signatures":[{"sig":"MEQCIEx+PloFLrayUc6/83gFFy4Kb7mkWyHA73EL+26NSQVwAiBfLHQdAEdXokESgVyOdKu0jW3ELHMA7AkjDtoI6ZnGiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5001119},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9979415651033d7c6e4bcfeb19ec31391ca6280a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9979415-20241126211811","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-9979415-20241126211811","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9979415-20241126211811_1732655948606_0.3130248388119352","host":"s3://npm-registry-packages"}},"0.0.0-next-23a80f3-20241127181804":{"name":"@shopify/hydrogen","version":"0.0.0-next-23a80f3-20241127181804","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-23a80f3-20241127181804","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"7be6e77e9d659512d92bec1530edc2ec57e3eff5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-23a80f3-20241127181804.tgz","fileCount":62,"integrity":"sha512-1Q56Id2DmgYV6D6/L8n7d8HQIkjJTAkvnjn4bB1sxutc9dzGEALAX6ENpABWK6YcVMt3czyn4sk6P2m54KGdbw==","signatures":[{"sig":"MEUCIGIoQUB5fiE7AxIPbp/7gM0w/Ghanwz93pd0oDs44dkdAiEAjXFTT6dXlw08NaaWD6oa+z3/u6DdFAtMpyBmcf9ka0U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5007829},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"23a80f3e7bf9f9908130fc9345397fc694420364","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-23a80f3-20241127181804","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-23a80f3-20241127181804","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-23a80f3-20241127181804_1732731544222_0.12852864976220313","host":"s3://npm-registry-packages"}},"0.0.0-snapshot-20241203192325":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20241203192325","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20241203192325","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"b9028b7ee6cbdf611e32a67c1e257e7f1d919ba8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20241203192325.tgz","fileCount":62,"integrity":"sha512-xyLLNx5CHdmUQfyku6/FLhiiK1XJAcuSRa49gXc3i1ahXutuidfmYrqEyoIZcnB3nDuLQ7GKKWtuus1KAo2kNA==","signatures":[{"sig":"MEUCIBz/GCe+R2LJvxE17HgJsAvdgLu2FbJzPBa2CKyA7TbMAiEAv1slTjle+jiy0rBf2dJij1rcAlgvv4X/7s6a/YDpzc4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5000609},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"73add5ad0408c2d7af8568e0a1588ab5bb0ee3f4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.10.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20241203192325_1733253864539_0.019906318747705765","host":"s3://npm-registry-packages"}},"0.0.0-next-f88f4a0-20241205172348":{"name":"@shopify/hydrogen","version":"0.0.0-next-f88f4a0-20241205172348","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f88f4a0-20241205172348","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"5b9d84af70bdb77847be6bea1720c29e6da2861e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f88f4a0-20241205172348.tgz","fileCount":62,"integrity":"sha512-ENcztoPVaiWfxtreMsF+TbPdQVayu8G89/z3P8fnJMqVZ/Zn/4gqp1YsTdRiEvachnMluRfOnPsGrcxi0neWLg==","signatures":[{"sig":"MEQCICbVv/eMldGMA+NJVuV9Sv21OITDpYWNxg5PI7F5ueX+AiBD48yuYdIiAd7zZLJoYaOpGuS8TvAzQ+CBI+LDLJPQOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5007829},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f88f4a08bda5746f1d2c0aa1e09c342d96ac5e2e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f88f4a0-20241205172348","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-f88f4a0-20241205172348","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f88f4a0-20241205172348_1733419486858_0.28242139263301813","host":"s3://npm-registry-packages"}},"0.0.0-next-91d60fd-20241206194248":{"name":"@shopify/hydrogen","version":"0.0.0-next-91d60fd-20241206194248","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-91d60fd-20241206194248","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"0108fb8e0a8f78622522e7e946a609556ba68713","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-91d60fd-20241206194248.tgz","fileCount":62,"integrity":"sha512-7Wjs/zDtd9ycNH+kNDCw7G8qscxOxmH1BJdl5Pg8CrVjWIKzdp2Sr+Jq680GBXObS68ZTz7FY1vq733sie7w3g==","signatures":[{"sig":"MEUCIHNhhlkhcqurOQSX76UoHJk6HYJBXDLa4fgRPGKY+RJJAiEAr3l4SP5SjkSFeQTqfvUK2yOz5zG4AsK/eccgsPEJUMs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5008690},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"91d60fd2174b7c34f9f6b781cd5f0a70371fd899","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-91d60fd-20241206194248","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-91d60fd-20241206194248","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-91d60fd-20241206194248_1733514229220_0.38133732960224","host":"s3://npm-registry-packages"}},"0.0.0-next-8f64915-20241210001159":{"name":"@shopify/hydrogen","version":"0.0.0-next-8f64915-20241210001159","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8f64915-20241210001159","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"f5a034e61ea0602a5740acd86250d85341608afe","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8f64915-20241210001159.tgz","fileCount":62,"integrity":"sha512-V4e17a7zFlxTWN90fpZb7krq+dJwBM3X69VX7vTzqpXso65jBbwJomiHIJJ6dvfmPpOfndGoJrfHzP4fcOFbHA==","signatures":[{"sig":"MEQCIFHsW+w6WuPnBkA86B/CUzUO4fanx/lRHbkcTonALZoEAiB4anGTYfP4k0m9ygxCJ7+gZ71JCJHQz/tvpVKyhrSavA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5027639},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8f64915e934130299307417627a12caf756cd8da","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8f64915-20241210001159","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-8f64915-20241210001159","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8f64915-20241210001159_1733789579004_0.40963069513359684","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20241210144810":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20241210144810","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20241210144810","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"b08e8f878dd761dc13b138894357d7c7fdad11d5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20241210144810.tgz","fileCount":62,"integrity":"sha512-k3eoY9dWARJtOnNvDCInfNrONeRVNb33lpu0TsV+JbsjXEqakXmaBjn3EEN52oDV1HSgfBhC20sqOaYc7DgvQA==","signatures":[{"sig":"MEYCIQD7R23RYMsuKXx+cYyAl6loYXjElTJUpfWpn4r/rtnaKwIhAJx8IJ7QtWdoy/g0d8ezfldd4mzOIcxSopjAJXoeOsK/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5010497},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"707988a8749de44abe4ac81441316afbd5b4935a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20241210144810","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20241210144810_1733842149892_0.11615138429325023","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20241210171242":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20241210171242","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20241210171242","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"f0d58f77c6aee3c0532058bf97ca607b457473da","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20241210171242.tgz","fileCount":62,"integrity":"sha512-BUKjHdtQmNooa5JkVBp2w0mHpeK7+ZMBfgvW6L4S8J7+t0k6+eRTnhbr6z3BPUUO7LM1L7UbggSQxsSOMLT7lw==","signatures":[{"sig":"MEUCIA0uDh/5je5JJFOjM/M7pemWHrRx6Ymy9WPp0ggEQ41PAiEA7jSrL2XFfUkP5l/UPD1ysjOC37WKdOIsWvu/7RFPOmY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5010497},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"92a5342903d55dc8b6f662c0f8ef2f17c36225ae","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20241210171242","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20241210171242_1733850821923_0.010693908660004858","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-a57d526-20241210211901":{"name":"@shopify/hydrogen","version":"0.0.0-next-a57d526-20241210211901","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a57d526-20241210211901","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"a745e4126ee8a0bf4fa9596264ab7149d3fcf59c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a57d526-20241210211901.tgz","fileCount":62,"integrity":"sha512-2+rBTJG6ytsQJ8ZyuRDDOeLra07T9VO9p/cvyPGCwORw1JI29McMJclZS98xlvhwk5QE99aXCtG+XS6if8HpHw==","signatures":[{"sig":"MEUCIQCcH3JV14VJjuMdpb04bN4e98l2EEMrmyf6JXaz03Y7SQIgbUwoiIyetrQQhH875BNodMYfpp5EuMUQ2184CjWjuZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a57d5267daa2f22fe1a426fb9f62c242957f95b6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a57d526-20241210211901","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-a57d526-20241210211901","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a57d526-20241210211901_1733865600455_0.20431547473553358","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-105b31d-20241210223826":{"name":"@shopify/hydrogen","version":"0.0.0-next-105b31d-20241210223826","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-105b31d-20241210223826","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"449a2da80007d818eb83bebca720ea0ee2990843","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-105b31d-20241210223826.tgz","fileCount":62,"integrity":"sha512-X/Y0NPPpr13U+L7tGvr6HPdFalJAaYWksP77TgEdjUzOQU7fXHWnsp+8gJx4jLHFYv00dFvKlT9NIEyHU2tc/g==","signatures":[{"sig":"MEQCIFouZxMlWdw5Ukro0MJsRJHjCZ9o7ZTPvQwXXH/TEeNxAiBaMDJG3r1FTwPx6ZgK/vH+WYZHz5g4/K7/QXWqSO8EGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"105b31d7c5c420814b610bdfe57412df7b9b4f20","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-105b31d-20241210223826","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-105b31d-20241210223826","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-105b31d-20241210223826_1733870367689_0.4771837268026162","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2c1c457-20241210224218":{"name":"@shopify/hydrogen","version":"0.0.0-next-2c1c457-20241210224218","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2c1c457-20241210224218","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"340a210da05db4406275f7fc095835d6a988a325","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2c1c457-20241210224218.tgz","fileCount":62,"integrity":"sha512-XsH9x9h8HYtiHGl686fnQPdSt53WwaTu8FtwkvTjJrf2yHZ/mAfGuKEkqfPSdptGKtGjElUKAWA8vAAI4bcz+Q==","signatures":[{"sig":"MEUCIQDsSwQs/++4bxbCWYmDkJ9iiEpK5aOtVz31cclou1KSSQIgKmZP5s/EQ7bDfgrapsP+ETlNyybjT4v5CYxg5TI7mts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2c1c45745b4ecc73455f9ed04467269418c481f4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2c1c457-20241210224218","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-2c1c457-20241210224218","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2c1c457-20241210224218_1733870599501_0.8464521575931394","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b8955ad-20241210224455":{"name":"@shopify/hydrogen","version":"0.0.0-next-b8955ad-20241210224455","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b8955ad-20241210224455","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"dbabde0f68a715c50002f137b46c0e7b3c4e80a3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b8955ad-20241210224455.tgz","fileCount":62,"integrity":"sha512-rEIlRNJjHfWzg+nDPqS5vG2JA9kI0Sb5UqRzwl2TBa77ElWj3/GkGdNgx5JwSSG0wOIarJd/nxeLaHGSKs46wQ==","signatures":[{"sig":"MEQCIHGihvi1SpxdZlLbm/0WTHZtn3Q4T4+ovGpZXxXqKHG8AiBTXa2d/0CLqF1Hv9nKEGN59zX0ixSL3wtaUzjBomjh0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b8955ada82f0a16f803a30f4135e03e87f1eb78c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b8955ad-20241210224455","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-b8955ad-20241210224455","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b8955ad-20241210224455_1733870754651_0.30479951485744117","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f0b3fb7-20241210230312":{"name":"@shopify/hydrogen","version":"0.0.0-next-f0b3fb7-20241210230312","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f0b3fb7-20241210230312","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"cfccc5e0a225a9284483601db82d0860843fcad8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f0b3fb7-20241210230312.tgz","fileCount":62,"integrity":"sha512-PL4bAXnOgrdt1im8/oVxSh/3CUnWJLz8z9b7RKL9y2o+7OMZbOGL4hvN+tCoRdIwrdGc1pu+wVFL/x82UJYriA==","signatures":[{"sig":"MEQCICLxK+BoGEg1WlwZvKykfmEX3vwJoN3uAzobk7mYhXi1AiAOV0WmspR/ZJum914lzre6wdgzrUtouAft8OigcUMUhw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f0b3fb70d5743c935ad30c4ba54b028812bf59c2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f0b3fb7-20241210230312","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-f0b3fb7-20241210230312","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f0b3fb7-20241210230312_1733871851638_0.203673021490685","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-dd0fea8-20241211161609":{"name":"@shopify/hydrogen","version":"0.0.0-next-dd0fea8-20241211161609","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dd0fea8-20241211161609","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"8c7906cbfd83039dd5dcdcee135c588e4bc8028d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dd0fea8-20241211161609.tgz","fileCount":62,"integrity":"sha512-Oed7b/IOwRSi+L85f5/zMDjPBtxYzqaCz0c/DbxdkxJL/9VhD2XGzW3+JmHSwjWnpAd+iTGVHQiAe4ShrVSTBA==","signatures":[{"sig":"MEUCIQCmRDHEclu3yms3mkxmu2sQYW5iFL3h/MZ+wVdarpK5fQIgfDNEqd6mHlLZQGY03+2zTqX6q+lPiXa9GnTgIBXpYVY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dd0fea8d428b67452c2208f6d9819ee4e757508c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-dd0fea8-20241211161609","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-dd0fea8-20241211161609","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dd0fea8-20241211161609_1733933832155_0.441140377443622","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b866884-20241211165300":{"name":"@shopify/hydrogen","version":"0.0.0-next-b866884-20241211165300","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b866884-20241211165300","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"f9e03b9b578b04b1f05e2419cd3ff08c2cf9a21c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b866884-20241211165300.tgz","fileCount":62,"integrity":"sha512-2zz8x2kSPsat/6MMBhQGAEaEybygloCKabMJTXEnGztJgCEMlBluPr8EXXoHZSIOXhtAPZ+y0f87ZLZzqIYJ5Q==","signatures":[{"sig":"MEUCIFkvhu8eYfJMqoTli+trt68sdv2WRHBjFU+vHbjujHuIAiEA4GdrCuuWciHPa8S4YkpChjhH/McJZN6sc9sVtRJbkE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b86688426f4557b71f1c23027b8e37b47c729107","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b866884-20241211165300","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-b866884-20241211165300","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b866884-20241211165300_1733936043501_0.500228441492008","host":"s3://npm-registry-packages-npm-production"}},"2024.10.1":{"name":"@shopify/hydrogen","version":"2024.10.1","license":"MIT","_id":"@shopify/hydrogen@2024.10.1","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"2afd390849f6e2247fa68af1b1ee9c181a0d56ec","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.10.1.tgz","fileCount":62,"integrity":"sha512-v7aO41t0020cV6dKbfjYCUcyH9LYIqZpuPq1oURW0MElIZJM7o962PkN4z6U4BpDXx0lK+LSpnqHCtuezbRyOQ==","signatures":[{"sig":"MEQCIBJGwNLsl2TBbLaqZcmZfnfd3037RlSeUl5AhSdWCBBZAiA3t88M/ZHzfiDpXafvKV+LzsO9jmLBk6gJuReKO5U5ZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030019},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c915b67d81ff01e25eeefce8cf0510805d620d64","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.10.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.10.1_1733937202103_0.7821545814596871","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-dd3b070-20241211181520":{"name":"@shopify/hydrogen","version":"0.0.0-next-dd3b070-20241211181520","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dd3b070-20241211181520","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"ed868fc725819735a28d3544fb2e7cbcbbca7edc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dd3b070-20241211181520.tgz","fileCount":62,"integrity":"sha512-DMFva4o4cRrJZhYkiDXUswJZCv7jIW1T/qMNgj0VY8JIOdhkyn4794MZTyrcKCAbsnCmTnzysYWe6iDd6chlug==","signatures":[{"sig":"MEUCIAVsMMts3VNwa4KEw/7UJYntv740tcJVQPO015cjgJo7AiEAtSZ4uXxWXqb2MA1QX7ARdXf+bDfjp7ZUW9DoMrWoGgk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dd3b0706383d2d7a218a4899b2ca292f861718ea","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-dd3b070-20241211181520","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-dd3b070-20241211181520","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dd3b070-20241211181520_1733940981484_0.17367840904694942","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-73c3fcf-20241211203238":{"name":"@shopify/hydrogen","version":"0.0.0-next-73c3fcf-20241211203238","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-73c3fcf-20241211203238","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"2374984ff0e093ee954efedcb7e3b9334b299e41","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-73c3fcf-20241211203238.tgz","fileCount":62,"integrity":"sha512-v6/g8vjxZwpT0TUFx3mgyqba9qpUQmdrdrnVSXoPn8fyF907OxIYbqxZC7mENU82kcwbkZqxYLDLe3zcl5sLWg==","signatures":[{"sig":"MEUCIQC05zBZznyt6xsvtyeBG8lyOtwX0yfQD5QDd8RArehP4wIgZYzVAZ8VBvGNuoxDiy7/ADTr59KJZtgYjPQ7wWHvDRM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"73c3fcf65d12b88afc1f141f46b2d4059a49ed66","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-73c3fcf-20241211203238","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-73c3fcf-20241211203238","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-73c3fcf-20241211203238_1733949218450_0.45954856597207727","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e6654f0-20241212085448":{"name":"@shopify/hydrogen","version":"0.0.0-next-e6654f0-20241212085448","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e6654f0-20241212085448","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"2308750ea3d5459f62eaf2f0af20b55f196f4069","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e6654f0-20241212085448.tgz","fileCount":62,"integrity":"sha512-xb/jghjf/602aVSI8nK/ZRj2wZeeRUVERKR2LgtUicyL6ljBopiE3F1GAs91JqU0lwzMPhMIAGfFKSfMjhNrpg==","signatures":[{"sig":"MEQCIBw9IxTMbO7e8azkUqn1sNYWQfEmx9FjjVEkuhZHknlBAiAApdZIP+934L1GUzskhQdjtBIUdMcCi7bhN+xtsF0NEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e6654f02714c546c63b83f40d5592715d8290045","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e6654f0-20241212085448","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-e6654f0-20241212085448","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e6654f0-20241212085448_1733993746958_0.9752127448670547","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-c6951e5-20241216020537":{"name":"@shopify/hydrogen","version":"0.0.0-next-c6951e5-20241216020537","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c6951e5-20241216020537","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"f79e8e56edfa3e5afaff56b1195fc15f1ea079ff","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c6951e5-20241216020537.tgz","fileCount":62,"integrity":"sha512-8gSYfwdCzVgpUfh4RUctv6a4RlX3RdSS2eI7VneAV8cMFY6Lk60IgPao3u8ZMRn7Kw0blOVY/lb37tPvotpsHQ==","signatures":[{"sig":"MEYCIQClA8uE2dO5aJ76M/Ul+sVvJuprYrtihkA95FlqJNOPyAIhAJKgXx41Apa86SnAMFNy8w0DY2LJcoyxafvnNGfmacaI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c6951e5e882f326b44a206643b7bc256b7718e1d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c6951e5-20241216020537","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-c6951e5-20241216020537","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c6951e5-20241216020537_1734314795820_0.881435746092347","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f6f5af9-20250107215401":{"name":"@shopify/hydrogen","version":"0.0.0-next-f6f5af9-20250107215401","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f6f5af9-20250107215401","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"508cfdae14a127d4845bb90b07ff58564b6bd4a2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f6f5af9-20250107215401.tgz","fileCount":62,"integrity":"sha512-qdJ6umqRM9nCbTbIfTn+rVVL6g8fpqX7UaYOpb0x3SLddZnLmP3/O9IInzpb1W2S461mRGsJtWiyEB4yrzQmMQ==","signatures":[{"sig":"MEYCIQDcoz3QnqUiBzeilFlpCJ4BOa7zkRnaiKnekUpOitsZSwIhAOiZeWQyEJMmZ5HP1a3Sj+p/AoZ6Vz/MlnJ6M0/jYgVv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f6f5af9df6fa05d0e6118f2be58a5750f98cb7a3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f6f5af9-20250107215401","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-f6f5af9-20250107215401","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f6f5af9-20250107215401_1736286903568_0.6567636070653178","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6db65cc-20250108182523":{"name":"@shopify/hydrogen","version":"0.0.0-next-6db65cc-20250108182523","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6db65cc-20250108182523","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"3760a1737c0786e8ebaab2279bdc633e7804ea53","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6db65cc-20250108182523.tgz","fileCount":62,"integrity":"sha512-a55Yv2xGUZGpnEUYkMNx561MWyBdotBiKy9wVTMQtr48Yvgsa3052fB99qG12Bqcql3GMaMeDtlXvDCWMrGQpg==","signatures":[{"sig":"MEUCIGXU436b9qD5rGye1zxnNK4zZHxh2izyzR+unecCrGKDAiEAo32ddrcavWgrppqPk5d0IeaI9mW83xgfE2JYv3nGzlY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030711},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6db65cc0bea7df4853780c915d18c020ed2cb165","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6db65cc-20250108182523","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"0.0.0-next-6db65cc-20250108182523","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6db65cc-20250108182523_1736360782203_0.7870404253153966","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250109174352":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250109174352","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250109174352","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"9c07af6b6f435563d04c309967fbb4203dbed988","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250109174352.tgz","fileCount":62,"integrity":"sha512-tOsvs1c2qVuiZx71hNUWh0D8Z0ucZyY1y3zBEHGubcyAkRQtiGRvkiZj+hzq3CG9dl0qFAfk8YDu/Jni0SFs3g==","signatures":[{"sig":"MEUCIGeGsWTbn1fHH/XwMvn2tFf5Rao4ZILawXyjEZzLDWTpAiEA5976K2tZc4KC6as47U9NZvLEj8Qp4KFlkRW8AivBkKw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030227},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"86e664745eef810f9919818addd7179f0abad482","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250109174352","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250109174352_1736444697353_0.8600317335577985","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-fdab06f-20250109183622":{"name":"@shopify/hydrogen","version":"0.0.0-next-fdab06f-20250109183622","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fdab06f-20250109183622","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"a28b58e36210105f200b711b7d29003195cbf777","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fdab06f-20250109183622.tgz","fileCount":62,"integrity":"sha512-50kFpEpG8I2khmqlwqPicR1UHGavtab9nxI88bSN49+Gx+I3q4s7m3xKqhN6IVoz8Oh7s4L77scKilg88EtKGw==","signatures":[{"sig":"MEUCIQCNaw7IWLZYyEoRS6CW/mReGLaba2YWpI8jvXuzGVHJHAIgDhNDuAxTNW0gsEZsoYazYr1//Ok0OYYTwEUaBQTQ3WY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030637},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fdab06f5d34076b526d406698bdf6fca6787660b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-fdab06f-20250109183622","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-fdab06f-20250109183622","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fdab06f-20250109183622_1736447849085_0.507347537470398","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-38e98bb-20250110191211":{"name":"@shopify/hydrogen","version":"0.0.0-next-38e98bb-20250110191211","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-38e98bb-20250110191211","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"5976d0901062a39bf387ded1abdee2c8b371a526","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-38e98bb-20250110191211.tgz","fileCount":62,"integrity":"sha512-IScTLwOq60YnlOGqlCuzSs7waH1I2Fy8EcavuuL/uY+UdFHRbYkiewSCOi8yAhHtsmNwiSvvz3uFlR9+81+LTA==","signatures":[{"sig":"MEUCIQDXBXCcka6qGiEFeNzU0dv96gwxFkkPoL21ixqs8nuUbQIgSC3k9palNW59A2MhWRCXZl7PMNbe2oAC/mk9BreYkFQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030637},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"38e98bbfd54d2af0a2ce693e2cd1d5900f32b5c6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-38e98bb-20250110191211","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-38e98bb-20250110191211","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-38e98bb-20250110191211_1736536400495_0.5841421401106344","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ed625de-20250110220014":{"name":"@shopify/hydrogen","version":"0.0.0-next-ed625de-20250110220014","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ed625de-20250110220014","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"ff5f4fe98e35a08fbfd6c17885b315d653b74feb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ed625de-20250110220014.tgz","fileCount":62,"integrity":"sha512-LNEjWupL3CUHzQS8IolZ30IVIXf1mQBPbW5VdG7wFI6yJcphYFC4EL8ASam4FDimojP8b/T+/5lWcLQVDUinWw==","signatures":[{"sig":"MEYCIQCjchtX16u+XGrNrIrwxIt35tAmCa5VR/TOp63NRrNdIwIhAKBooNrjmILHMQbilh8TAVPybchXUafTq8I84BuukNns","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030637},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ed625debf49a65d35acf7b970baef1aa314326a0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ed625de-20250110220014","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-ed625de-20250110220014","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ed625de-20250110220014_1736546480302_0.24049076233913613","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-49156e9-20250113182902":{"name":"@shopify/hydrogen","version":"0.0.0-next-49156e9-20250113182902","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-49156e9-20250113182902","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"6c5319baa3ac11a61e8719313fa1f1d8208a396c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-49156e9-20250113182902.tgz","fileCount":62,"integrity":"sha512-OmFVQuBxAFiECVXmQ0sOdwx7puHBMyluEWrZr0+TfEmz/UkzT8QZnAgF+/jTcvRVmAcQHVc9fQaOivYqDuoLBQ==","signatures":[{"sig":"MEQCIEX88oNTy86i1xtJwQ3PmDTNQ0C3MmQ/BKyJ+VTIGlPdAiBtEOALfc/AcZNv17W8OKo4s8AM66yqcWoWrnUuy58Wtw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030637},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"49156e96618ff1ecc75d1bbc87a8807db1b62f39","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-49156e9-20250113182902","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-49156e9-20250113182902","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-49156e9-20250113182902_1736793008858_0.06715771262641423","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-650d57b-20250114174616":{"name":"@shopify/hydrogen","version":"0.0.0-next-650d57b-20250114174616","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-650d57b-20250114174616","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"8bddd94aaa33aa4ae628d3deef8cb3dc6652b33c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-650d57b-20250114174616.tgz","fileCount":62,"integrity":"sha512-aSh7K0zouHi0zQVKjGiFd3m3Ai0CDA/Sso3qlJZUfwwKsotQiwBbQXo3q+HE0KJMGRGuZFGeXMKD+WxiamgHSg==","signatures":[{"sig":"MEUCIQCOe197c7Lg9nVY5L1tnh2M2P5W2TGqUrhdd2A+sCSkMwIgPc02vAHVDysrFhVv7WWN8PAb6pBGLP4e9O0rcr/8+LE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030637},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"650d57b3e07125661e23900e73c0bb3027ddbcde","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-650d57b-20250114174616","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-650d57b-20250114174616","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-650d57b-20250114174616_1736876843475_0.7291232525644227","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6bc6068-20250115162926":{"name":"@shopify/hydrogen","version":"0.0.0-next-6bc6068-20250115162926","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6bc6068-20250115162926","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"715951000420470d075b9b946ecb5f87302c610b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6bc6068-20250115162926.tgz","fileCount":62,"integrity":"sha512-j85YdybaYSyQhv6Ulg6JWFPKNGTJcatVnq+DawMleyjlPTrNTpewtkA1kcX3676wpDburkaLZCBkBawqRiB58w==","signatures":[{"sig":"MEUCIGYeqykseNlw5KIxyU1oV6rjc5SBx3EjbweR8BcIUPrJAiEAv/NZP6dO2o2+YKLVjvcwyi9u1RjJn5VIdznlPvgh0WE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030637},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6bc6068fbffebbcd07c3d1db97956248bfa6a742","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6bc6068-20250115162926","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-6bc6068-20250115162926","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6bc6068-20250115162926_1736958634204_0.15896284314923959","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b45de26-20250120163934":{"name":"@shopify/hydrogen","version":"0.0.0-next-b45de26-20250120163934","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b45de26-20250120163934","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"164013cb0fd5776523fbb41d5b7968cdd4e61546","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b45de26-20250120163934.tgz","fileCount":62,"integrity":"sha512-ZOeFQxppmo3B6BAmbNRp7ajGWqxVdHf/llhoaK7pwtZxy3vNncT9EJeE4rqmrd2XMLBitVIqB5J+iEDXxlGcYg==","signatures":[{"sig":"MEYCIQCIxj8mQbj7wrS6ibeg46qLK9jjOZFN4aTVz+bwQ3ZjYgIhAIqctKOc/mlos59Ayd2q7DFt2KwXDM4dVSO4fSqiTVTs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5030637},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b45de26e46ab4264afa3dc745358a115748de2c1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b45de26-20250120163934","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-b45de26-20250120163934","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b45de26-20250120163934_1737391245466_0.1644740591902356","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-064de13-20250123213625":{"name":"@shopify/hydrogen","version":"0.0.0-next-064de13-20250123213625","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-064de13-20250123213625","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"71d6eadfb2f5b5442d326e838df25614c1df8890","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-064de13-20250123213625.tgz","fileCount":62,"integrity":"sha512-K8+X9Lj1s18OC/XIL3gkN0nCPHKkL3vEYgo+oupWCSE2ewpXqrzsjCWi5+gmf/fE5jGb0mYTqS3wgEFFT1H9Yg==","signatures":[{"sig":"MEUCIEXBxYiLgmlboAYO6SnVWYp28LzT/AXX51LKas7TW4U7AiEA5FOfE0iwD64CsTH4imDzb+oSuOrfRh4zkYALy+Ca48g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5103874},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"064de13890c68cabb1c3fdbe7f77409a0cf1c384","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-064de13-20250123213625","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-064de13-20250123213625","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-064de13-20250123213625_1737668253664_0.028501917007933253","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e90bc58-20250123223040":{"name":"@shopify/hydrogen","version":"0.0.0-next-e90bc58-20250123223040","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e90bc58-20250123223040","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"116647000b39b17d3ef0474bcad3cee2456a8aa4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e90bc58-20250123223040.tgz","fileCount":62,"integrity":"sha512-T1sdJDW14ulvRHavdl4l/1Ph7A1D/ps9Nb7+QQuT3ULHYdZDS7+hRoKmaZfsIfP9ee7XBi/h/Kws4TJXDDViJw==","signatures":[{"sig":"MEUCIF35ONWjwpBkHJKhJohwSN62S+9bJK6qHfQf3mZyqLbRAiEA/JTbH6KCuMeACesSVgNK48tSeiSPhVX9ssPDAHHQQjQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5103874},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e90bc583a541cc8203a9cc2ec7060d49bc7c5fd0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e90bc58-20250123223040","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-e90bc58-20250123223040","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e90bc58-20250123223040_1737671508681_0.6660523032268395","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ae6d71f-20250127182349":{"name":"@shopify/hydrogen","version":"0.0.0-next-ae6d71f-20250127182349","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ae6d71f-20250127182349","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"c8e23165cc5cef53f26d44c4e8ebcfc802b2547f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ae6d71f-20250127182349.tgz","fileCount":62,"integrity":"sha512-Lun40Pc+TiHtMcJnSeShnqmJt09RFNxWB+NGbUnRwklEvW+spvPb2oDqTTHhzhRWfYsyrRvgScIhbc9W6Mlclg==","signatures":[{"sig":"MEUCIQCKSGqccHGO/fI5x/dJ24ndeMzbZ6l/Zry++fT1lHkg5wIgaFDgSorXvNrh8YZKaV2t+ekiOhGfX3FkKo0RL5Gf7P0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5096510},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ae6d71f0976f520ca177c69ff677f852af63859e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ae6d71f-20250127182349","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-ae6d71f-20250127182349","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ae6d71f-20250127182349_1738002297870_0.5340204436329268","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f25a0d4-20250127184004":{"name":"@shopify/hydrogen","version":"0.0.0-next-f25a0d4-20250127184004","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f25a0d4-20250127184004","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"e340968ad9570dac8d62bd0505f56abc25f9b833","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f25a0d4-20250127184004.tgz","fileCount":62,"integrity":"sha512-kl358xsl1uoVjZJllsVacGuKfQmFdeC/butLMRQjBdX4w1s/weO6hYhr9A0CsDDplZnHvKJHJJmdF1FHZReRlg==","signatures":[{"sig":"MEQCIEyjEyhYgmGnfQtCRc7oABmW93zzvFUAMMv9etXD5vZ8AiBJ23MuRZCkKACgDmSotrVQYRDSSUTaxdGvSJsx9Oq62w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5096510},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f25a0d456e9c0a9e34e0d79f717615d42e518535","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f25a0d4-20250127184004","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-f25a0d4-20250127184004","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f25a0d4-20250127184004_1738003271715_0.04472880270377888","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-08b7fa5-20250127185142":{"name":"@shopify/hydrogen","version":"0.0.0-next-08b7fa5-20250127185142","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-08b7fa5-20250127185142","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"c161284ca49e0ef3ebb98e7d119ea31a7f7f63b1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-08b7fa5-20250127185142.tgz","fileCount":62,"integrity":"sha512-kY9jSwd1DycxwLJDVJDFWBZG/SbAEkbQELvnyunFtMw7TbPVFc5b/XLhxcNxdSFfHlJhuQzSmkysVcAEEOoaqQ==","signatures":[{"sig":"MEUCIQDM5WyyC9X3wu7B72i5jhsapz8beuqRBqru26okiO8kIwIgJynsRiV3ssexrX0/unDjBkuV+ZI0IU84g8UweLbb2eQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5096510},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"08b7fa5bb99632e4707d0dec4e06f6d16b2816d0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-08b7fa5-20250127185142","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-08b7fa5-20250127185142","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-08b7fa5-20250127185142_1738003971834_0.2235558978114307","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-68110f3-20250128164951":{"name":"@shopify/hydrogen","version":"0.0.0-next-68110f3-20250128164951","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-68110f3-20250128164951","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"20b9fb70a10045f20ef93c553109f0b1a91467ee","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-68110f3-20250128164951.tgz","fileCount":62,"integrity":"sha512-suoftS+CcDAQDZNrDtc1Szp6vyZoILERUuyWbvv6Crp7pBRe2yGQ219qFcyyB/nrPoVsCQKGWGfGydISG6Zesw==","signatures":[{"sig":"MEUCIECanyTlqmUUnXU89A3h81dz4QHEmmbDOcYJuTcHM9jSAiEAi5lo5X4vbifkXCRAfX4bsGECJG8jbpQ3SbfH1jLCqMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5096510},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"68110f3f34beb4a8a429b9df0e28a77072b7d84f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-68110f3-20250128164951","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-68110f3-20250128164951","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-68110f3-20250128164951_1738083058943_0.6469362536208045","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ae97a81-20250128165008":{"name":"@shopify/hydrogen","version":"0.0.0-next-ae97a81-20250128165008","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ae97a81-20250128165008","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"dist":{"shasum":"a2be971aad6e6e6fc35c39587670806208737ef7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ae97a81-20250128165008.tgz","fileCount":62,"integrity":"sha512-hNR687qydyRci38a7C7subW3W37eCWraJZx8nDz5+ZQc/D0dejRRYDzd4t6Xr1wgFKFp6aDEL0V1peRT8fwXxg==","signatures":[{"sig":"MEUCIQDgv6jL4oCvEk9jFBr4Awp5cfSgJ68IIGKxW/jthqc6fAIgaShauYQUH+XPRNoU9bsElQ6XAWd5e7U0QJszd+UxzGA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5096510},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ae97a81f2a682f784316af72aca65764bf5405ef","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ae97a81-20250128165008","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-ae97a81-20250128165008","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ae97a81-20250128165008_1738083075772_0.08994798440429852","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-1b86701-20250128165142":{"name":"@shopify/hydrogen","version":"0.0.0-next-1b86701-20250128165142","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1b86701-20250128165142","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"1828332226f1ce4b44554b3ceb914e0dc44967c5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1b86701-20250128165142.tgz","fileCount":62,"integrity":"sha512-2Q44IjvlEl9ddz+fqeSlVTtH6pXrPZ+IobyqYbdcoSsFfW9B4uYjnzSHWl/yHM2Otb+TyJnnYtcetKm1MCAymw==","signatures":[{"sig":"MEYCIQDjdpCYj7tuDsFeS/LGzoamRgkwPi/UVaAhRVf8470/egIhAPgZ0/XYDdHO235sT0GzQzzKLlT3IZavCqZZRDU2CIA5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1b8670150083c84a3d73aa106d9a73e1036627ab","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1b86701-20250128165142","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-1b86701-20250128165142","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1b86701-20250128165142_1738083169861_0.7357299407119489","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-956bb80-20250128191113":{"name":"@shopify/hydrogen","version":"0.0.0-next-956bb80-20250128191113","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-956bb80-20250128191113","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d91764d6ab57b3f826925de3ca719b000269a4e4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-956bb80-20250128191113.tgz","fileCount":62,"integrity":"sha512-JtnjUjFV8W2NjPsijTNW7WtLoWPXNQKVYoku+dx4ugtNFydvzaWVpKqQki+kVVCcT97VsmqQbuS1paNM7ROtng==","signatures":[{"sig":"MEUCIQDrSW7wYAXHaXWHNyvaEcSO9+ofjTcfJgJnhTBzZJfQqgIgIq3v3llFxuw4A2bdR6gQA6/pOEjNy5ghfgkU1asXjUw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"956bb804ceeeff3d8625e6a38d4678bb7ee698f6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-956bb80-20250128191113","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-956bb80-20250128191113","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-956bb80-20250128191113_1738091541487_0.12268114383729656","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e21a0e3-20250128195727":{"name":"@shopify/hydrogen","version":"0.0.0-next-e21a0e3-20250128195727","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e21a0e3-20250128195727","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"120114c72fad8d503bd7cc08f4fec22fdf9aac29","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e21a0e3-20250128195727.tgz","fileCount":62,"integrity":"sha512-Q/EL12sXEaCxecDbQjYXfOn8bJyokC+H27/HyHFL8Iv8FckHOSSldUS9K76b1pATm6Iuz2MB8egM7f/ybaFc3Q==","signatures":[{"sig":"MEYCIQCzhCqHFJdhGa8aEKB7WpStzp/Xwozrghod92h1/o9WxAIhAPV3Www8Pl0xFH1kt90Eckl1zWKYA04AQWEf5xFYvIjg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5096745},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e21a0e314fd9967e97e3461741adc28236247fae","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e21a0e3-20250128195727","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-e21a0e3-20250128195727","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e21a0e3-20250128195727_1738094314004_0.8895423968586875","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3b0fb6e-20250128205050":{"name":"@shopify/hydrogen","version":"0.0.0-next-3b0fb6e-20250128205050","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3b0fb6e-20250128205050","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e1e7deaaa2b4eeb7e113c455475b588b8f836cef","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3b0fb6e-20250128205050.tgz","fileCount":62,"integrity":"sha512-SwXcblFjHy79WvvzqICfVDQ1EcYJwj8BNhP0R0BEqucuoomqkCV2j4tDkj7pH7osK4a1kZChhsz1j3Gi2i0zKA==","signatures":[{"sig":"MEYCIQCX+bLQJYZ2bUBxKhFGdL+qHPgUHCISwVNUjdytTVBdIwIhAPnMwpAxDLC8niRshCdGruhh81kPQwoRCnUU6qwv8ujK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3b0fb6e97a93648b287fb984abf79f784b6bbacf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3b0fb6e-20250128205050","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-3b0fb6e-20250128205050","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3b0fb6e-20250128205050_1738097516655_0.32367430497231187","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-bf39d28-20250129224231":{"name":"@shopify/hydrogen","version":"0.0.0-next-bf39d28-20250129224231","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bf39d28-20250129224231","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"19ec58ae3534fcc39467e3615e5c000974d09720","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bf39d28-20250129224231.tgz","fileCount":62,"integrity":"sha512-GceWRIG+2XfDGuW6nthYs/jbomb/cWEJexqTbvK1dMinbjU14ZX/kwUilcYghYpApiLXA+eoPJVuA6h8LkUD9w==","signatures":[{"sig":"MEUCIQC9OzUirM/v4tACkFrMjBlgBsoq9K1N/0ep1OK0ZpzZGAIgCqbR4u62IvxKozmZdgkOWH1Vom+Xi0aafTrgnCfLHCw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bf39d282b6c08d0588a95ace0dadd64dd3aac263","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bf39d28-20250129224231","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-bf39d28-20250129224231","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bf39d28-20250129224231_1738190619555_0.4783021571945787","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-888640e-20250130171812":{"name":"@shopify/hydrogen","version":"0.0.0-next-888640e-20250130171812","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-888640e-20250130171812","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"3fa3f62025b93990fcb97de724e5915d4793a4bf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-888640e-20250130171812.tgz","fileCount":62,"integrity":"sha512-LvoFgOy42lcIGLyis5rqpzkvx7KBjvHNmCHKS85F2lHuHqhU42hsautMNAkCZbyKplPTgOph/gPsmQ6Y/LRA1g==","signatures":[{"sig":"MEQCIEnk3FhbPIQSIXOF7bF79/fYf47xuvSfC7U/zMqv5zV6AiAb5COgdGmRvIvkAvmz+8PxitMZnZS4cIl1xsZj2I4ZPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"888640ed91dfbf17dac2a90c81cdc3f041ddaeb7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-888640e-20250130171812","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-888640e-20250130171812","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-888640e-20250130171812_1738257560680_0.5276528447911513","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250130173616":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250130173616","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250130173616","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"3a9e715fa7813315d2360ced4d004e010cfaeb0f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250130173616.tgz","fileCount":62,"integrity":"sha512-7Ai/1HI6t0xIONwy4VAuSpwaKvs37ALCP+yP3ekT+b5hNrKfPIBtGVpI+SWlTcVtkWjK5rEyRmFVDan1we1dvg==","signatures":[{"sig":"MEQCIDBQnX1ZD3Zb6uZfUgYj5GKzP6qyLW24ZYHEISO1hc0fAiAvvqWC6j7K7fUlqTsOmtrCxG7xY0NVAK/EuHfIOH9yAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250130173616","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5096853},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"93a9bb7961bd8a792f0d113ce618baa2693e3e55","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250130173616","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250130173616_1738258650339_0.9024760391179281","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250130174249":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250130174249","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250130174249","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6d55530e27021884b224ae3a5c250e285f4766da","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250130174249.tgz","fileCount":62,"integrity":"sha512-urADeUsEOBLJThcJPpcg94abNAhrrduXW1KAvNA6Lz/gLRIiplpHsuB58VT53zKacdKvHJQqHaTuL1WFhL0zyA==","signatures":[{"sig":"MEQCIEw5KmixACUdEbSViAIGuYme6YoGv4A6GlQckiEDHHfVAiBA4jph2Nm/RlZ/6TUi50vFaZlIxU0n/05L1P5Rg8kwkw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250130174249","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5096853},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d2ba3e5f56240a7bac8bfbb6c3169450f446a7e8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250130174249","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250130174249_1738259042691_0.43188698575818174","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-97f7586-20250130182159":{"name":"@shopify/hydrogen","version":"0.0.0-next-97f7586-20250130182159","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-97f7586-20250130182159","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d4d08d0c7451964fb837b80cd73dcb8a354be855","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-97f7586-20250130182159.tgz","fileCount":62,"integrity":"sha512-dPF4dNt1xpZyF0ejV4nhv6Gv6OCEAdejqhkzIN74GEp41DrI6DFw3fOJYU96f/lL/hSX/5uXT3LjZ9Ob4Ig6mQ==","signatures":[{"sig":"MEQCIBwS3A41NQCwuYjm4I3eyq4FZHzt3ZDtlErFlwOrDrGuAiA83kjC4c8Ca5tOVdqu56Feifbsx8LgVNqBeWeaJcr8jA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"97f7586ac29a795e71b6ebeade7543b3ff66901f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-97f7586-20250130182159","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-97f7586-20250130182159","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-97f7586-20250130182159_1738261386619_0.9533014879009736","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-97f7586-20250130191911":{"name":"@shopify/hydrogen","version":"0.0.0-next-97f7586-20250130191911","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-97f7586-20250130191911","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"93c9935b67a1bc3446c4c222dfe354d93ca32c1c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-97f7586-20250130191911.tgz","fileCount":62,"integrity":"sha512-r0xpT3gz2lIijc19fSld8xYmRymjUz5gsw+GtIA8wLMahASlmHQRyX1io3BZoum5bHNnSODYUp5gVeO54Cl8DQ==","signatures":[{"sig":"MEYCIQC8D55w53kkgF45it+NkaZZI4y1auGLDvs/FBP72hNtFwIhANmwvnK8pFM4+DydFmMii0GimkR6PlUO4LsUj7/VPh1p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"97f7586ac29a795e71b6ebeade7543b3ff66901f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-97f7586-20250130191911","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-97f7586-20250130191911","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-97f7586-20250130191911_1738264822339_0.9114494985369335","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5f5a20a-20250130193316":{"name":"@shopify/hydrogen","version":"0.0.0-next-5f5a20a-20250130193316","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5f5a20a-20250130193316","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"1429522de3e34db82cadc832ab076bae0e8ec050","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5f5a20a-20250130193316.tgz","fileCount":62,"integrity":"sha512-CXppu9yXaKUPVLbPr3K4mE30v4GpaxsuzmPNWooKxjGM0hmxleqtyhZl6faMrvCJMIrpnAbhZdbAkflBSbTvvw==","signatures":[{"sig":"MEQCIFnWl+jvhCekV+axnzjtc7SqxG2r8RgnzpdG5M63/MByAiBf6/K4pCRQ87g8H8k69w9njz34c+/O+tGqNOR3VztspQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5f5a20af1961b449cd0cec942e54e1a30a39e359","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5f5a20a-20250130193316","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-5f5a20a-20250130193316","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5f5a20a-20250130193316_1738265666643_0.6722912528272418","host":"s3://npm-registry-packages-npm-production"}},"2025.1.0":{"name":"@shopify/hydrogen","version":"2025.1.0","license":"MIT","_id":"@shopify/hydrogen@2025.1.0","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f67e28cce3b9cf50e935de09f1c2efb8db608c4c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.1.0.tgz","fileCount":62,"integrity":"sha512-lIbqmF2nllTkdyTOSSf3rACzCYdd1wYTzdBdk08c1wtvlE5nN7FFnt4njqRo/uqx5HThoGhWL0XtUj5LitvQIw==","signatures":[{"sig":"MEUCIQCnu7cgAIunabNVKkZVNakrw6syLgddAxIXfArcroufzgIgPig7bbSq5+40ixpBP/UgsdNLyjOI9EgE5n6xt/5GYYo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5096557},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7df8c2076a829d29cb5c0b0276729ddc7d0d4630","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.1.0_1738272436089_0.7817394297691291","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-76a82ce-20250130213515":{"name":"@shopify/hydrogen","version":"0.0.0-next-76a82ce-20250130213515","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-76a82ce-20250130213515","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cffbb85ceca90ece6c1cf521974816be3a936046","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-76a82ce-20250130213515.tgz","fileCount":62,"integrity":"sha512-/RrKIjnpPTK82z56MU5MBtUU6C1ciuRWdMbH2SiWDKyupPLiKrXYf6j4yHBD2e7eSygOAopPccKhOE61hFh4Aw==","signatures":[{"sig":"MEUCIBY21OHB/v+gvZZsqyBMWVqQucf9xeleMGfydnGkbDc4AiEAjKIRRnjYZWo37OsERKpQK0JSJYZMX5KrXKUzJheQr1o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"76a82ce463f6d9e1f55ca50ac29d4064bd706e9a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-76a82ce-20250130213515","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-76a82ce-20250130213515","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-76a82ce-20250130213515_1738272975434_0.4936804059081197","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ebd5541-20250130220247":{"name":"@shopify/hydrogen","version":"0.0.0-next-ebd5541-20250130220247","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ebd5541-20250130220247","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2ac6ca56d67bc818e686bb878f23623595062d04","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ebd5541-20250130220247.tgz","fileCount":62,"integrity":"sha512-YAOaDZIiW0WeVnF/ZZBjfYs+jCTuq8hQhy93yqplEjHMSi1K23B+N5uWz3K7jiA6/zKkL8BQ1HAWrrUErZpZTg==","signatures":[{"sig":"MEYCIQDFmotBRAArZOLmOiOXwm0jAUkP8CkMCzK4a8lyJ784/gIhAIN4F05zWFALRMocf9CI7Rg2z1bNSlUZEexPcedsDykx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ebd5541fcbf3b6dbc42a59b0b900dd5f11034c52","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ebd5541-20250130220247","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-ebd5541-20250130220247","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ebd5541-20250130220247_1738274626335_0.4953466307678447","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-517c71c-20250130222847":{"name":"@shopify/hydrogen","version":"0.0.0-next-517c71c-20250130222847","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-517c71c-20250130222847","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"aca319c3aa1748c8be5dccb35a78c58b4a2df415","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-517c71c-20250130222847.tgz","fileCount":62,"integrity":"sha512-y7FzbDV4kJ10lnhGFr4HpF6V+W/5OgdMbFdpTzbE0NlDERjZ8xIvzaRO98A/2juPO6uwsuTQff+wF5LArkjUvg==","signatures":[{"sig":"MEUCIQCYRB4OVMTu6kqVQPpM+kyUJWe8khhC+YPGPuwDabBrkgIgZ2AKQYMjAV9Ondm8oo0AXGXC9x6zuRmmQncDjMc+i2g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"517c71cedd99e89539293586110c52d6ab470196","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-517c71c-20250130222847","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-517c71c-20250130222847","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-517c71c-20250130222847_1738276186700_0.33735492350893526","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-823022a-20250131192714":{"name":"@shopify/hydrogen","version":"0.0.0-next-823022a-20250131192714","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-823022a-20250131192714","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0f8e1cf82ce980737af5153b578556d732a9c2b0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-823022a-20250131192714.tgz","fileCount":62,"integrity":"sha512-4IeRxwEC/qAS0I4bGhQ8dBFC00VxiwHlb/4El5bHG7If9lD5r9X6AYnSLOSgS5UJfPvVaCYpfOQ79tgn6iPIHw==","signatures":[{"sig":"MEUCIQDIUqSr8wT3vlaq8f2wEutQ3q9EaMkbOwKepF9ms1k4hQIgf9yokpxlloAl2apvYxF697zWB+qLHmEYPVltYIcnV6k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-823022a-20250131192714","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"823022a8f341de53de68dbe4f5b6e9f4f64f5fda","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-823022a-20250131192714","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-823022a-20250131192714","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-823022a-20250131192714_1738351694404_0.06525802607308151","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5af18d0-20250131193252":{"name":"@shopify/hydrogen","version":"0.0.0-next-5af18d0-20250131193252","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5af18d0-20250131193252","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ebaaf18f0da88e0333929616750a6bfbd6873d69","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5af18d0-20250131193252.tgz","fileCount":62,"integrity":"sha512-tzXN44P7ENqif2lQUWSa/Rl0+vhn+NpPKWMN12GuBP2esyJ/uSNTWB1GAmUjJElcwm5H3Aha9aJD+AQf76hbHQ==","signatures":[{"sig":"MEQCIDnnh7+8mS2cVgKKIaBm+u9f9mguiHn/bgeYCl7aaizUAiAqTbNz0OPMs9QXh1pmN7QrOEZm2C4EeV3g+zvVY79rLg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5af18d0-20250131193252","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5af18d00b179564a85b4158c10b350df6e3e3287","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5af18d0-20250131193252","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"0.0.0-next-5af18d0-20250131193252","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5af18d0-20250131193252_1738352033345_0.8405254049094266","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250204175950":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250204175950","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250204175950","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f2c5d8c3f5eed4ee6735bafdca67e13574b4cc7a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250204175950.tgz","fileCount":62,"integrity":"sha512-Gp6RC4YQA316ie5ihq8Jbhl+WC+DNLXmkaz3GudluPixIa1MF/f9sN64LsA2DYld8ExAM/eRYCqkolmiO3/Cxg==","signatures":[{"sig":"MEQCIH/lMXfn7l3d7bydrxlODmCkG+7dapmBZJTFAHrn6KNfAiB+XGC7toRauGvfxzGnpr0fua2SmUTivNRfVTnYfuRzSQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250204175950","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5096748},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0f3745f69cd2ec5b768799d02f6001e769f6191b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.2","@remix-run/react":"^2.15.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.2","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250204175950_1738692050018_0.3964409578378507","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-8c71757-20250205184246":{"name":"@shopify/hydrogen","version":"0.0.0-next-8c71757-20250205184246","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8c71757-20250205184246","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2dd5b3076202eef6cd5fdff9a325105d16c6fd03","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8c71757-20250205184246.tgz","fileCount":62,"integrity":"sha512-0NK3emWPJw85eISa5mSNxzCoYZ8MKRNRXSQtiV3lhbwKaHK4fMhnlKoDVhsVA6H8UV1HUiN0cRw8D+vZm7AfFg==","signatures":[{"sig":"MEUCIHamnVxaA4rJjCLSJ3uy11UXX39KPHzef2c9fYzH8I/gAiEAr0yQD+xD1zTlpjMwAUPPzymAcnUewOzrCpDJ6rCMguE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-8c71757-20250205184246","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5097271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8c7175701d9f4dd05d271ea46b6ab40d6e3210cb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-8c71757-20250205184246","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-8c71757-20250205184246","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8c71757-20250205184246_1738781028435_0.5779565789061478","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3ea2582-20250205194100":{"name":"@shopify/hydrogen","version":"0.0.0-next-3ea2582-20250205194100","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3ea2582-20250205194100","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8857df99d4bf0460c5c5d7cb567f4ea31caa6028","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3ea2582-20250205194100.tgz","fileCount":62,"integrity":"sha512-5bJr0eJ30IaMFTTnhKKQDLPg71yHvP0zlkfRPRIsrSur9qVGI7jzw0X23ERki6vwf+VfwPkD0r+o9+/eZzxglg==","signatures":[{"sig":"MEYCIQDsfAZwXmdZKHlQTERNxcSekSUYvKdVIC76BQxPkQhD8QIhAK015LWnzDtWtlE5KhSO/koCUeUJSgprSyM87duGj1SD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3ea2582-20250205194100","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5092313},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3ea25820b0b0094d982e481782e413165435cf00","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3ea2582-20250205194100","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-3ea2582-20250205194100","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3ea2582-20250205194100_1738784523283_0.40070948815662066","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-cd65685-20250206193127":{"name":"@shopify/hydrogen","version":"0.0.0-next-cd65685-20250206193127","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cd65685-20250206193127","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5de228b260864be08a626c12cc1cc8aec6d168c8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cd65685-20250206193127.tgz","fileCount":62,"integrity":"sha512-JVU76ZurEwKIK5a++cbtkxb7pQZ28H+5bKA+DyxGCYwUzf+eYfi+ZmKekW+g3q3BZGZL05GzaV41CoQ12bCUHA==","signatures":[{"sig":"MEQCIHJvYcbX1eoWgM+cq/Wweh8Tl+s1bH3gJT+kooT06uJAAiAk7eM9ym0SUX4kjGhxV+99MycB6Gk1s1zcmzkRkAHVZQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-cd65685-20250206193127","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5092679},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cd65685c1036233faaead0330f25183900b102a7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-cd65685-20250206193127","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-cd65685-20250206193127","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cd65685-20250206193127_1738870348487_0.07875296411447841","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-4e81bd1-20250207195557":{"name":"@shopify/hydrogen","version":"0.0.0-next-4e81bd1-20250207195557","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4e81bd1-20250207195557","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a19c60e6bb71a75aa6f1c68ba6c29e86e538cb60","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4e81bd1-20250207195557.tgz","fileCount":62,"integrity":"sha512-JirCFwbmQpDSn/rTobydeEzKnkWokNiP5HexoWNCLEsmmEvJBLIpa6p5ROix3JGMOfuphSHgfaOo/+OCtquVXA==","signatures":[{"sig":"MEUCIQCUArbR5T8FLBHf/kcwzbV7kwA4deoc0WtD6namU3rH5QIgAmAyIieu1eTSSXpyPgSlhsDv4YM6LWmhH4PoEBUtBc0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-4e81bd1-20250207195557","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5104451},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4e81bd1b0e99b5c760679b565d2f95c4fc15b934","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4e81bd1-20250207195557","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-4e81bd1-20250207195557","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4e81bd1-20250207195557_1738958218044_0.9515239136570601","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-859153d-20250207221957":{"name":"@shopify/hydrogen","version":"0.0.0-next-859153d-20250207221957","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-859153d-20250207221957","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cf9026f264c49fe8bc496875f4e304af9f5e68a4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-859153d-20250207221957.tgz","fileCount":62,"integrity":"sha512-IXpIIQKrLAALIJd3rV6fnQ8oSNxFA0TeZZwUVkSvNZtSnmjiKIzDKFD8OLvxhfAxyf/87Ytwwu1QqAFti5QP/g==","signatures":[{"sig":"MEQCIH37K2sxW5laPFXS5u2emtB5sv4Xg3A1BrRDXrTtPrXUAiB2Uc6HQBDRHE7WjGck0jwm1DxDup619PtT6EZzeOlFRQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-859153d-20250207221957","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5104456},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"859153d60b1df7a87ea30099a6813a45b907d54a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-859153d-20250207221957","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-859153d-20250207221957","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-859153d-20250207221957_1738966860480_0.45780804535482456","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6bff6b6-20250212111640":{"name":"@shopify/hydrogen","version":"0.0.0-next-6bff6b6-20250212111640","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6bff6b6-20250212111640","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"01d9ef9f6a3a9ab9d4a6c9c0f1138befff2c9897","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6bff6b6-20250212111640.tgz","fileCount":62,"integrity":"sha512-zBsLadAJyx8Ri3NsT/gvdFZJRqgnmjXdzDwxwxz3yAhKr/0dsKwI1eZ7Wh4hbS34cr4qldQAO8O32Rt+hlmJvg==","signatures":[{"sig":"MEUCIEs6LJnewGX1502+Qh9JULXjDGJDAXNAk+7QfCOlwX+ZAiEA+FaI4ECqpLfRDvlxBPnOe4xkY0FKM24ti0RLlrMiLQQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-6bff6b6-20250212111640","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6bff6b6260af21b8025426c7031ab862dbecbc34","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6bff6b6-20250212111640","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-6bff6b6-20250212111640","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6bff6b6-20250212111640_1739359061861_0.659841725147192","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3af2e45-20250212172733":{"name":"@shopify/hydrogen","version":"0.0.0-next-3af2e45-20250212172733","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3af2e45-20250212172733","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4ebb72496cee8f36cfcc50f77c499c716540f19f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3af2e45-20250212172733.tgz","fileCount":62,"integrity":"sha512-LsDBD5R91vOFBrrGAaVdx71u+vDvgqUQQFxmfFTubnloKagw2YgZr1owtr/e1xKUxZLq+9Hf3R619316It50eQ==","signatures":[{"sig":"MEUCIQCwPYTJ4X4UqPE2SxVG51XFDxvqYTodDkSLwSBOyX67NAIgHgr30pgDL5vlrjL39e9jjAtGc1tc84EMp+KA4hmAQb0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3af2e45-20250212172733","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3af2e4534eafe1467f70a35885a2fa2ef7724fa8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3af2e45-20250212172733","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-3af2e45-20250212172733","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3af2e45-20250212172733_1739381314862_0.6516674590217106","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-49f997c-20250212172750":{"name":"@shopify/hydrogen","version":"0.0.0-next-49f997c-20250212172750","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-49f997c-20250212172750","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e5bdea4f34c685be17faeff78312cd9eeec28b4d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-49f997c-20250212172750.tgz","fileCount":62,"integrity":"sha512-wwdDZUSPmSYseGapnoMbGZkBqs2PyRwvl7rWTqDt3xMWcs7QSS3kuxuB5HcHDzSn/RynhF+DoiJmgjKgmLHXMA==","signatures":[{"sig":"MEYCIQCjPegGvEavu/qtWpBBANiZ5l/Ny50xh10IUJiDaf0tBgIhALIflO5UHZjaVkJ2XCwFOxHG6tt7HQw9XXrlCZeqRELk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-49f997c-20250212172750","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"49f997c7ed718e36a8c3bd5e0931fe97ece13ed8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-49f997c-20250212172750","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-49f997c-20250212172750","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-49f997c-20250212172750_1739381331738_0.7215952860398618","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b26a98e-20250212201057":{"name":"@shopify/hydrogen","version":"0.0.0-next-b26a98e-20250212201057","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b26a98e-20250212201057","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cc46818c9e620515f817707b8a92ce2ea7e4d22c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b26a98e-20250212201057.tgz","fileCount":62,"integrity":"sha512-wkONMeUmGPiqDJ7/4jOCUzNDXu0l021WPap7jXCp1sIfwYLPPxdiIIz2v1MLxZtN0V9oLYzxNCvfp5S0QJdEvA==","signatures":[{"sig":"MEUCIFeCfQn2cYJizOblDwRUOTxjJX0YNuUdWyLwwcVE8dIZAiEAk/M4HJ33a4pbRnOwWKpvtqrNcmO/fxlNA7yLsUcDcdM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b26a98e-20250212201057","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b26a98e7268511ff36ae9b223fd3c4ce8b42dab4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b26a98e-20250212201057","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-b26a98e-20250212201057","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b26a98e-20250212201057_1739391117584_0.8506111519968123","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f151e1e-20250213185404":{"name":"@shopify/hydrogen","version":"0.0.0-next-f151e1e-20250213185404","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f151e1e-20250213185404","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"72dbad8ded39b0c9600c8b136d022bdafcaf90c9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f151e1e-20250213185404.tgz","fileCount":62,"integrity":"sha512-JOn4Ga6qM8yJwbCewiEe7Vhu+Csf3/vuLGkTLPkbus/91b18asc2bMXMCXs8BKJ3TdUfu0sRTi2PJIZjX77Z+g==","signatures":[{"sig":"MEUCICsS/p8aQBX4W3W28F7Mdw4vPMCd+Y7Xoz+VfzrQOJQxAiEAl7Lq9IcV/AxLnx3e3Ru4+K6kwFLLTLKY4laeYohK3SU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-f151e1e-20250213185404","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f151e1e21d3cbb6c582413eaf94db965c099bfd1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f151e1e-20250213185404","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-f151e1e-20250213185404","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f151e1e-20250213185404_1739472907921_0.12404289450843198","host":"s3://npm-registry-packages-npm-production"}},"2025.1.1":{"name":"@shopify/hydrogen","version":"2025.1.1","license":"MIT","_id":"@shopify/hydrogen@2025.1.1","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5816c864e9f7ad46760d3d25bd9a459838354d24","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.1.1.tgz","fileCount":62,"integrity":"sha512-FzVI2kzs8I6AydEnFq9oI909UMh0ADEHb4nSIX6wH/0t+LkcvizzKq+4yksQqcNt1Wt4P85ZGMnhKLsAMxKV3g==","signatures":[{"sig":"MEYCIQCnS6Q01hcQGMCCzjRQlbPdnpaE9Cxftk4MXkywTLRb9AIhAP831dGKE8B6/gAwt6trElR7fr4uun5YxIBlNeIDtUrn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5115310},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"eca3df8ce1f2fa436476d41730a3da123d65bc2e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.1.1_1739560789054_0.37199426957847836","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-24379e7-20250214192353":{"name":"@shopify/hydrogen","version":"0.0.0-next-24379e7-20250214192353","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-24379e7-20250214192353","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4bbbc8db2db90fa00c820eb11bae4b51d89e4577","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-24379e7-20250214192353.tgz","fileCount":62,"integrity":"sha512-coDxPK0gvqJnAPbujMILNmApKPMuW1kK3R49wNXMSL7lCg+EFK1TXVE04/zwoSV/3uxK0gWn3QbgB7TIaYYOkA==","signatures":[{"sig":"MEQCIAk+Bsb6AiC9uMbAAvXEcMV1qoiM+oNn6ak04zDVH4fgAiA02KBfGHOVr7MUSaPRuEb28e+ofwB6+uY/qUX2NF1Nhg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-24379e7-20250214192353","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"24379e7998610b5c797fc36e23850c24aa076cdb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-24379e7-20250214192353","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-24379e7-20250214192353","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-24379e7-20250214192353_1739561093132_0.027995360677435466","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5ad3373-20250217162812":{"name":"@shopify/hydrogen","version":"0.0.0-next-5ad3373-20250217162812","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5ad3373-20250217162812","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0e0fd4dbb9ecb9367eda4dba152391c968f7ed0f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5ad3373-20250217162812.tgz","fileCount":62,"integrity":"sha512-TuQYtiAtmxMl6k3sEARwHhRIIyDl0cwtJfz6fSvixOOlAfyIT/iTHFmUXhoGJWDtqiiirprYhYecYQkcgGt8Ug==","signatures":[{"sig":"MEYCIQCx5rPz906DR8LrlXUcaRUE7CIDJYtmYn1Ltil9DNYzCwIhAIqEFXZM89WYrG9wcxQ2Ny25r4G1p+XZtM75Dk3W8Eoa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5ad3373-20250217162812","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5ad3373397d5c62b32c86ef2225a988a160cedef","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5ad3373-20250217162812","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-5ad3373-20250217162812","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5ad3373-20250217162812_1739809753774_0.07948863379188231","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-61fdf0a-20250218130306":{"name":"@shopify/hydrogen","version":"0.0.0-next-61fdf0a-20250218130306","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-61fdf0a-20250218130306","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"dc77f2ada5e754d55b64a72a2087169c9a5e4daa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-61fdf0a-20250218130306.tgz","fileCount":62,"integrity":"sha512-6AURfs22v3mZW42Y7sb1lMtI1/V6hk+UL732P6yA/4XVFXbTEBm/SA+yKMg6MaclfuqjSsa0MCbQe9UmuBtq5Q==","signatures":[{"sig":"MEQCIDGQ68Czw86KpkuemBPUuxH7NUTZ6V7ed/mUCtuzTcZgAiBaifnkf1Goln/i6et+h7zjTPc1veN5GlOUjKLul+y1IQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-61fdf0a-20250218130306","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"61fdf0a58f0c69ea68fe95702f8130d67a521e84","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-61fdf0a-20250218130306","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-61fdf0a-20250218130306","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-61fdf0a-20250218130306_1739883847130_0.45256940573588844","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-fc9f7b4-20250218183048":{"name":"@shopify/hydrogen","version":"0.0.0-next-fc9f7b4-20250218183048","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fc9f7b4-20250218183048","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cd690f97dfb91af497aaa94fb5c0f0e85ca889a5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fc9f7b4-20250218183048.tgz","fileCount":62,"integrity":"sha512-NdPsXQqqtIabrhRBEACCRmrnwwh0oBMEeF1BGlhRL7TAa1wWL8/qRbW0vYd84U+pcC4QwDlnD0hz35MTjxH28w==","signatures":[{"sig":"MEYCIQCCAJR151r2bJBVJ4oqRihblieBAxdMShONb19vqbxNjgIhAMBD0YxCr4o7fIgbQi2Z3DyDarMbyabDbru2brL4a/Iz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-fc9f7b4-20250218183048","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fc9f7b442374a953a3a03567ca4a6289ea6838a2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-fc9f7b4-20250218183048","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-fc9f7b4-20250218183048","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fc9f7b4-20250218183048_1739903508686_0.44037252007165706","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-34bfd9b-20250219083431":{"name":"@shopify/hydrogen","version":"0.0.0-next-34bfd9b-20250219083431","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-34bfd9b-20250219083431","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b883d822dabd13c2872590ef630b6cf8189154e6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-34bfd9b-20250219083431.tgz","fileCount":62,"integrity":"sha512-bmw11HukP9bx2XxP8Lngc3r47WPGt4av97doM5QY8Xj7UZOpEBMZc06OnSQuR9/XS9f5f/2ZaUamQVNsJ7JTlQ==","signatures":[{"sig":"MEYCIQCjl1exoMRpaWPGrfKsf6A1pRTMXVMXbdvABbUqzxdKOAIhAMqaBLnhO8JpzoCUhYzSJcrhQj1ojqHWV9n5YfYUKuD7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-34bfd9b-20250219083431","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"34bfd9b9c52d951b031831cc4e379233996995c8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-34bfd9b-20250219083431","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-34bfd9b-20250219083431","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-34bfd9b-20250219083431_1739954132922_0.12689460547345854","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-4f284bd-20250219121428":{"name":"@shopify/hydrogen","version":"0.0.0-next-4f284bd-20250219121428","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4f284bd-20250219121428","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5258b4928094973b75199555d3e8bdc90bccea10","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4f284bd-20250219121428.tgz","fileCount":62,"integrity":"sha512-aPQ3kYB9LVQj+H7ZK5NxrgMX3zDz3JqY7+ynrLRL1eRX4FHXJMnAHXC9T04OTJDLPs/MUpF/HbzZtVCO+E99Tw==","signatures":[{"sig":"MEUCIQDQnnkFqgMSCr2bZ2oTEeUe/NzAwPTkNqDtYqbo6PtH6gIgQt2NgIGTr7uIaTcJH8duoZpOx4dgM55l3l3myuGNm78=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-4f284bd-20250219121428","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4f284bd939e1f9025263624c11daf9ddd908d1b5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4f284bd-20250219121428","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-4f284bd-20250219121428","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4f284bd-20250219121428_1739967327902_0.18244640404688917","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-91d2f07-20250219194311":{"name":"@shopify/hydrogen","version":"0.0.0-next-91d2f07-20250219194311","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-91d2f07-20250219194311","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"dc4ee4e708487eb8c505c9b13b4af69a0f72b825","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-91d2f07-20250219194311.tgz","fileCount":62,"integrity":"sha512-q7zOOm2Mb/qC/SdAR6e0qZSDnpQyNTtf1iuchspAfdZ1cu7yMil7KcGxYPn/uHd/KqWjdeROjfteWTcMfY0DqQ==","signatures":[{"sig":"MEUCIEvTmq3r8XjJ3xMokjCkxeiCZWcnmympUIglD4XItUX/AiEA5WT8xPoKO6FsHXy/p9QUCLkog6+iQSzrvecErBVu3u8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-91d2f07-20250219194311","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"91d2f07bf3577dcf15702aaf2e3e8d50fcfce990","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-91d2f07-20250219194311","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-91d2f07-20250219194311","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-91d2f07-20250219194311_1739994254574_0.8527988599084926","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-128dfcd-20250219200003":{"name":"@shopify/hydrogen","version":"0.0.0-next-128dfcd-20250219200003","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-128dfcd-20250219200003","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5e9664025b0dcab0ac7650c130718f5280a2814e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-128dfcd-20250219200003.tgz","fileCount":62,"integrity":"sha512-HHkRi/BOoffRwiydIbs30P8tXK/Yx23IxS1QMAEo1mD6jjPffIUtyyeviVCVwuLuU71K8NtTkSKBWhnw7h/3zw==","signatures":[{"sig":"MEUCIFkf4+1hgoeZU0wc48rwmJxV2aVYF+0k/K8Gkcu01MO5AiEAnzD4TsS3FdSPSzmgIB501YKNfCZBsEijsMdCQX93otM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-128dfcd-20250219200003","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"128dfcd6b254a7465d93be49d3bcbff5251e5ffc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-128dfcd-20250219200003","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-128dfcd-20250219200003","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-128dfcd-20250219200003_1739995264537_0.5244062137071648","host":"s3://npm-registry-packages-npm-production"}},"2025.1.2":{"name":"@shopify/hydrogen","version":"2025.1.2","license":"MIT","_id":"@shopify/hydrogen@2025.1.2","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e7995b62614aed00eae88d9f14a42bba7f55171c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.1.2.tgz","fileCount":62,"integrity":"sha512-a8EY0yZqkicYth1136BWA6Wcj+A/tfjjiFBNnFc+iiP9hoimwBNFtMvcFjkMYsUQLRC8gZi3f5EnNyVaawxYAA==","signatures":[{"sig":"MEUCIE1/V0RXjUkhj1QNGbtS+/CGkUEYHrWtgZgeDxJw8E07AiEAgBQXeAAyfzBT9eqcvG9T/ezayKBeVdqwXSlTUxP0RxA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5115310},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cd918ef9ea434db0e97e5158d05682db0922e19a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.1.2_1739996013219_0.7965049755319311","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b73713e-20250220200858":{"name":"@shopify/hydrogen","version":"0.0.0-next-b73713e-20250220200858","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b73713e-20250220200858","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"aa0a856c71eb46f724de29c51b8db47baba964b4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b73713e-20250220200858.tgz","fileCount":62,"integrity":"sha512-2cW5XXhKnBM74JW6QFl4Qi3umiKpjeka0Wa7bQ5CfAETxoYCme7Gf39pF+rf/zEwyti3BExKn22c3h24Ol/B4w==","signatures":[{"sig":"MEYCIQDFAPqOFwv+b+JkBO3Q63TnD5RhBNDA+Cv+KSHWnxaQUAIhAN+krN3JbpAFIk2dA8BLp+5BsULJ1Y3/s5Wo8c756L6h","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b73713e-20250220200858","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b73713ede45e1db4ac635e02eb6e3594ffb50d11","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b73713e-20250220200858","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-b73713e-20250220200858","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b73713e-20250220200858_1740082198433_0.37133778543296225","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e9310c6-20250220201442":{"name":"@shopify/hydrogen","version":"0.0.0-next-e9310c6-20250220201442","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e9310c6-20250220201442","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"1fb1ad34758195e824a82977c7cfb2d1abd5bcad","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e9310c6-20250220201442.tgz","fileCount":62,"integrity":"sha512-vrLRDmpIUoe6yosmNhzCcC9oGhJ3rKED4x8Xa2UjU+Jk0vdp4OYScDRksQ7K8lYAkTuGsAYjaofIhFFu5yn3bA==","signatures":[{"sig":"MEYCIQDDl7klOP4zC+N81F8283Lg9M5DN7w46cOvmlEMpQhojAIhALc2hRYZ4fM0Do9RqP51EAlTxSurBX564c5yI3oFX1h0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e9310c6-20250220201442","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e9310c614d97ff9f200ee3c228cdfea22905b703","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e9310c6-20250220201442","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-e9310c6-20250220201442","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e9310c6-20250220201442_1740082542906_0.2783849957114435","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-07cc4aa-20250226174642":{"name":"@shopify/hydrogen","version":"0.0.0-next-07cc4aa-20250226174642","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-07cc4aa-20250226174642","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"821c5b4257b9098e6464dc3a6650561f97c519c4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-07cc4aa-20250226174642.tgz","fileCount":62,"integrity":"sha512-SC/zsuRAoI2gVPLWKzcvGAzUAAxB+pJf9CvNZ5BHdDb21j6vgHLONxVpxzxNGB6kgfyeDeO9PMuHz1mWudTNxw==","signatures":[{"sig":"MEYCIQDI7U0MmIKSub0Y4f5FUDQ7Z7KDEfBwljW3UJQJonsNsgIhAOidYX57FwRo3DzhyXJgI9IKtc2ZYb0fNFCbnbCr5aN5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-07cc4aa-20250226174642","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"07cc4aaf1fa7ce95e695f7ebd5913d504ea47af9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-07cc4aa-20250226174642","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-07cc4aa-20250226174642","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-07cc4aa-20250226174642_1740592069209_0.22744476720875384","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e6e72e9-20250303100012":{"name":"@shopify/hydrogen","version":"0.0.0-next-e6e72e9-20250303100012","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e6e72e9-20250303100012","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"089646700d1916a0190e56bfe7075f7cdd99b13e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e6e72e9-20250303100012.tgz","fileCount":62,"integrity":"sha512-RlflYQ1wziYoxfkhzKWcGEF/N2TNyBe71KL9qhTHrwrN6Zs97FFQx0t35eds19VAb59i+danVvEfi1tRsqq4vw==","signatures":[{"sig":"MEQCIHz2Rv4V33gkRUhKKGgbUOqpL0+QKb67kHSEJ2mJxDF1AiBEJe2wFBVovfBDdcZLxJr5PHGL8aIBWPP7Rdx3XCsHyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e6e72e9-20250303100012","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e6e72e93044fae40d8da068ae3819eb6980103e3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e6e72e9-20250303100012","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-e6e72e9-20250303100012","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e6e72e9-20250303100012_1740996079113_0.1382752726001535","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3888c3e-20250311120954":{"name":"@shopify/hydrogen","version":"0.0.0-next-3888c3e-20250311120954","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3888c3e-20250311120954","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b2fca32f5999524336884051b453b63e33c89c60","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3888c3e-20250311120954.tgz","fileCount":62,"integrity":"sha512-lLOYYQWjh52+DF9C6QgBOcX5R1nU5RbjN4tif/sKytj2dvscJxI/J20pRNwPT2oIjDg1JyzsOlJ2ynUNcYvEjQ==","signatures":[{"sig":"MEUCIQC2OEAj7JOexh2XIZ0lCN4xJR8BWjBfgyU4wdjrXjBZywIgEw9dmQAvrkPBunMHITZsAkL1ZKp2O5RbYNAMg1hn+QA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3888c3e-20250311120954","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116024},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3888c3ef5d8507442dbf116da1629b5c367c335b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3888c3e-20250311120954","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-3888c3e-20250311120954","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3888c3e-20250311120954_1741695061490_0.8767217132545664","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-428e6d7-20250312114406":{"name":"@shopify/hydrogen","version":"0.0.0-next-428e6d7-20250312114406","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-428e6d7-20250312114406","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f38dc314869a93839a5c431c68d6a65db91e95e4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-428e6d7-20250312114406.tgz","fileCount":62,"integrity":"sha512-LiXRIvmP5bNKEvdrxi64/gwAXYtLN821dN/8m3qFrqQ4acTr4X0eLQjjoKSJCrP9gBDprj5oW/JGztACuyFcEA==","signatures":[{"sig":"MEYCIQD7ZSxNI78AWkAFWiqpQxsXS7yTwy0OI8g0FJa/oDHcmgIhAMAvp1cbG58zi0Dx3htje7zsTgyCGvf/YxwtA1MoSCWc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-428e6d7-20250312114406","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116061},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"428e6d7c77bc7e585e0d5317f125831bbad8c0ab","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-428e6d7-20250312114406","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-428e6d7-20250312114406","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-428e6d7-20250312114406_1741779914687_0.011045843411606748","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-516085e-20250314145008":{"name":"@shopify/hydrogen","version":"0.0.0-next-516085e-20250314145008","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-516085e-20250314145008","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ece7d2ce0f2d7f2c8f07d87f975f0c650ad87ed0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-516085e-20250314145008.tgz","fileCount":62,"integrity":"sha512-VISJ3G0S702m9RbXuvoONmNSy48K00H99AFVsUJd4/86EbLRFAaKuZH3URdzwvm4XYqPpd7VqU3gfpYEH7SUZg==","signatures":[{"sig":"MEUCIFg/gcE5kdXZmuuNSQoQfqLVmPVoqdFPnZb79Yoc/xrYAiEA7O55OzB44S1vg0mXP3fMlaujoo39gnbXE4CWigZkm3M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-516085e-20250314145008","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5116061},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"516085edb28baf55a33b14e1b01c52c6a6c45cbb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-516085e-20250314145008","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-516085e-20250314145008","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-516085e-20250314145008_1741963875333_0.5694671279667385","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250314181834":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250314181834","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250314181834","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9bfb7744816377d5435a3a7339afc5d2332bb57e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250314181834.tgz","fileCount":62,"integrity":"sha512-9o/EBhD6xE1+kS3Fv3utIgTAP5tRaTAxSZPj+fnCVueFcHrMnLxWgPZG5xzCzVKoLG441tT5Qypq0fE507C3ig==","signatures":[{"sig":"MEQCICYyx98fj47TCq2QSzX2N21ZsAom9ZLk2ScqhkD62waHAiB5JHd89TKDYJhY1MuAKQcXB+bRfQGxGXQfMMLnr+OnrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250314181834","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5258484},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"53c62e4019d823fbe32670ec95891294ea9a63e4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-snapshot-20250314181834","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250314181834_1741976380127_0.7397101070669674","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-bc81bbd-20250317152024":{"name":"@shopify/hydrogen","version":"0.0.0-next-bc81bbd-20250317152024","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bc81bbd-20250317152024","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"930f27c0d80e57cbdee3c321a41bf9ada36f455f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bc81bbd-20250317152024.tgz","fileCount":62,"integrity":"sha512-PybDLSHUUal+a5To8nD1cdw7cMxH0W0+vD71fLPSzNC2fhJrbW7M4zsJc5p/sD3ii45ok54pLCDZDkXde3MrtA==","signatures":[{"sig":"MEYCIQCk0HAyZbQ2mF6DRwJLTLwkrtafynFXHKElxmon0LCKrwIhALVGc8VjwdrWnqzyxXPAju8v+WNXX4k4QiIuxOj/S7cJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-bc81bbd-20250317152024","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5258768},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bc81bbdd33dc2bccf6d3535e0d89b13de1400e1a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bc81bbd-20250317152024","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-bc81bbd-20250317152024","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bc81bbd-20250317152024_1742224896279_0.8649117064492537","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250318154141":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250318154141","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250318154141","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"706b439396ed13cad40adcd5e50d45ab14aeca96","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250318154141.tgz","fileCount":62,"integrity":"sha512-pSKsrjLWkBxl6WJ2B42AWecq8tcG7lTxsIUt2Mq1Pr1EidBrMbVuLcp7t5/yZ5oKDH7QORD9mOB/iaMn8mtvKw==","signatures":[{"sig":"MEUCIQCnbMglooRvkN+RYOJb+mwRUp3VAU7RrZN4cXZKF6O2wQIgfvUaY+ko7sJSAppvxVG5a07kMbIhSclLgow95qvpVr4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250318154141","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5258390},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cc7d32cc801074c2507ab0cd1e6311dd25998a1a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250318154141","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-snapshot-20250318154141","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250318154141_1742312578523_0.41747791611381513","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-956e838-20250319152137":{"name":"@shopify/hydrogen","version":"0.0.0-next-956e838-20250319152137","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-956e838-20250319152137","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f26310e3e3c9b8a106e155c41aea34333e8aa03b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-956e838-20250319152137.tgz","fileCount":62,"integrity":"sha512-w69EXGg1StMgMiIAT6EN6mQXThIM5I/obUEK8Qud9jkArkbsIh/lH46XyIquO09lVqFosZPfVSsUmEr6OobOzA==","signatures":[{"sig":"MEYCIQCV9dDMQ8A9FpOJQoJJ5gDd8FIdWBE0EsKKhtmw7mDU0gIhAJzs07vBMhGfoMNFpM/KntwxybCdp5hQlkprZonFyZ90","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-956e838-20250319152137","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5258768},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"956e8385769f6a7fe6f0130f1b3bd463ca308214","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-956e838-20250319152137","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-956e838-20250319152137","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-956e838-20250319152137_1742397767862_0.6477983995012373","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-64a8ef2-20250319160240":{"name":"@shopify/hydrogen","version":"0.0.0-next-64a8ef2-20250319160240","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-64a8ef2-20250319160240","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"139c51b1f4b5b77cf87e93ddc3897e42c2671f7c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-64a8ef2-20250319160240.tgz","fileCount":62,"integrity":"sha512-HeIbO3wcLb/sju67XEQLEzVPfl+D39WbAgGWc0MMjrmxaDR67KKt9fMISLH3VSzo7OAgbHE/cv+3gmtWVNH4aw==","signatures":[{"sig":"MEUCIDJ23rLSqTR4q0tcjN37t+0z9oRNwDwRVq/7WnXhj7BtAiEAq2Zhkqilevt3bUfY92caBj9kJIECT4l7NacfVxU+U/Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-64a8ef2-20250319160240","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5258768},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"64a8ef2f2f9f822f302b3ebccb9d5d8affc40953","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-64a8ef2-20250319160240","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.15.3","@remix-run/react":"^2.15.3","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.15.3","@shopify/hydrogen-codegen":"0.0.0-next-64a8ef2-20250319160240","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-64a8ef2-20250319160240_1742400230054_0.11816894167976533","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250319224903":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250319224903","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250319224903","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"be689902e25f801fc2496fcf95a53b53257e9dba","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250319224903.tgz","fileCount":62,"integrity":"sha512-dDTdZMXYQQmh1O5888MES/sey91fn4qZgrCxm3yzi+2xfCZ1AlMSpUQ6swVSoPkbejwGnKT4gZDOvsyDk3MY/w==","signatures":[{"sig":"MEUCIEpJvCTdmEE8KqHlNMWe8aFyDOM7tAttVQajTaYxUl82AiEA8xVVYXfQ7UqZmel6e+p54nTqFWFBSO0XZqR+eZ1tUpQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250319224903","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5258390},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8f274ed673575a4a17cc21579fea1bac2298183f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250319224903","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-snapshot-20250319224903","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250319224903_1742424611404_0.8322699247154819","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250320155609":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250320155609","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250320155609","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"90d960b383d5d0561bf71b787b94b3382277b5a4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250320155609.tgz","fileCount":62,"integrity":"sha512-doZwr01M6yY3lB8wQZxVybO3TEUUAQ1wrz16H0/R5BdhHrS/L2++jkExFuFFcHJuJz2ibr0GqulRs1T6fB0BLA==","signatures":[{"sig":"MEUCIQCNisNgSHjATVu77uIEb2POBc1GiRYv8ztpfYG9kcYPxgIgNLe44tmmmcgQRPsXR3RF+fepWEfiv2uBN2wgOx6ihuY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250320155609","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5258390},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c565e40b33529fae8a8f7653ea493e4903f80660","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250320155609","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-snapshot-20250320155609","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250320155609_1742486236774_0.36390272022626724","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250320172256":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250320172256","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250320172256","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"3aa3954c6d71745438147b02f80e728d959ae1e8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250320172256.tgz","fileCount":62,"integrity":"sha512-3fnl31JMI6xiC1TVN/7Afe4/PvATBEFsjIP1EWthJvpwdWjR6zTntlHfZ9sC3Ggc6bzsFGRqsqOCk9tEOTPL8A==","signatures":[{"sig":"MEYCIQDS3jrROZcxqSB8XcyK1/yWgAZ3ZUDtfKAflYnCnXyObQIhAIc3zOsuUHLhNFG8y9smrmE7Bip+SLNQdBS8+lfDAXhI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250320172256","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5258390},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9938b6aac11068332d4f7b04571f345ba4fd96ea","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250320172256","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-snapshot-20250320172256","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250320172256_1742491444855_0.5807452664470563","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-0425e50-20250320214033":{"name":"@shopify/hydrogen","version":"0.0.0-next-0425e50-20250320214033","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0425e50-20250320214033","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"aa5220e50dcc0bff6005cad5b5eb967c8f58b5d2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0425e50-20250320214033.tgz","fileCount":62,"integrity":"sha512-4FWw0yjQOJHjrdHn43TitE5wdNRmCf4zE+oqFPDUPHCY9oC8Y8kncU8USqD2aQBUCb76C1/aFlcIVMP5RWZqwA==","signatures":[{"sig":"MEUCIEavhBjUfNg1NW6JtZhKEHctiTahiXDXz+E3OT6Po/QJAiEAyGRCL37jACcp0bLYQxeYCGVlTNmHVIU/MIsrEWHufUA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-0425e50-20250320214033","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5258670},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0425e50dafe2f42326cba67076e5fcea2905e885","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0425e50-20250320214033","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-0425e50-20250320214033","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0425e50-20250320214033_1742506905011_0.3299931980539552","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250321172553":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250321172553","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250321172553","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6193a4e3a5f2bc09f9dd42cafd6650ef46e90381","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250321172553.tgz","fileCount":65,"integrity":"sha512-D7MHC2+0AVprdCjq3TuR4Q7h3phsN4eaI/im5RDWmE2G3AcfQ0q2RUzNXDP40jRx2Jnx4A1zggGDaqCD1fuD/A==","signatures":[{"sig":"MEQCICJvZaXihwbg4oVbUUHWBctOmbZv5o8+c1bIEismdTdRAiATwKUqqHDqekc/b4NfYBlmubDUvoL1SpaIVDqVj4npbQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250321172553","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5287552},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fddb88dd93c565da3f5c9d05e279c8a30857adf6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250321172553","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-snapshot-20250321172553","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250321172553_1742578042997_0.5766791601221564","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250321203919":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250321203919","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250321203919","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"66ab9d919c24d807a2c76c724e8c6c0b243b4bd3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250321203919.tgz","fileCount":66,"integrity":"sha512-ge6NTAbYMrNJJhHUUMmjP0oQTyybdOM8lmLpdfQVB3QrEayN8ivQ636p7qYdqxb7hNYrw+07M1KQ82+MBnj/Xw==","signatures":[{"sig":"MEUCIQCaW64cCItl+v6N37oCWMYGJ2wtGj3T6zGoqFUPJvOeNAIgdtXgDsC7Svndz76UZg/eyC0ctouwVznfYG9pzoPmJY4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250321203919","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5295472},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5d5d50512c02bca1a44428efbc56741f7c47d406","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250321203919","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-snapshot-20250321203919","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250321203919_1742589646668_0.01839543804395527","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250321210338":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250321210338","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250321210338","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"865fb2964baf2a01b9cb227b9a2e4f073a72c376","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250321210338.tgz","fileCount":66,"integrity":"sha512-+ACVGuImrHj/ogsh3SON5Zj2z5xLF1Pi6HtA0HmUtGc+JQS9euD0++8Ia3sQ7ta0PfmU9RuXWWlL8hVwA7LMSg==","signatures":[{"sig":"MEYCIQCCyJFzOPo53WyZp6vxAFj5ebWUL5B/YOrZuTepW5i3VQIhALm4rU1TPLLZcAHFwY/u4+Bqf+C/Vo6yUI+FEZQJTBhA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250321210338","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284416},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5e9ac14ee5e74351445a04ee61d46d052adca2ca","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250321210338","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-snapshot-20250321210338","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250321210338_1742591105204_0.54592436128549","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-74ef1ba-20250324164124":{"name":"@shopify/hydrogen","version":"0.0.0-next-74ef1ba-20250324164124","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-74ef1ba-20250324164124","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8f33beab91fac38ed6679ca5ae64df8d8407e2b9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-74ef1ba-20250324164124.tgz","fileCount":66,"integrity":"sha512-8XkHZa/5StMU0gVUGFj98sYhDXZ38CnCedteevEQbrREk633wCZYPQdm06DZMVyYPchYrXa9nQhQ69YA932BCw==","signatures":[{"sig":"MEQCIDcuixKGdxr9LlUlunGWUYom3EuMR4gHeyN4dZ1xkUxSAiB5/L+JKK2lUkFCJrhUbCKFxo3u8aA+3MQfwpjgvL4m8w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-74ef1ba-20250324164124","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284696},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"74ef1ba7d41988350e9d2c81731c90381943d1f0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-74ef1ba-20250324164124","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-74ef1ba-20250324164124","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-74ef1ba-20250324164124_1742834563091_0.02497507796022891","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-74ef1ba-20250326212916":{"name":"@shopify/hydrogen","version":"0.0.0-next-74ef1ba-20250326212916","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-74ef1ba-20250326212916","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"3127574ae1cb0837c8186576b37a00fc4bb38c61","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-74ef1ba-20250326212916.tgz","fileCount":66,"integrity":"sha512-7SJvztU9hxxNhAuSrV1BFHE2inHkR6TcpuRtwF+ScBBz4aMRYPlyOZNPgzikWLr7rKOw1XLlCx/WdtM5QOFPDw==","signatures":[{"sig":"MEQCIFQIUAJjszY5mTxPS7cZxDRhGjuMnyXtNUKo/mrvhBpVAiAf+rmBXTjrn3cRCNCp26j2pHl2n20uucreS6MtdjLd/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-74ef1ba-20250326212916","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284696},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"74ef1ba7d41988350e9d2c81731c90381943d1f0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-74ef1ba-20250326212916","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-74ef1ba-20250326212916","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-74ef1ba-20250326212916_1743024633232_0.11143152200005368","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f0c481f-20250327162012":{"name":"@shopify/hydrogen","version":"0.0.0-next-f0c481f-20250327162012","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f0c481f-20250327162012","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0a9cfa80b6be9f9e1a481bd4eb486155ea894e26","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f0c481f-20250327162012.tgz","fileCount":66,"integrity":"sha512-VcrjcUmCJFE9/cSe4gSMYKZ0gb+1htyvd6o0ednv7VEhzTclRXO0wBYeBlYp5oiSp0ejHzXngVlHun3pj8ODmw==","signatures":[{"sig":"MEUCIGLGMaHcyIq0ftIHHt2VujCs7tWd9B+DTnvLO/NRNeqLAiEAxcDWaOPPktos7eQX/zo3zIjJd8QRzumKic6Of7RstUQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-f0c481f-20250327162012","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f0c481fd512bfd82588641be3469c8c57f69310c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f0c481f-20250327162012","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-f0c481f-20250327162012","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f0c481f-20250327162012_1743092491685_0.18163782961044705","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-67c211c-20250327172448":{"name":"@shopify/hydrogen","version":"0.0.0-next-67c211c-20250327172448","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-67c211c-20250327172448","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"59466c72757911dd79a4b447576fa40b112fc950","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-67c211c-20250327172448.tgz","fileCount":66,"integrity":"sha512-TvQBqwJXaayytAjIOGADanoY6310kKmLxh4u+qpbac262gnvXM948VLyCxUsKCH63OKmSfS1bH6Jmr4Omi1wdg==","signatures":[{"sig":"MEYCIQDbGqJl4MhO+TunR6tnjSvegU63Y52mAsHznBdCgOZI+gIhAJDqMoIZ23iai+16btaypfdHS2tu7RowQ85erxTRN1vS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-67c211c-20250327172448","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"67c211cb9181a2859a102f71af95d2844e667f3a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-67c211c-20250327172448","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-67c211c-20250327172448","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-67c211c-20250327172448_1743096366911_0.6542820877672264","host":"s3://npm-registry-packages-npm-production"}},"2025.1.3":{"name":"@shopify/hydrogen","version":"2025.1.3","license":"MIT","_id":"@shopify/hydrogen@2025.1.3","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f6586bf84ef9580a2195cad36aca95ede57546c5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.1.3.tgz","fileCount":66,"integrity":"sha512-7TpbAtJvm4tLP2rq7wylfBgd4++unBMYWEfPP5Lcu+z+MjIYi9jrYs8ydFiRR8YwfEzkOkuoN2REhrZt4nzrUg==","signatures":[{"sig":"MEQCIDNB4AGxM7FxgwXBd0GJ+O9WbTEB58kjvtehZ5xfuFk/AiAChBl+RjRrERDqhIN1bsjhy4OzVifnam37ZGtWpANW3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.1.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284618},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1bf1e33c11ea285c4b4bfda307c50a8d9c059e97","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.1.3_1743097785730_0.9660737853082004","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e7408fb-20250328101951":{"name":"@shopify/hydrogen","version":"0.0.0-next-e7408fb-20250328101951","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e7408fb-20250328101951","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e554056474faf3f637c607f2cbe41cc02b71b49a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e7408fb-20250328101951.tgz","fileCount":66,"integrity":"sha512-TWxB6SVREiBNXfvLNuuqt41FdBNXzXrtjn5H3ch4oCdfNhO1A2BCvKkqAIrGx9NMEnXfEbMlj6K8R+sk8LGUqQ==","signatures":[{"sig":"MEUCIGi9Pow3BJujvIvv//Qhvio/jF8xZm05D7PYsfBzaATPAiEAm4d579cWGn+Ev0iYupMLkBP+yCdfstOZCtqm34mee2c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e7408fb-20250328101951","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e7408fbde9a124f6d0c13a7cb75e458c5aee9563","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e7408fb-20250328101951","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-e7408fb-20250328101951","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e7408fb-20250328101951_1743157263216_0.03289371396217722","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b3fc64a-20250328110117":{"name":"@shopify/hydrogen","version":"0.0.0-next-b3fc64a-20250328110117","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b3fc64a-20250328110117","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e6c4f36f29bcca52b95115cfb50d2adad45147b8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b3fc64a-20250328110117.tgz","fileCount":66,"integrity":"sha512-Ol+f9FJcgmqpYZLk/ByxYRAfXuz/qFESWDOOZhC2cYtJjX3N6fe47mUtKlIDIaJr6ofkmRIe/VPYahRjGZmUwA==","signatures":[{"sig":"MEQCIHWRGhkN4Qw4rg+1NkGwK2xJo9Hi2KUBL6ySmmpdIzcsAiB9iJK6pg/HMMhpXVOh+0YSOiJceT27Gmz0i1+VZE43Ww==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b3fc64a-20250328110117","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b3fc64a2c9b91cecf993d34b3286a6af85729365","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b3fc64a-20250328110117","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-b3fc64a-20250328110117","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b3fc64a-20250328110117_1743159746340_0.308551304920593","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2a67760-20250328153802":{"name":"@shopify/hydrogen","version":"0.0.0-next-2a67760-20250328153802","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2a67760-20250328153802","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9481740e3d723839a566aaa811e9c79a5ea04000","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2a67760-20250328153802.tgz","fileCount":66,"integrity":"sha512-U2RQ0MYl3MI/l/T+9sYHjI4YNxbmKHHLIKmO8un5f4pUC4graXzJyUzZ5GxPD3hlc2lcyu76Cvgp9ilLceqJMw==","signatures":[{"sig":"MEUCIQDvWJKhkXES4VIvWvq/p6eowEL+AXwZeLDWVrtPzt2mngIgdVrbH7WDrWy0k7cZkJ37MziU3sIykvkjV9GAu8ApVjs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2a67760-20250328153802","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2a67760f597f37893024c49a20fcdc40b561f427","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2a67760-20250328153802","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-2a67760-20250328153802","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2a67760-20250328153802_1743176352813_0.8679059602342309","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250328180651":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250328180651","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250328180651","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f3a58b65aaa2757c2b5dbaca0da3da4c78bca213","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250328180651.tgz","fileCount":66,"integrity":"sha512-ETzUR6V5fmtZZute1f6t21CM6kHgrXMG2o4Se/nhoPJZz2fXat5UFEN5GbcPtMyDIROgpkAN446VxKjQDGJ3JA==","signatures":[{"sig":"MEUCIQDuA2bS0u5hmni+WFXBBCA7h8msZSl9Af+74vvywKltvAIgX+PN8dtwwxCMpJmowujfMJ93br/wsRC3F+VTw93EvyU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250328180651","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284811},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8e236579a96d0064ffddc2ecf387d7fe7b9c9a6b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250328180651_1743185280117_0.13824122319135435","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e35e73a-20250328181530":{"name":"@shopify/hydrogen","version":"0.0.0-next-e35e73a-20250328181530","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e35e73a-20250328181530","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"1743bf74d7ea94c25a902c46e71bb99b2c55a0da","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e35e73a-20250328181530.tgz","fileCount":66,"integrity":"sha512-SlupQd4BHQD4d65C6/bSsAd5gh5PPdFqGULIILVOnrADRBNL9s0P9tS3T821I8lX2aG7KaFIx8yHt5Cnf29bJw==","signatures":[{"sig":"MEUCIG4M4XI/DwKbqUEPB0b38J4np9sm7tUlePL1IZQxraPVAiEAg045S2pl6/CD7Fv9F7DLRaAxEC3ju0pgmhJ0y/P1Zms=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e35e73a-20250328181530","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e35e73ab77b65cf0785ced34f54e45e4b79e9f97","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e35e73a-20250328181530","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-e35e73a-20250328181530","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e35e73a-20250328181530_1743185800321_0.9211376543425054","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5621fe4-20250328183903":{"name":"@shopify/hydrogen","version":"0.0.0-next-5621fe4-20250328183903","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5621fe4-20250328183903","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ef601a12416949501424ecea4f700d78098c9667","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5621fe4-20250328183903.tgz","fileCount":66,"integrity":"sha512-afvfmA7+Un9Bbo+WA9oBbKZ9cM3WB26SoEwqYlFzJeQMwdM0k0jAR/KkWxa6e5k9eWL0CNOZEqSjy/D5NMLlGw==","signatures":[{"sig":"MEUCIDjiu676+Zn3hzdGCWnXE77dIDZ6BWtz+3MvskwC0fahAiEA5G0oW9FQEGjWzFlsL6SeH++Q/hH7PjeXOJ4S8R4e8ys=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5621fe4-20250328183903","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5621fe4b8b30b62bf1adffbf9d6c4376fe5f0f9b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5621fe4-20250328183903","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-5621fe4-20250328183903","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5621fe4-20250328183903_1743187213796_0.21599760842955362","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-45f873f-20250328215906":{"name":"@shopify/hydrogen","version":"0.0.0-next-45f873f-20250328215906","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-45f873f-20250328215906","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cb203ab2e01708790cd6b287374ac01944672ba5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-45f873f-20250328215906.tgz","fileCount":66,"integrity":"sha512-87JtdoFWkC5u778jlcqMrEyteg/zYSfBUYb+kub2cFXJQGQSS2XEdCsZjKZdsBOl/OQJHLb5QzSE8o5qlFIeTA==","signatures":[{"sig":"MEUCIA7y0wF8uBzr7bPagn88ombGzRHXxt7OoTqf34+8D3aYAiEApgG+B6VekFoXTFLepJNc5+UkTtKpJfuFpadjhxpaPnQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-45f873f-20250328215906","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"45f873f7949aed72d6bcb748739090180d8d90dd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-45f873f-20250328215906","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-45f873f-20250328215906","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-45f873f-20250328215906_1743199215755_0.6315488681102595","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-cd76a0d-20250328220425":{"name":"@shopify/hydrogen","version":"0.0.0-next-cd76a0d-20250328220425","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cd76a0d-20250328220425","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e011c2a0b786c41c065acc008d4d4078f41e0a8f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cd76a0d-20250328220425.tgz","fileCount":66,"integrity":"sha512-arqhyVH5bkYNWE/NpzPrfBU8aIiYA/k9hwaNLumxmLhvXy6wdbi76uA9GtGJ3Jo7+8S04cjyH28utIAXnRLAXw==","signatures":[{"sig":"MEYCIQDKXJh5BYyiybxuBb6oi8nQOhU2VlW2KADxb2k1c5hWWwIhAOktrT9ZUpG8d8ndY6wD8KKPbkY0N9FRJ1sBgHdueIoq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-cd76a0d-20250328220425","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cd76a0df1a585b9e3f6e615bc2cb67c39a3e7a76","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-cd76a0d-20250328220425","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-cd76a0d-20250328220425","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cd76a0d-20250328220425_1743199534802_0.9441271402710252","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250401110008":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250401110008","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250401110008","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7cf45f057f22cbb7866e20ed11164d0f4b1629f5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250401110008.tgz","fileCount":66,"integrity":"sha512-Lyg2R+NYAG4RI+g8UUAjq0DinWSyVqMWF57ZMhu1FRkuNkELwFqoupClF47xMGKiatdjsJje8i6j7TN8W5oZIA==","signatures":[{"sig":"MEUCIQC1xODwwwoQloe1x2iZIWDv762Tz1YeeBFFj0A13gtwrwIgAx/u695U7IJTkjRaAooc0efip7sU/loTkHJau1NbTcs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250401110008","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284811},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ff70392a857fd0b01a34f5f52ec3794d59729cfe","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250401110008_1743505277340_0.9209194156622849","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b543327-20250401171300":{"name":"@shopify/hydrogen","version":"0.0.0-next-b543327-20250401171300","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b543327-20250401171300","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9dcfd0d449735f38c73c4a89223cfcd55bd1442b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b543327-20250401171300.tgz","fileCount":66,"integrity":"sha512-dTCWEPXiw+IRIYlsxsHHlC3zRQXHdhysuJIdxMCONMKR3zzljbzBS5vnKqt1kC5jpUhkkzJ64u4ljD6AdCeL+A==","signatures":[{"sig":"MEQCIErv+Lv7Cm43uEu4cLvSAtZ4yOg1AlNDlgv+ZcUlr0P+AiAobT7ZWUp2EFBR8ohAeir7aIJuuktgFuBJFwCZEy0d1A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b543327-20250401171300","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b543327cdf8a98b24cdfdd83d5b0f8c47f173211","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b543327-20250401171300","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-b543327-20250401171300","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b543327-20250401171300_1743527649521_0.21052787541420948","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250401182347":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250401182347","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250401182347","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4cfa016bb5681451769a396bf2239ffa975d3cad","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250401182347.tgz","fileCount":66,"integrity":"sha512-cdSrNbH0OPtFkbzmOSEfdRvpdYhP8SYfPIDaJ9QXq4SSLREnnpRaaYbv6ma/Ku2q2QXYAJsD22LWLmwl6KPxtA==","signatures":[{"sig":"MEMCIGPa3QwnH5rTKurbYNEZ9sGFCP8ONsMwiq/LT9xH1ZBlAh9tjImxZ4Ta4nB0QTTCgC2uwMOGtfCrf0hnXBuKjEKH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250401182347","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284811},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"954c254361325a6e2d05081fd70a9f393d526ef4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250401182347_1743531899554_0.3872177020542411","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-92b3d0c-20250403193059":{"name":"@shopify/hydrogen","version":"0.0.0-next-92b3d0c-20250403193059","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-92b3d0c-20250403193059","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"eba64308736b04a74e381fcd3f66955b82ccd16d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-92b3d0c-20250403193059.tgz","fileCount":66,"integrity":"sha512-CY4CKymWW2sR8NdJbcD8SQWISxTVpHCq3qG4cFRX7hwSxWSunItqSiDf4LqALurcPs5apUwiMkKkipX3zaJ7+w==","signatures":[{"sig":"MEUCID99BQ4lOP2F/QpCs6hjqnm2ZeLAgsdLZFBDzM0kuv1wAiEAzaz4DRuPFwZv8sZ5BdoYJCzmI6sPwkq1YSlYAIYCpVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-92b3d0c-20250403193059","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"92b3d0c4443363648053e720420c82a8484695cf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-92b3d0c-20250403193059","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-92b3d0c-20250403193059","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-92b3d0c-20250403193059_1743708739164_0.5156330510540905","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250404161925":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250404161925","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250404161925","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0180506090c621f52f0aea344535157f35febd04","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250404161925.tgz","fileCount":66,"integrity":"sha512-r05bdJx1kvy5JEJur7sqSEOpQcVsvT4v62vO/kDrNCMRbcHtDzBZaNrqLwJc36JVSA548UnzsjmVIpA/0FHhSQ==","signatures":[{"sig":"MEYCIQCGJxfGJgVbJPfJ6BVxZ4x0QI2klONrS3sNiG+A1d8adwIhAMfzSkAGFzGrRgsYrM2tWYgHEgW1pO5Wu7KES/MieWcw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250404161925","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284811},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cd151a6151039c458cd30aa88e44f7c30929bb6e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250404161925_1743783635794_0.9227632467740585","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250404162914":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250404162914","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250404162914","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ee5c35e77d032d5e76ffc27153ce23cc2446b048","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250404162914.tgz","fileCount":66,"integrity":"sha512-OrrEpX0rW0SYEpHYKjGfP+FTvRSWIDqO8ld1kDt3n2tCHY88YFQ0GMU6Mrjs2wAm/ufAFkkJGwCBB4RARWNcvQ==","signatures":[{"sig":"MEQCICPhD67vYskc4xFXEMlT89qmMLy92F+ofCVNgN8jmuKtAiAi6vW5zICV8O3ja0xOEEVfBnnH00WzwuLHnAWvJBXPHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250404162914","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284811},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"62d8c91bbefdd3f150a0d34546b3096b70411490","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250404162914_1743784234380_0.31055385532426816","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250408190305":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250408190305","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250408190305","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"bb1461a852a2f81109d5f8d010ae1cce6dbe8d8b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250408190305.tgz","fileCount":66,"integrity":"sha512-wWa1+HqJQ9DeFW1absM2yVsJwmNyXdHKOSi/y1XUqI4yO2WdTPyKUzj30Mt8wGN+1DJt9JE/cNka8Q62OZ8Ivw==","signatures":[{"sig":"MEUCIDsKe3fCBul3Hq8c15ddkXcyZHFs7k5NMWv8dCkO7Jj0AiEAveQjFbI/Hc8FSO7jI13vzoYX6TB74RDxBMNbHi9ffTE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250408190305","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284811},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0f1c5159a5a91dfd7a6f32ed9a55fceb0a1c2057","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250408190305_1744139058816_0.9858617242896692","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2333e83-20250408201859":{"name":"@shopify/hydrogen","version":"0.0.0-next-2333e83-20250408201859","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2333e83-20250408201859","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d06551aa67cf61bdacb0e4571a338b9545047a50","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2333e83-20250408201859.tgz","fileCount":66,"integrity":"sha512-+uwj9UWv7tm/V+3v8fRAfM4+a/E1/oZXS0qbdJwdDewsHWlD/O1FH8fwz/kS/081ZEAMo5Zp5VCq9n4fCPuuAA==","signatures":[{"sig":"MEUCIQCqtEhTak0uupFPinPwC+SEKouUz12LKgMrWdETHpNt6gIgCb4iJdoS6Yp7pxVkIUV0P/o4tSltVa0FAqP99ecWBaU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2333e83-20250408201859","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5285336},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2333e83f25e13c2d32d4c08de52f55bd42dffacb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2333e83-20250408201859","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-2333e83-20250408201859","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2333e83-20250408201859_1744143610169_0.980657845037123","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-642bde4-20250408212203":{"name":"@shopify/hydrogen","version":"0.0.0-next-642bde4-20250408212203","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-642bde4-20250408212203","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4460890c85e7a32a2c25fdd8f17adcf33e34759f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-642bde4-20250408212203.tgz","fileCount":66,"integrity":"sha512-7CkKUZWWl2WGd8nt25v4jaU5sFxxW+9+dFxIad3O98Ah3FGeUizrooUgu9nGyObJbtaRYAQkI9CKKEIOUQ2xeQ==","signatures":[{"sig":"MEYCIQD1+gMIx+gAaMPYKWbPlbp81qCTBPpWfJ4mjOHqEQHZFAIhAI9QBbm5rqS7cN9T/USfcyO2GhsoJoXrrU/jBMNrgw1t","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-642bde4-20250408212203","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5294796},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"642bde4f3df11511e125b013abd977618da25692","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-642bde4-20250408212203","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-642bde4-20250408212203","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-642bde4-20250408212203_1744147395153_0.8084137055146392","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250408212515":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250408212515","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250408212515","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4db45c16fd125dd618372f198928119581ac8f7e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250408212515.tgz","fileCount":66,"integrity":"sha512-rLyHZOOgbw2XhRzE7JcbJJcMuxwU7YmKJfpfDJ3JGHSsUYNY7BHdlQN625AyEx1r4g2cala8zw4l//5zq2p+mg==","signatures":[{"sig":"MEUCIQDMUKdbpgInRARFq65BFgWdiJ01TQnHaaqdYiOO3+ghFQIgPx/FwIqasWm1M9pD03VFgWGJg4eu8bORdCezYC1y77s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250408212515","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284972},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bcc6ef8ac427cb6d800b4c5bea7d984ccccc071e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250408212515_1744147584534_0.44596049398945636","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250408225709":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250408225709","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250408225709","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"968873b8beb122f8829733f248242adaa324e9f6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250408225709.tgz","fileCount":66,"integrity":"sha512-+k968uZTxdrMT8eV8FxCmOWdU69w8/eZTcUeTuYr59xhBCCfwoeV5yYJPk/l3nipcmYbvlJdtmL0U+k6O8TEqQ==","signatures":[{"sig":"MEQCIEqLc2z+/TFjb0BWhdPEWvXiHGy1iOIDGhBPpGUVBUbxAiAQ/8H5b3LRvUygsUXl9wRe5KGkThHrYVuTJvXd+c3yvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250408225709","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284811},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d8942d76c5118862a473d243f05289b9356e0da1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250408225709_1744153103031_0.9957924324862948","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-366119f-20250409150351":{"name":"@shopify/hydrogen","version":"0.0.0-next-366119f-20250409150351","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-366119f-20250409150351","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"74de7da8bce61f994324fc8db192dde96756e44b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-366119f-20250409150351.tgz","fileCount":66,"integrity":"sha512-jBQym05aHTsnOnyL0PcpONAfj39LoM4jiyNSQrYMx5DpVtIUfvWyJOFCvyzitZwozy8cpl54YCUfGCKLbVhPYw==","signatures":[{"sig":"MEUCIBzeCod3Z9BfbbKqXOAjykOB/jZIdO5Por1QRTA0OWb7AiEA0qzO+XnBXyjcir887om4jMN8nWjfM7lQA81iFTSGNwQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-366119f-20250409150351","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5294796},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"366119f5d492f9d3e04df39392b35f343573bbd9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-366119f-20250409150351","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-366119f-20250409150351","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-366119f-20250409150351_1744211101153_0.8511742256577091","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-bc6be29-20250410142419":{"name":"@shopify/hydrogen","version":"0.0.0-next-bc6be29-20250410142419","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bc6be29-20250410142419","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"323f0c62ce76412a8a2c3d30187b5783605b907a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bc6be29-20250410142419.tgz","fileCount":66,"integrity":"sha512-UGeAJ+DPtSyL3+Zz0Gkce25EAsSr1K5hGk/jZpJ147ozgNW22i0XAoB0bIaK8EdnYEjzGCSDWbDxtfeAE7sY2g==","signatures":[{"sig":"MEUCIQD8YlvJ55p57XAsAgyNt3RtJOcpbMfLzFQUx3G4VGODiAIgbTcPb20iFp8v/HkI/akbO7B8QfQO77MTD7BhKr3BXNY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-bc6be29-20250410142419","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5294796},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bc6be29eb460426161de0ec2dd2601b74329d826","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bc6be29-20250410142419","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-bc6be29-20250410142419","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bc6be29-20250410142419_1744295129244_0.15303106886498008","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3d071a1-20250411170529":{"name":"@shopify/hydrogen","version":"0.0.0-next-3d071a1-20250411170529","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3d071a1-20250411170529","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"282af5bf544a89b2ff6ca27d139a57f9aae923e0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3d071a1-20250411170529.tgz","fileCount":66,"integrity":"sha512-rEbAUQqlvJwFMsToSfZhmBYx2+r19kxpuNWf2tLNFFZ0dHY1GSRoGrzYEnTQBPAb7bI/8TA163IlkNp2+VpcmQ==","signatures":[{"sig":"MEQCIF3/8ZydyPDnE1bsJ30ajVDGxynZBNBIdbX2Q/L03kTJAiBpcS9zLehhWMjXxC6oG2in5T2gJHamjD+8HiwLHF7L/g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3d071a1-20250411170529","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5294796},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3d071a1a21051d4534e81dddc1a02e300785f5f2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3d071a1-20250411170529","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-3d071a1-20250411170529","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3d071a1-20250411170529_1744391203384_0.35946062787602107","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-a63c3ba-20250411203227":{"name":"@shopify/hydrogen","version":"0.0.0-next-a63c3ba-20250411203227","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a63c3ba-20250411203227","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2fb2cfecb30f75532b57747194ed3f3603daee42","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a63c3ba-20250411203227.tgz","fileCount":66,"integrity":"sha512-niHxctmKouvX/PVmD2wEptmwSyC8fhRK8e03S1aM2hGxLhYty1bN+oPZOWonXren5T/Ng1mx4OK8RWAZ2/G48A==","signatures":[{"sig":"MEUCIGlQrlfftFHXbsSOByxoCPKOKI0XOfLTfXa3rPR/4UUNAiEA4vfncE78TZC6N4QrJ3JO6ll6GShAM98OQyKvS3UCMS0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-a63c3ba-20250411203227","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5294796},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a63c3ba1cc2b96f392376a81ccf9c8630a8675d2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a63c3ba-20250411203227","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-a63c3ba-20250411203227","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a63c3ba-20250411203227_1744403616703_0.2337312488392873","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-18483c6-20250411203302":{"name":"@shopify/hydrogen","version":"0.0.0-next-18483c6-20250411203302","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-18483c6-20250411203302","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"522de4b148b017f2f100af18c3f2512cabf91f33","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-18483c6-20250411203302.tgz","fileCount":66,"integrity":"sha512-FkL1LC889wAZ+1igNzQ9tBTXKbc8qD0bJMui92upcvpol8JQksVwbFDzZx5yz6oU6wP1SunYPNkCQLrD7hDp+g==","signatures":[{"sig":"MEYCIQCOuFOycks0yaj5TXYShwp6EGWN3uHUeD2vqMps9PbRPgIhAOgHfzxkQJQKC+wwFn4bXSxawFje5LsmMhwm9vXcUtJj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-18483c6-20250411203302","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5294796},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"18483c6ee9a3e0e6a50adbfa1f0f55ceda70ac02","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-18483c6-20250411203302","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-18483c6-20250411203302","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-18483c6-20250411203302_1744403655892_0.7063079520434186","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6a4967c-20250414143051":{"name":"@shopify/hydrogen","version":"0.0.0-next-6a4967c-20250414143051","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6a4967c-20250414143051","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"342d422bb893c491f0479102928b757817abcc29","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6a4967c-20250414143051.tgz","fileCount":66,"integrity":"sha512-zfMlW+k6WKBTbHfQAmunrGgOyknzhLxuxjREaAARDyNjd2pJXcYtuE3E4fC47FhIjeG/fA6PJGkbfiSSsJNuvg==","signatures":[{"sig":"MEQCIHPQJTUKRBF/683h8TGbXZLe/r9pa4+AN8kokXXl+mVpAiBvA9iVRc0rkPD2XRNo2p5zbGFE2C46n3RTl2ekZ6eBtg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-6a4967c-20250414143051","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5294796},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6a4967c38fd23d8d943595bff12a2fe8243296fa","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6a4967c-20250414143051","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-6a4967c-20250414143051","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6a4967c-20250414143051_1744641124704_0.6459271030200271","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2aff369-20250414143133":{"name":"@shopify/hydrogen","version":"0.0.0-next-2aff369-20250414143133","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2aff369-20250414143133","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7d7074272b2aef5a649bc65f59accb58e2e78c56","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2aff369-20250414143133.tgz","fileCount":66,"integrity":"sha512-7bpLMFSEYRGiI0CiZvDVZtknmE0foUMIjgD/6kBdzj77g2jebRTQ1pe1exqsxB9B3+q8z9IlPH7UPi6lUE2dmA==","signatures":[{"sig":"MEUCIFs+VSCFB4eWU44WIgEcGw8LrxXvrBGaCOQNMW+jtbNbAiEAhfBSR28AfHHX57jSmLzPUJ9d9GR/B1kQFYa7E1T8ISU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2aff369-20250414143133","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5294796},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2aff3697943dac66189ab1e58d0ffabe170f83ac","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2aff369-20250414143133","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-2aff369-20250414143133","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2aff369-20250414143133_1744641163407_0.11513854197888018","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250414204700":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250414204700","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250414204700","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"97bf38f91b067a1b523d8771a6fcdebe3cb2fec0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250414204700.tgz","fileCount":66,"integrity":"sha512-HfJdul3QZUtx9+ST1nzZ5pUr468hNqsb/j7YzFu5flGpxzsFRANifah4PUaGdreKQBoBruvkyZ0Cn6daIDXI0w==","signatures":[{"sig":"MEYCIQCG4624Ebq2MNptf9Vh4FTvT0KJyc9JvvuZMZ/iBLtPxgIhALQCRA/qdAyCY7T2WR8DdRkTIjYoiGd84Hq+lkGmlKDD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250414204700","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5284811},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7409f461064e6472410cc889ceab7a263302fbac","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250414204700_1744663694074_0.45055018329931973","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250415170037":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250415170037","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250415170037","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"509b6b8e6df5f7d5d9991458d872d79eea16403c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250415170037.tgz","fileCount":66,"integrity":"sha512-x87KtPtlmfLo6x0kljalSWUu0+aIQidy2TBPaLgxW0FGnILgH49hJER/ETiK1DEfksAIlFjNNsT6vUNxMFqwjQ==","signatures":[{"sig":"MEYCIQD4nPUQw4rkexpYPNoozWVhx4ZWS8kPnjGjstYFqUFFYwIhAPWOlRDUiL003rslhRhJ0oDWGHQce7SL4Mrb6R5AyxAD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250415170037","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5294271},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0b6a4b38b8a67cc06a6e5ef638eac4816912d082","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250415170037_1744736522464_0.31035327906794286","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e7db0a5-20250415194558":{"name":"@shopify/hydrogen","version":"0.0.0-next-e7db0a5-20250415194558","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e7db0a5-20250415194558","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"daa85c119fc0001a13740ef66fa9036cb7d97d9c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e7db0a5-20250415194558.tgz","fileCount":66,"integrity":"sha512-MsATmPNdMxSyjXaPXbwgrxwH8z9uhvewxx1RcrIxWgB17hNVhv2ypLC5GvDfoTEcmdxbgCxY15rN5a0KEcR55w==","signatures":[{"sig":"MEUCIQDYBjZKTdtDVHhS6oPR7oEs55WfN+sMFpyhneie1VeXIgIgeaRXyiqHccef6bQd8o0746fqB3iiZtF6Q8Pqm4IHvZM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e7db0a5-20250415194558","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5294796},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e7db0a546cc432c365f04296895cdd5b71e123d0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e7db0a5-20250415194558","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-e7db0a5-20250415194558","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e7db0a5-20250415194558_1744746437294_0.17495170193572518","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-61ddf92-20250416163850":{"name":"@shopify/hydrogen","version":"0.0.0-next-61ddf92-20250416163850","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-61ddf92-20250416163850","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a3ec6d3bab0bcea5544131e3d82ac2e5376900ae","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-61ddf92-20250416163850.tgz","fileCount":66,"integrity":"sha512-/XYVxG+rKxsI+CLELHyR7P0eT1s1crIPXw8TmDr+fmN/JscoD/zZytTPzXIk6DTr285svA5+6dQQSNlXZgMIyQ==","signatures":[{"sig":"MEUCIDH2uELMlKSnVA9e8hz+W/8yErjV4HcpVmuZQOIOKkkzAiEAsZM7PFyXdoq99Obi776+zLelpqnfGCCuAtBkeq60xI0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-61ddf92-20250416163850","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5399994},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"61ddf92487524b3c04632ae2cfdaa2869a3ae02c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-61ddf92-20250416163850","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-61ddf92-20250416163850","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-61ddf92-20250416163850_1744821607229_0.9901062270719054","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250422154427":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250422154427","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250422154427","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"31a09752eb161f6dce3bc0e944e2d8d80384eee7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250422154427.tgz","fileCount":65,"integrity":"sha512-q/3ySoF3bg0Yq8gz1FNkv78lRZkCdbDJ723svw723D5wFF6G1aWK/WdF1hcoSCHNLKmstkesYYXLranD8cJ5dA==","signatures":[{"sig":"MEQCIEmx9hBYoYbNd0b9/HGI6tgB8BJ4LimZRQLnj5XZbH/RAiAbxYNsr6vE+CVsirFXptO0rBid+HgId67nI8OfZS5oOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250422154427","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5397307},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"187eff5891a51d6b8129309f0333e922f6b13c0e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"^7.0.0","@react-router/dev":"^7.0.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"^7.0.0","@react-router/dev":"^7.0.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250422154427_1745336751574_0.7825913905443678","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d1bc804-20250422182244":{"name":"@shopify/hydrogen","version":"0.0.0-next-d1bc804-20250422182244","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d1bc804-20250422182244","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"3c7782a76933113d0b47a9562c3cbf7c52ca8ef8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d1bc804-20250422182244.tgz","fileCount":66,"integrity":"sha512-GlfZ1HWObrQuZGULbIVH/MhfjP/owvGPO45jREtOMQcjQ0HSk860nsXG39hWsfcUTw/RgFHvRoqBI44x0WVJYA==","signatures":[{"sig":"MEUCICfdzAxDhFHgOTvMjztzkHs1tFQDqo3jwV7qYt6Yj8OtAiEA8vIYCxqclR86JRW0F3q+2iGoHnB5idaGwb6Yd1BoVuE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d1bc804-20250422182244","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5399994},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d1bc804efee2b9cab501938628a545cbf635c5bd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d1bc804-20250422182244","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-d1bc804-20250422182244","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d1bc804-20250422182244_1745346248594_0.4140949067695736","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-60a1eb1-20250423095037":{"name":"@shopify/hydrogen","version":"0.0.0-next-60a1eb1-20250423095037","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-60a1eb1-20250423095037","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4e0513797809ecbca6a3ae0553eaa981a7ac1a1e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-60a1eb1-20250423095037.tgz","fileCount":66,"integrity":"sha512-aK2c6KcrjCX2ZB7VRZrs9EoN2gFoMMVg/228wZw+l4b/DsMmvU64Ke3el/BzcNiM8OmBZucubwWefaxTh5pRig==","signatures":[{"sig":"MEYCIQD4SW4atMR/Gzg6vRP0k7hW8bLHDy0iMjp2IaptYGW7KwIhAM8gY5I8eL4diZ3cKGIYwHnNrJiFZoAhOYYQLHZjv4pe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-60a1eb1-20250423095037","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5399994},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"60a1eb1959b73b1500c13541de6e5d47df3c5985","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-60a1eb1-20250423095037","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-60a1eb1-20250423095037","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-60a1eb1-20250423095037_1745401917125_0.08470755233478333","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250423113549":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250423113549","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250423113549","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"48a34b7f4d1896661afb4cd872d73ced5c9691b8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250423113549.tgz","fileCount":66,"integrity":"sha512-X0kDqwi6/NPKPWN2xSnVhta87Q7ZBt+6Tv0V10jYRWQ0l9pUgo3PZi9gtPODzT/M8W3aEt91jvs0JU8fdulZdg==","signatures":[{"sig":"MEUCIQCkglanXcFkeeTBo0ZAGYRgg7nIP0JKr+KKk3P9R+cg0AIga4n++WzsJ+EEbbGlau7PZ2sptdh802YHus9h8pupNP4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250423113549","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5399469},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b90e1c05413cd7ceacc6a7c28d7e2d471ff801f3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250423113549_1745408231348_0.1847201486281067","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-62dc2f3-20250423135236":{"name":"@shopify/hydrogen","version":"0.0.0-next-62dc2f3-20250423135236","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-62dc2f3-20250423135236","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"48aa63902b70d5e76f8e97141e402bca39202f03","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-62dc2f3-20250423135236.tgz","fileCount":66,"integrity":"sha512-DQpnnE/VR8GLyryr/FL7m8S66N6qvz8VgrGgiL7JLDS80+jIbmXhkPzCe5s2hT2+w1LQ0t8G3hnTTZ2WILu6Sg==","signatures":[{"sig":"MEYCIQDh8k1lgg/8HwBw5Ry5viiaEOtsjTwPciBJf7Tcgdy1MAIhAOXt8F8VJTZZ9XAEw6vvhQF8qoj1tIrpNFRCiDx+ly/+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-62dc2f3-20250423135236","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5399994},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"62dc2f367bc73d4f402b96213de9e2f933d0441c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-62dc2f3-20250423135236","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-62dc2f3-20250423135236","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-62dc2f3-20250423135236_1745416436132_0.7721617009106023","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-eeffb74-20250423144226":{"name":"@shopify/hydrogen","version":"0.0.0-next-eeffb74-20250423144226","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-eeffb74-20250423144226","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ccd9970baa93b73c7487da68f9817d768a649275","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-eeffb74-20250423144226.tgz","fileCount":66,"integrity":"sha512-jDYe83sOd4k5TBhB/oACnBXtgz8Dv9fdbzlM/8PNjYpYTPdnOEmxza8mOxfx1tTw8+TwBkBWoXnrz1w/L/rrXw==","signatures":[{"sig":"MEQCID6unqTzfyn7bnl30hxklrhMvqxrq2p1fUXT+p/MIpZZAiAu/o+yfujm3lhMOXJqf+jv89claxqLNLEfHkjYyXIpIg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-eeffb74-20250423144226","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5399994},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"eeffb748ee428b42bf1ebae35403aa00ad7807b5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-eeffb74-20250423144226","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-eeffb74-20250423144226","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-eeffb74-20250423144226_1745419426489_0.2503233954344757","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e725808-20250424100023":{"name":"@shopify/hydrogen","version":"0.0.0-next-e725808-20250424100023","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e725808-20250424100023","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0b18402f702de846bc2b4861b84274ccf6c32cce","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e725808-20250424100023.tgz","fileCount":66,"integrity":"sha512-ohIzVC6Hzkgp92R1hOzRN0CuJBtTHiR4Yo9Y2bX2pQpn10tPaOp5gN9mLlcOurBxADnFZrJEVhnZMIDgd7aBXA==","signatures":[{"sig":"MEYCIQCW9Y2PapDRO/H/yYSunHww4Lwt3bx8Xo89OgPIdA7K7QIhANAEV2eseW9mfiXAig/KcJFEFlUdzjIOfX3+pKbPVKTa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e725808-20250424100023","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5399994},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e72580831c4dd0aec3e977351366d199b4857980","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e725808-20250424100023","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-e725808-20250424100023","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e725808-20250424100023_1745488901143_0.11162156794722389","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2529b8c-20250424154057":{"name":"@shopify/hydrogen","version":"0.0.0-next-2529b8c-20250424154057","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2529b8c-20250424154057","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f674aabb3c983aa8f5fdcffebc25aeb886e1e323","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2529b8c-20250424154057.tgz","fileCount":66,"integrity":"sha512-G622TsHzPmyb9vw4r1inHTaPhDfx59cmudu0hmlLdpgYz3llnm6M3LNaemLTSRD2xNDL4Qdds/5ljSVvdgJOCw==","signatures":[{"sig":"MEUCIQCZspeVkvdXjIac3pd29d/csr93dPrN5dZFxsuoK2++MwIgf1DzrCgDpR05ExZVphb6bQjE12gxWGeG1qK0PgpcP/w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2529b8c-20250424154057","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5399994},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2529b8c128ea0b203efdd08d642d4ad07e93be49","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2529b8c-20250424154057","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-2529b8c-20250424154057","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2529b8c-20250424154057_1745509336904_0.8684934629963901","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f80f3bc-20250424191528":{"name":"@shopify/hydrogen","version":"0.0.0-next-f80f3bc-20250424191528","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f80f3bc-20250424191528","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"180ced2ca6c7f857314f6bbe713ff61aaba2708a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f80f3bc-20250424191528.tgz","fileCount":66,"integrity":"sha512-Ns1ZdQ6rjVV1n7HJ6vMM1mix9tjvb89aI1jcsro8fc3fhtDOvK+ycLzPrphB4ZJp5ZMJc+MJD5s+3RJOjcLHNA==","signatures":[{"sig":"MEUCIH+F+F/3kqOWCoB/y9fv2cltGJGsstYb58mSAfd3eBA8AiEAhajd8mjIqOsPaqCzNc+qVrKFsOHXiRjM6OZhJbNriJI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-f80f3bc-20250424191528","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f80f3bc7239b3ee6641cb468a17e15c77bb7815b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f80f3bc-20250424191528","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-f80f3bc-20250424191528","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f80f3bc-20250424191528_1745522209226_0.4525589939887591","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-bb04693-20250424223700":{"name":"@shopify/hydrogen","version":"0.0.0-next-bb04693-20250424223700","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bb04693-20250424223700","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4b71801422523c6c2fa6a3c12989ce5a4ee3c249","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bb04693-20250424223700.tgz","fileCount":66,"integrity":"sha512-dUTwwiRO5C/9IVXr1K5pIPSbVmgZdHQ0QQimwFpC1v5xKjRJFxUunKeS2U5mOuquRhIEniZwq1bDXLiY3qD4tQ==","signatures":[{"sig":"MEUCIHHzUil4M/ZtVZZ9qztUUgPJHEoAafr6gXnCmP03facnAiEA7p4UNaR8SBJoo8eyPSLYy3CgIY/c/741RE9dxD3mn2g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-bb04693-20250424223700","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bb04693ef039b7f68b782011f79f91773819c3e4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bb04693-20250424223700","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-bb04693-20250424223700","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bb04693-20250424223700_1745534300942_0.3752638653578544","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250425160142":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250425160142","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250425160142","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"659156a475ec8872ef3ac9d73019971766db1a4d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250425160142.tgz","fileCount":65,"integrity":"sha512-bPHtUYmX9prSSeE2onGZDcuSjfAKsyOi02elqHgbaT/tgGu92ZTXBFuFgKlfTJ6AmL0N6FJfr5w3XmhvDJZndg==","signatures":[{"sig":"MEYCIQD6tYezWEckzHmUBWg+sIL16uACF5NO1EYmTy+hgX2eVQIhAPZRY50EOh3T5CK87X6O1boHbMbE1UToCpvRYKK2kBeG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250425160142","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5404463},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b93e8d84964163ed605bd5f16f5b440195e32099","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"^7.0.0","@react-router/dev":"^7.0.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"^7.0.0","@react-router/dev":"^7.0.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250425160142_1745596984594_0.706104473417871","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f639f8a-20250428165613":{"name":"@shopify/hydrogen","version":"0.0.0-next-f639f8a-20250428165613","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f639f8a-20250428165613","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c0f3979af1602b538b72d9bdd604b4ce93ab9672","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f639f8a-20250428165613.tgz","fileCount":66,"integrity":"sha512-aIK+W65k0xV/2eF1WiwiGsuQyPtAVuJe4VMq68Xai+QtXPVpHAeYZazgQ1/nmo/SfRolKUWlqhAKzvM6jDQjPA==","signatures":[{"sig":"MEQCIBqCd/NPeGmn0VCbWSuUojFnfL/DZbpIqAdrj4N9t7VvAiBBpZYD+INA+92y4lbM6b4lkm5AIbjq8f2PpZr0S3HzmQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-f639f8a-20250428165613","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f639f8ac043fc7eac2de4c67ef6934a95049b72a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f639f8a-20250428165613","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-f639f8a-20250428165613","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f639f8a-20250428165613_1745859451852_0.5740774840353788","host":"s3://npm-registry-packages-npm-production"}},"2025.1.4":{"name":"@shopify/hydrogen","version":"2025.1.4","license":"MIT","_id":"@shopify/hydrogen@2025.1.4","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d204c70427b7a78123f726fa1c2fafceb88c5b9a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.1.4.tgz","fileCount":66,"integrity":"sha512-LveJyEweOEbs3lzpKZ7EosfNDpP/SY9U7rh1CKlqzwNTPJHh+dvgYKj+YRWyN1pxgCTbdwkJhAjzV0QhIzBiqQ==","signatures":[{"sig":"MEUCICB2dW9S69lFyU9hKzTyjPi5PyiZXnWZi9YlgdwvmFHYAiEAg9XUz/O5A4sKjLJfpTeKH0h+sQ7g8gRFjuvIcszsxjU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.1.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5405479},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d598b89306f78fdbf181f00e132da61ea8e1bc26","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.1.4_1745862921405_0.9693194451378606","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2fea63b-20250428185922":{"name":"@shopify/hydrogen","version":"0.0.0-next-2fea63b-20250428185922","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2fea63b-20250428185922","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"956c53da277716209a00951c3e9a2e7363c09370","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2fea63b-20250428185922.tgz","fileCount":66,"integrity":"sha512-tfnMVa0LVJijVd6n702liX3eEge47n36/I/XdBxUN7AwNQKhhGct5krmjM7YCH5v6neEGW33T3IH6//By+n0GA==","signatures":[{"sig":"MEYCIQC5XDkxua1xmnAgdZz5kHjEAOxNpM7imDWn7ozAK11oCQIhAP20GwVuKsdszCDpzD7lzdKPF1NfEKjJCMj7ldfk6+Gn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2fea63b-20250428185922","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2fea63b8b9916200330fb47b21550f81197bf69e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2fea63b-20250428185922","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-2fea63b-20250428185922","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2fea63b-20250428185922_1745866832449_0.8093853760010794","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f0719cc-20250428191208":{"name":"@shopify/hydrogen","version":"0.0.0-next-f0719cc-20250428191208","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f0719cc-20250428191208","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"209f75ac9a8f22baa6b62c09283145c037e773b1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f0719cc-20250428191208.tgz","fileCount":66,"integrity":"sha512-M99Ky+Uu5ZUgVJV/f9y6QgxbVJ4xMHZC6g+uugcKARRJXHyfYPhI3rWmeRRJpGdm/b8bZzggxTOfVxidp3hTkg==","signatures":[{"sig":"MEYCIQDphTQuVS1WII747K/G+ewyMgIFQfhn8tk69iGNr4BAqQIhAM4mveek6+4CMtuyFB0No8sP3VqratQ7k6bIwmdqi7Ok","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-f0719cc-20250428191208","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f0719ccb1755931f33ee4d3c12661783ad832f45","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f0719cc-20250428191208","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-f0719cc-20250428191208","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f0719cc-20250428191208_1745867599814_0.3938246411181854","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250429141628":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250429141628","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250429141628","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"988729679d87e1422eea3edf9fd7cc32144d08fd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250429141628.tgz","fileCount":65,"integrity":"sha512-iAr057DUuLdlAiZ1x4x7ysjDxjMne81ouNUZfT8l8lqo2kC1xsqYABov+OXjQnVEZY5OxCVCS9HmbgfcwQJlAg==","signatures":[{"sig":"MEUCIGDgrxvWuqYifMX5Xu84/JxErRILC01KoOrCaQQLxP6MAiEAz4AnZhlMcVtg4w9lfNBJz+KoiCHNwcE1Ugb0z7kQbx8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250429141628","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5404463},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"12b0a0415cf102b707b131997235f7f072cfb266","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"^7.0.0","@react-router/dev":"^7.0.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"^7.0.0","@react-router/dev":"^7.0.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250429141628_1745936264711_0.7287641194170527","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250429145519":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250429145519","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250429145519","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2ab7ed8e9ff1c56e01e550903a3f5a7774182abb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250429145519.tgz","fileCount":65,"integrity":"sha512-RC6cJ4JeVO/wCmKABSKROiEDCSRnqaJZei8RTY2aUwREu0NCYHT7IhuRpYserdI9LPF9W/XGfAYhuOvPXVGyrA==","signatures":[{"sig":"MEUCIQDYE33ZFgqnRgpSjg9TQ+9ySk8CCKWyOG8/Kfdrta+xWwIgbzkFFESqWlTsopuPDY5ONosorV94E+Jo6/sdWZ4EfXI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250429145519","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5404463},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8039628d71697920ef3042a3f062b51423c21f67","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"^7.0.0","@react-router/dev":"^7.0.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"^7.0.0","@react-router/dev":"^7.0.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250429145519_1745938588323_0.5542945296036981","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e1d77d5-20250429170953":{"name":"@shopify/hydrogen","version":"0.0.0-next-e1d77d5-20250429170953","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e1d77d5-20250429170953","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5a912330018985bcf82965791332781028953780","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e1d77d5-20250429170953.tgz","fileCount":66,"integrity":"sha512-po/3r52EspfHkUuUg8ebhY6SzL/xxN45r5vGfZHBSQkmCqzCOO15HsMtgkNHxvpmoz9N2f+aBV3GD3aCt/YlsA==","signatures":[{"sig":"MEQCIH/UU6zlTownQgf8eKcrtwHTk/TSA/TLXBFH5jp5i2xTAiAuSJ57zT7GluDZRtCcDafQDyV4DhzyrkpbV3zZogHhiw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e1d77d5-20250429170953","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e1d77d5714e2472fa87fcc56473078f9fd263f72","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e1d77d5-20250429170953","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-e1d77d5-20250429170953","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e1d77d5-20250429170953_1745946665299_0.015930965141186526","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250430104149":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250430104149","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250430104149","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"23cfc4527cc84ce0b74d6815115fa77957d17e4a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250430104149.tgz","fileCount":65,"integrity":"sha512-pj9rhFAHZJC1VdSKi/+IDGyTs96EdqjnJr1qRA0Y6nxME6J4zWBOb9vbHy6NdjNkYANr57HQiwgjd4lKmfz5jA==","signatures":[{"sig":"MEUCIQCHxACApS6q0z7Gj05c+Gk9bGnFMXboD9zQsv06/VxpPAIgZU/sPT2cyzOA1C57oDLh6+K2FtNLZmV1PTAglEhTnDM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250430104149","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5404463},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8039628d71697920ef3042a3f062b51423c21f67","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"^7.0.0","@react-router/dev":"^7.0.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"^7.0.0","@react-router/dev":"^7.0.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250430104149_1746009780591_0.4672482282777055","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-47c1c9d-20250430155248":{"name":"@shopify/hydrogen","version":"0.0.0-next-47c1c9d-20250430155248","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-47c1c9d-20250430155248","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"949d4630a832d9cb74d3ae972f4afe0f72b1209b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-47c1c9d-20250430155248.tgz","fileCount":66,"integrity":"sha512-frxHyWeucsW16ZVBMibBNXCe/GIJ/gsecXkXbt+FlY3sOgzazu1hAMvjwKOeJKU2Y4UEZydAojX8YosKHBQ6AA==","signatures":[{"sig":"MEUCIF2D74zJZ8CGVfLDluuGn0498ewnD1/34e8BMGsaf9cYAiEAiW4ZMDdOwWc8xFCe0H523r9+YWvQGwzp425gt/sm8Go=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-47c1c9d-20250430155248","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"47c1c9df0c455a51d5f7793928bd41aa545fd341","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-47c1c9d-20250430155248","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-47c1c9d-20250430155248","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-47c1c9d-20250430155248_1746028440377_0.19105818976100064","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-c34d66c-20250430160008":{"name":"@shopify/hydrogen","version":"0.0.0-next-c34d66c-20250430160008","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c34d66c-20250430160008","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8d258a153419db0f0b7daea685b1fbae257fc2b4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c34d66c-20250430160008.tgz","fileCount":66,"integrity":"sha512-4eK0+MxVCmGuM5/kAzoDKKa229drj10kFDV5ElFLUKJSXnfCioq6R6mxxY7jeWQK5fia5liN5vzIXtOCymj5/w==","signatures":[{"sig":"MEUCIDTZqolB4D470g7bkY8XvAkfkbO7OCmqemaodikkapKlAiEAlES1H92cz9S19oqKFOUtAhoRQZDi/acT9w4+KU1shgM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-c34d66c-20250430160008","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c34d66c5781af2c56725f35fd978b1af09fd4bbd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c34d66c-20250430160008","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-c34d66c-20250430160008","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c34d66c-20250430160008_1746028878233_0.5077420408882545","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-01b89bb-20250430161158":{"name":"@shopify/hydrogen","version":"0.0.0-next-01b89bb-20250430161158","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-01b89bb-20250430161158","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"672d1bdf581b44944626cb34ff4c6a703be91115","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-01b89bb-20250430161158.tgz","fileCount":66,"integrity":"sha512-9YSCjb8Fwqz/+iJKd9w7rYTvijd5h9lMy1UKG4IDUnCgjDQrNbZESb40BUV9GhsqoH49C3mjlQ2tmJr2rMnitw==","signatures":[{"sig":"MEUCIQDVtjJbuczdeByFC2e1Jv04Sap8ttlL3m6Euo2pEphbxwIgNr8N8cvDovNgXgTvIaPZUVn/dftsLhaVHNzQ5vWs+Xo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-01b89bb-20250430161158","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"01b89bb30d1cf985e5b61961cffc6cffa002d3a0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-01b89bb-20250430161158","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-01b89bb-20250430161158","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-01b89bb-20250430161158_1746029589538_0.18388312126235862","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-72903c1-20250502163801":{"name":"@shopify/hydrogen","version":"0.0.0-next-72903c1-20250502163801","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-72903c1-20250502163801","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"42ab58f8de031745c676c20c6db776f0ad769103","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-72903c1-20250502163801.tgz","fileCount":66,"integrity":"sha512-ERkri2pYHjGM5pT/h/5dI2fd9RjCWzEWbecHlsW4+OrHhzCLWWQ9u4F9YrR8AsL6R4U/tTDZW1yreMsdLYBdsg==","signatures":[{"sig":"MEYCIQDRKojI/d/P22nu3lkH0+LHi50LB/K2w3LEYGKoLfhe0QIhAJPmO96YulZ4pAQIWk79QzGBpPxmr5cb9EeoLEt/m4cc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-72903c1-20250502163801","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"72903c1f3dcd4d689d2ac163f23ace2b7899d5bc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-72903c1-20250502163801","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-72903c1-20250502163801","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-72903c1-20250502163801_1746203953139_0.5760095618008907","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250505153052":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250505153052","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250505153052","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"198ac4c93df602df8c5b76972387cf5471c19942","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250505153052.tgz","fileCount":65,"integrity":"sha512-8JzDGN0AjQfiJCtN8k22aaKS2O1WmFMkB2AA8ekyKQ1nzNDQR+YYgzGbz+MUN1a7xfTTvOcyTMJ0gXDA40MKFQ==","signatures":[{"sig":"MEYCIQDHXzGHI3hag6emwg0LnL1X/gSQYDniskJd9CeCGswiLAIhANzUI2W39/ncAyuix0dLk8cTCzulLOHtSdrz4fRWSGuZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250505153052","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5404463},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9c91dcc9e679194c29d31d486ab33401b6414762","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"^7.0.0","@react-router/dev":"^7.0.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"^7.0.0","@react-router/dev":"^7.0.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250505153052_1746459130113_0.8474738221740177","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-af23e71-20250506082709":{"name":"@shopify/hydrogen","version":"0.0.0-next-af23e71-20250506082709","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-af23e71-20250506082709","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e07b41ccf5213c8bfcd486646f8314e563aed0b0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-af23e71-20250506082709.tgz","fileCount":66,"integrity":"sha512-KTfkXSSpGcBSN2T++3hEkCRyYK+Rml3QmNu60vwZ6+/bwZnm+6JT46sK5xueKHZJtQr6wvslrqQj0UeQf3A8Tg==","signatures":[{"sig":"MEQCIAh5J5y7jGPw1RaEFmcNPe+HRERG5Ra0mDh1+IEiMAQDAiBvcljjzAkwdF+/7dVpoBvq1UHoJU/N/iEA+zA6hAkT3w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-af23e71-20250506082709","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"af23e710dac83bb57498d9c2ef1d8bcf9df55d34","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-af23e71-20250506082709","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-af23e71-20250506082709","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-af23e71-20250506082709_1746520100359_0.9576325675086521","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-640cb3f-20250506084804":{"name":"@shopify/hydrogen","version":"0.0.0-next-640cb3f-20250506084804","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-640cb3f-20250506084804","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"06eb7c5c25329f6cdc45e1442d3c477324337f4f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-640cb3f-20250506084804.tgz","fileCount":66,"integrity":"sha512-LhYerorUZKcekjTbk8DNUcSxEA6uRyxXU8Sy1LMXSeMlO7fzcn66bB1Rt5wByDt6QvmqhwzDGJUCZ1f2Wzeo0w==","signatures":[{"sig":"MEUCIEifdcfPhDk5eKF0wsbtA8Aod81b9Hl6d65YNlKirNPAAiEA2f5GxlTG1IhszCnKxoH/O7pITr7kyU0t7EUx0oLsVu0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-640cb3f-20250506084804","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"640cb3f999e8f937cfdb95104070b19ebb98b16b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-640cb3f-20250506084804","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-640cb3f-20250506084804","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-640cb3f-20250506084804_1746521355657_0.8266664845394112","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ef5599f-20250506084939":{"name":"@shopify/hydrogen","version":"0.0.0-next-ef5599f-20250506084939","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ef5599f-20250506084939","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5d4ec0982a3fc61a88f1bc2949c1914e39fd1b44","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ef5599f-20250506084939.tgz","fileCount":66,"integrity":"sha512-XYNaaUDVUnvYB4daBgTXV/0JL0u3E3r9LHNzhNWirYJm+5coaEmakhlkyPzbRF89tPI4iJ5bWnF6sdkUzY9tIQ==","signatures":[{"sig":"MEUCIQDuqBOoLhqfURlc8t2auR6Ah5CeDkqgUzrjXo7SDlbFjgIgNTOGis/P8rJXdSuvWm8WuxzWsZyqRm6VIsmJm+ajvhs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ef5599f-20250506084939","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ef5599feee99634d98693b5997b03691a8613c83","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ef5599f-20250506084939","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-ef5599f-20250506084939","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ef5599f-20250506084939_1746521450679_0.3291165073570599","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250506101941":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250506101941","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250506101941","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e3c8e2ad07e4d2d26dbbc11a0dd6ab4dae44fd52","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250506101941.tgz","fileCount":65,"integrity":"sha512-bZtDsWT5TfQ4Ryu/tF35ybT950x5+2erCq/QBajF7eCXwVkZmamf0RlzO2T379kqJ+FDxMDZ7VUYnvn9/qJYrQ==","signatures":[{"sig":"MEUCIGGM2YhYQrIgbXLSW5N98AkGcHX7fsyKvvVKgH5/u+LuAiEA6U1wSzAZ6+OmxRnonpNdmVyL7BaHtNZ95WGHspbELJA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250506101941","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5404463},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f8471299b005a28ca0759932159807504b6013d4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"^7.0.0","@react-router/dev":"^7.0.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"^7.0.0","@react-router/dev":"^7.0.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250506101941_1746526851132_0.14627798690694083","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-c607aa7-20250506103201":{"name":"@shopify/hydrogen","version":"0.0.0-next-c607aa7-20250506103201","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c607aa7-20250506103201","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"980ed86e9ad5e9d39ee3ff697efd62e7755f0c0b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c607aa7-20250506103201.tgz","fileCount":66,"integrity":"sha512-O8pwdibvlE6Aa6RB0yqcCl15v62bHKc4xUOKPpNQ0OSlZHDPtNEyvO5hkGVILFeU2mfDcd6JCgjTd0IyHbqsSw==","signatures":[{"sig":"MEYCIQDHsu9Z7cavly4HJgPkdcOhUUYxUjl9de2JJKaNqc7q+AIhAMTYhMmf/rO7LKCi7EGBkWsf7MyjEe6GOCbg+Eyz+vNC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-c607aa7-20250506103201","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406197},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c607aa7e4890fa8c730dd507233cbe0f6d4a2121","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c607aa7-20250506103201","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-c607aa7-20250506103201","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c607aa7-20250506103201_1746527594679_0.14946546223113133","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250506103208":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250506103208","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250506103208","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0935def2de04f5cf5ecbbdbd411e892f6f08eeea","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250506103208.tgz","fileCount":65,"integrity":"sha512-DsdT7Vdg2shsAzUuQQbBwFUX5S+K+8rIxB3iXAxezqUpsFF6R/9LwFZp5QdaUbZb5p57jxCjJeiCFBDwp3xUug==","signatures":[{"sig":"MEQCIAOLvV8M7WMOSGw/Eajx/ldmmyQvkDDdQgr9ghDviKhJAiAvUO+h2TefzqZIqQhBpMNyf2zHeslDF9CNiswD67ex0Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250506103208","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5404463},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f8471299b005a28ca0759932159807504b6013d4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"^7.0.0","@react-router/dev":"^7.0.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"^7.0.0","@react-router/dev":"^7.0.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250506103208_1746527598138_0.6342307233804327","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-9d8a664-20250506111816":{"name":"@shopify/hydrogen","version":"0.0.0-next-9d8a664-20250506111816","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9d8a664-20250506111816","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c3a60dbdf0f6e61827639179b464d7e289d733a4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9d8a664-20250506111816.tgz","fileCount":66,"integrity":"sha512-o9qM8O9u+1+UAWBu8tISNaUhgnylcwgTaBikVctXGrU+HsgZ8M8yjhiwX7eCg+tfg5vqpEyxpmEXb3pMWHO3JQ==","signatures":[{"sig":"MEUCIQCFbLMYK+NnQqa2fZ8TNUW01KRzfhqZywuITAWNB5BiTAIgfzwFRiaU9eNkKGAQheyQb/5joS/sfKRAea9Oi+J/tR4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-9d8a664-20250506111816","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9d8a6644a5b67dca890c6687df390aee78fc85c3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9d8a664-20250506111816","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-9d8a664-20250506111816","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9d8a664-20250506111816_1746530367202_0.03921876094019483","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2ff5349-20250506151658":{"name":"@shopify/hydrogen","version":"0.0.0-next-2ff5349-20250506151658","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2ff5349-20250506151658","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9990687d2f5b7e23c97e8a6475317d0ff6686aa9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2ff5349-20250506151658.tgz","fileCount":66,"integrity":"sha512-XAgkCLRVsDPhZeXCsUG3o6k8oBFGL+6tiWTVMM3SC0rqPCLFHy3MqDmhSzCEhA/EaX7Jer5TtKdPSiQeaCCVMQ==","signatures":[{"sig":"MEUCIQCHqLPV+AFxXRT5QNX6dHsnVfg8GYgvWKgv1xvu9ndkOAIgIKWRPKYG8g4mNjiFO2lZmyfaiFsLPbcIqNuYkP6+bKQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2ff5349-20250506151658","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2ff53492d0c9152bd59063ae6ea34576ea9a4608","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2ff5349-20250506151658","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-2ff5349-20250506151658","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2ff5349-20250506151658_1746544688845_0.8871109992209683","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250506161608":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250506161608","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250506161608","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2f52c3283cb181394595dcacdbf6422019efbf16","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250506161608.tgz","fileCount":65,"integrity":"sha512-Q9tzVXNlo0A+Xk8fp3jcgw4Gm+kLUXPWsOevGgHsTjd5UQ8P+5g+7oJp2ON8kLcedhfEtW7ULKplgDw4YS7SYg==","signatures":[{"sig":"MEYCIQCn5GmFxek++uwpXVs2IHtGybf+vCMK2QfRMJHqDH283QIhAM+UmUf/3cHsi+6sRPi8tgoRIR+ww06hl2oE3AH7BHhd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250506161608","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5404463},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"43139f6be57d202e30327168f1dbc06c582617ab","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"^7.0.0","@react-router/dev":"^7.0.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"^7.0.0","@react-router/dev":"^7.0.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250506161608_1746548239702_0.25426367302938235","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-06bb44a-20250507085625":{"name":"@shopify/hydrogen","version":"0.0.0-next-06bb44a-20250507085625","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-06bb44a-20250507085625","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ee2facbe6a1bc3228fc32a81603e5950f06643c3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-06bb44a-20250507085625.tgz","fileCount":66,"integrity":"sha512-xWmj6o6ltZoYoChHNMgr4SMNGLdsQZqaJt1dIAD/fV0OH1Q8DyPjpDeZ1xIypTluOXz2aa/U2AIqZBNmwmLzvA==","signatures":[{"sig":"MEUCICIVdmd4awOh4kwW1noNnFdQwA2eGZZJPbq9/qBsoGwFAiEAyDbgSdQVhFVlnoD5ig95vibznxYOsNBXCTYBKGRV6vc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-06bb44a-20250507085625","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"06bb44ae3a018c48b8374a3826c52581fc1d486c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-06bb44a-20250507085625","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-06bb44a-20250507085625","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-06bb44a-20250507085625_1746608254763_0.9855865097194108","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-658f0c7-20250507105038":{"name":"@shopify/hydrogen","version":"0.0.0-next-658f0c7-20250507105038","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-658f0c7-20250507105038","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f2d6ed3bcaa60c29870035e559a92d26e322e324","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-658f0c7-20250507105038.tgz","fileCount":66,"integrity":"sha512-TOC0usxaV/vvkzUMjk5jFxLcOvYDOIOFP8TW0upwhyZRdX3urj/+eWlgkuApYp+RMe7/kLfpaJYMniECTTqQew==","signatures":[{"sig":"MEYCIQCn3n0wjHib5BCtyZZXKQxpIfVdljl0Ap36/W0wJKpmFAIhAN87Ehp0MGXYL2FGzq7Tqwf5c4Zk1OYlgWXxwAT25bIT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-658f0c7-20250507105038","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"658f0c7ed75d10c0789d426a1dbc771e31a6c2a9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-658f0c7-20250507105038","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-658f0c7-20250507105038","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-658f0c7-20250507105038_1746615108227_0.036957652064494306","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-a78a9f5-20250508112825":{"name":"@shopify/hydrogen","version":"0.0.0-next-a78a9f5-20250508112825","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a78a9f5-20250508112825","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e7748a88f013338e31f67a3fa6fda0cecdbaefcd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a78a9f5-20250508112825.tgz","fileCount":66,"integrity":"sha512-ZdU3jPq3b55uufWxjGs3NadW11qgNV7wpxC4C+dEuY9JM961YoEB5x/tSUKp/rw8LuTPWfA4KxJksRGee4Ylig==","signatures":[{"sig":"MEUCIQCUFs37kCIWu3jk7lE4zaPvuOjmKhmB7e66riG6AloRAgIgemz8obsqATJKaXSMmky1escUALW5pqRqvpOI/V1edOo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-a78a9f5-20250508112825","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a78a9f59352087b69475794057d4ccf9f5c08a6e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a78a9f5-20250508112825","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-a78a9f5-20250508112825","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a78a9f5-20250508112825_1746703776970_0.5580353549348382","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6fc6b23-20250508124857":{"name":"@shopify/hydrogen","version":"0.0.0-next-6fc6b23-20250508124857","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6fc6b23-20250508124857","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"73cd20a44f1302531c9d6ba6bbb902f1d3af7989","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6fc6b23-20250508124857.tgz","fileCount":66,"integrity":"sha512-gB8Y5qYCijU2GIlGXOivWMYV8YVoqKZPfeXQiCnTYbLO6RGLP0pc0pl4a4OsPXZ7BZYb8ImK6yZiQSw4HKFBDA==","signatures":[{"sig":"MEYCIQDXYUsU50lhJ94Yp7HezyJNcmzRvseHJObd4S3P3GceogIhAOPSQZRZOg+Pgr+HDVo26hhXyBt6Das63yAMRjCS9JU3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-6fc6b23-20250508124857","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6fc6b23a2b7df56af5bdb769b4a2cec62ce198c3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6fc6b23-20250508124857","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-6fc6b23-20250508124857","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6fc6b23-20250508124857_1746708608410_0.1619329021370559","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-55039b9-20250509113248":{"name":"@shopify/hydrogen","version":"0.0.0-next-55039b9-20250509113248","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-55039b9-20250509113248","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8f1f113f3c42732d2d0e73a1c0569b456f271d2c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-55039b9-20250509113248.tgz","fileCount":66,"integrity":"sha512-wVdpHqT2ZMuC0Egrg3yI7KF7eMSOm1STS0nUnNv0B8wPSDpU4DhLzx74KvOgEnO68C3lSzvMrl9mYia30ZwPKw==","signatures":[{"sig":"MEUCIBFYcfsQuXDWiUGobntco6lsR5XfvMUtmXtEJHY18ueLAiEA/ge9x4RZavEtcil937KFGgUDt+U1AWvDdUxjPEnCajo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-55039b9-20250509113248","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"55039b91aaac891f75b426a723e71dd07bb37716","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-55039b9-20250509113248","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-55039b9-20250509113248","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-55039b9-20250509113248_1746790439430_0.8409544906985413","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b76fbb6-20250509122050":{"name":"@shopify/hydrogen","version":"0.0.0-next-b76fbb6-20250509122050","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b76fbb6-20250509122050","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c809c9baa24233c61e1fbfb0379e0dae2913b824","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b76fbb6-20250509122050.tgz","fileCount":66,"integrity":"sha512-1XyESrnn+AxwtYQV3Ji7RAaai9plC8lurTvQn3o7vhuibQ4aDl64PuDXSrt3sbKwo9ofQTmXoRhX2LBaO46vJQ==","signatures":[{"sig":"MEUCIQDSLgTXJkwG6kb1TXhIa9oBTyXtDCFmx7AgbWKu1CymIAIgZaAh+HhEF6+oBFnPMuqH7QoHFciEP+/UXHWp7vMcZuU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b76fbb6-20250509122050","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b76fbb6d2c441510ae18bb3c1ee063535ce8d223","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b76fbb6-20250509122050","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-b76fbb6-20250509122050","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b76fbb6-20250509122050_1746793323346_0.803633150575173","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-4fa2550-20250509132752":{"name":"@shopify/hydrogen","version":"0.0.0-next-4fa2550-20250509132752","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4fa2550-20250509132752","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"10a18ec1ed7b7a44817cc6e708e8a084e8d51c85","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4fa2550-20250509132752.tgz","fileCount":66,"integrity":"sha512-cZTlBITh+5aH6eRbtOcLumwhfkF8wBonNOmpkJkDPvcBoWGbRTo+JuEwd9hI3bfxWT0HB62AwZdkUs3jBp3KXg==","signatures":[{"sig":"MEUCIFq52/hfiozETWRsmIUlFuE7IWhHL4ws1XpFokdHlMwaAiEA/MjUgl8TS1jEeSXSWeCTRJgIesDduQSSWg0XmeFLPSQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-4fa2550-20250509132752","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4fa2550c0cf7b07e2cf3b948b42c67cf3d552789","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4fa2550-20250509132752","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-4fa2550-20250509132752","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4fa2550-20250509132752_1746797345164_0.2273904048614741","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b81c247-20250512205832":{"name":"@shopify/hydrogen","version":"0.0.0-next-b81c247-20250512205832","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b81c247-20250512205832","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6ad548d1756d10ffa368a44c6d306ad469f6de61","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b81c247-20250512205832.tgz","fileCount":66,"integrity":"sha512-+Bq/MmOEUN9pDOYDJ1ORhSYMNTZ7gE18aOL2tf8K5Qj+dp5+XP2VCEma2CV2btg4Sfafvtt4325WQ8t1VHW4YA==","signatures":[{"sig":"MEUCIQC2CgLismh2q+IthSktw361mr5aEOOcq9k5RNCqWpAcOQIgaCj36MjX1WD7ycIqeetrRUiHc3jT4t0VGnqf8gkb33U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b81c247-20250512205832","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b81c24730f207492216f2720691922bb3eed3b7b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b81c247-20250512205832","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-b81c247-20250512205832","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b81c247-20250512205832_1747083583906_0.8618080037068689","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-24a6a51-20250513111315":{"name":"@shopify/hydrogen","version":"0.0.0-next-24a6a51-20250513111315","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-24a6a51-20250513111315","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"29bf5e6a9476f01e2fa243e35fbe7db8d009759a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-24a6a51-20250513111315.tgz","fileCount":66,"integrity":"sha512-WNH+ntEQ+9csSSrU/2916JR1Y62E2UKQ/4xandopjSjSOB+dywYbYyUnN5MA9MG1/hXxe0f7HS4Fm8vMxn0kqg==","signatures":[{"sig":"MEYCIQDJpasuMZrOVV7aCm8dmPOTsJMokJIfeDkIbKCgmBpTFwIhAPjTELge4OD/9RdD2vY9xBvDTHOp5aT3NdLn9S/zNP4+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-24a6a51-20250513111315","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"24a6a51cb6f1790844b207a9ce42d70325043a3d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-24a6a51-20250513111315","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-24a6a51-20250513111315","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-24a6a51-20250513111315_1747134865121_0.635096804149732","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d90aee4-20250513113148":{"name":"@shopify/hydrogen","version":"0.0.0-next-d90aee4-20250513113148","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d90aee4-20250513113148","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f152c915b22f9767a3e8fcb57bc168a45ecb2bb6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d90aee4-20250513113148.tgz","fileCount":66,"integrity":"sha512-U4Qivk54X9oaiCjhGesx2hMMJ6fGUjnsfQsnulQr77tIZwWTmA6048Vwozy/57+BrcNCCZ0iWxPhvxrI8MOjFA==","signatures":[{"sig":"MEYCIQDRDkcm8pMPlHmaHVojyypmOdtVC2u3NB5xsVMtGU9bRQIhAKQ+MetZ0fiRWE08cE3nDLrInMNnjZuU8IZav61f91c8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d90aee4-20250513113148","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d90aee4f31c721e1a19f928c6f402ee5972ef81b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d90aee4-20250513113148","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-d90aee4-20250513113148","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d90aee4-20250513113148_1747135982990_0.927835294806344","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-bd55b24-20250513155906":{"name":"@shopify/hydrogen","version":"0.0.0-next-bd55b24-20250513155906","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bd55b24-20250513155906","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"39a1f9bd94888e403bcbeb5c855aeafda8a7ec4f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bd55b24-20250513155906.tgz","fileCount":66,"integrity":"sha512-yZMqyzL+Xz7xuL0y7YDi/GDpbZPqM+rUCKOA+jJqbsUe+W9lu1hxx7PUKV6BNo88nFgVMMvKGgo0gDBm2lnh4Q==","signatures":[{"sig":"MEQCIFiX/idscaPasPYdvP2iW6tOYQmEmx4K7MfAvwP1Ryl4AiA+5tSlaRpgz+ZjiGW9n7oZyyxC3mJZpWUlk1EwPwnFxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-bd55b24-20250513155906","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bd55b241191304945704c0b9ef278e945c55d3da","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bd55b24-20250513155906","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-bd55b24-20250513155906","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bd55b24-20250513155906_1747152019328_0.7733337851611135","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250514180341":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250514180341","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250514180341","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e0ba595b1b290ac52066178a591cff629afa4aa7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250514180341.tgz","fileCount":66,"integrity":"sha512-D5aYittDr6Uat1Y1KMN6m1EaxcllZRj2QIaOQLbjJejQMqblCiDWeam1x8iWF3+NWdd5m7wKIfxmOz0zHgOn5g==","signatures":[{"sig":"MEUCIAOy0/fSDafNahELKiG+JOiStcwR1vYoQorP5TV1xF7jAiEAkq/ry7Xw35oN+liGHfBe3gXrFGq7xQHs885ZUXi6Fjc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250514180341","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5407949},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a9f7902d47be385edf2a0032c6977370a46036cb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250514180341","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250514180341_1747245902268_0.31798540752251725","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-c434324-20250515103500":{"name":"@shopify/hydrogen","version":"0.0.0-next-c434324-20250515103500","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c434324-20250515103500","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"23186d85909a979afbc51e20fafdb3faaba34ce2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c434324-20250515103500.tgz","fileCount":66,"integrity":"sha512-pvcfXNHGYX5R7vyzhrBifcrVck/S6G9IXP9Ig2ApmFDqudlM7bZDGMkfdUdu4bWn6xmzh2PlQGyuCLA/bryChQ==","signatures":[{"sig":"MEUCIFEkUrKEk5dZuzW9MHLQ6Lb7fuGskxBYT37SGTp7WiE+AiEAopCdbFv4t3B9Yy3fP82ufUS8M26Sg3yx9RNukqUZ0es=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-c434324-20250515103500","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c4343241bce06dc1de7e1b5704669c9ea614049d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c434324-20250515103500","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-c434324-20250515103500","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c434324-20250515103500_1747305370620_0.08426974720367908","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-778ca71-20250515104541":{"name":"@shopify/hydrogen","version":"0.0.0-next-778ca71-20250515104541","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-778ca71-20250515104541","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e3f42b69c0a0fdee9e0ef5520f0f9489177cf04f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-778ca71-20250515104541.tgz","fileCount":66,"integrity":"sha512-OEc2+weyJb2JbMkQEFpYEItB0Luizgj83tp7B+vVSBYhmkc/B22GbDz7A80zNboK8XFcBZGOhP+Q2nFFwOi+WQ==","signatures":[{"sig":"MEUCIQCVgqU9SPzdxYreENyFCcWnULZ9FO0VfO+K1dvbUlLGBQIgevsokF+PoRcuFpq9VwGPX2raaDNbXbE5cx+oj/Nmc1U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-778ca71-20250515104541","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"778ca71f4023ba9e8578c35a9747f0b1a004cd30","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-778ca71-20250515104541","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-778ca71-20250515104541","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-778ca71-20250515104541_1747306011231_0.9416275750566498","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-90f8944-20250515112934":{"name":"@shopify/hydrogen","version":"0.0.0-next-90f8944-20250515112934","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-90f8944-20250515112934","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2af669390088144a77e82502fdaeb5bbc0a82d49","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-90f8944-20250515112934.tgz","fileCount":66,"integrity":"sha512-p/n2wuagLpw0XbP/oHAx9Nb4iC1TXQgNFF2KJ6Oo0slvvl4TDyaR28t7VqLdzbIYxxV2kpdbUFumJF9QrxBL9w==","signatures":[{"sig":"MEUCIQDkApSfydxF9zyBrCLhMkpyR6YkXCHh5zc0MK0QK/DPaAIgRr9hl9/b9Ws18d+QHwo0o1YdCdkUyDpqKyGPdOFBL10=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-90f8944-20250515112934","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"90f894418e0b37dc31b5f428fad08aaa98163cde","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-90f8944-20250515112934","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-90f8944-20250515112934","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-90f8944-20250515112934_1747308645625_0.8907895209388403","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-fbc7d12-20250515114643":{"name":"@shopify/hydrogen","version":"0.0.0-next-fbc7d12-20250515114643","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fbc7d12-20250515114643","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2861b7a4944e828c4ef0500be88d64606f5cd066","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fbc7d12-20250515114643.tgz","fileCount":66,"integrity":"sha512-pzY1HkjxeoI36rxCDKWDe5nPG1bZtDhgapYnjtSmNHeegtM1uSbSGNk621nhgywk81FaoaLk/X+Bvk0JYaLOxQ==","signatures":[{"sig":"MEQCIF0E+ewQ7uONJBcbyhNNXnB3XOV/kEWKtb04wRq2bOLqAiAueN5E2RvQa8kEzE3coE7K9lRhPLmCakHtmBBw0bvuBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-fbc7d12-20250515114643","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fbc7d1228f1a9c50a0192e1b51a7bb6a35c852b5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-fbc7d12-20250515114643","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-fbc7d12-20250515114643","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fbc7d12-20250515114643_1747309675320_0.6808482631177903","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-c58ddde-20250515121303":{"name":"@shopify/hydrogen","version":"0.0.0-next-c58ddde-20250515121303","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c58ddde-20250515121303","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4977bab731c29fa1740285f0678c5746f276cd0c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c58ddde-20250515121303.tgz","fileCount":66,"integrity":"sha512-z0KA9xq8wQMGyItkRSuqayz/OvJx8szGcmhxaqv/NrJcPrImkhujNbGhBhgBLLo2+66O5C4or2pPzdHUKE60DQ==","signatures":[{"sig":"MEUCIQD2CjCq3HwbUcAmZxLMiuMM8zueIgX7pgX3xshiSoSlGgIgdDJ2Z8w/JJO0dXP/siDDcHeHq7qYO8tRP1drbu9TfJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-c58ddde-20250515121303","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c58ddde879b8f1f4c14893ee7cf3db76dee00ae6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-c58ddde-20250515121303","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-c58ddde-20250515121303","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c58ddde-20250515121303_1747311253631_0.1899158811348054","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-55f1e46-20250515133102":{"name":"@shopify/hydrogen","version":"0.0.0-next-55f1e46-20250515133102","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-55f1e46-20250515133102","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d511598a18d95518397d525d61e8179a45249643","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-55f1e46-20250515133102.tgz","fileCount":66,"integrity":"sha512-E6ug9sdk0LctqJkf/VfygiuqrTPwpD6W8mX5bbeZxcSJLUsjocqoQ5YaTVihvJVylSIzfk1GQ6feD+56LFS8FQ==","signatures":[{"sig":"MEUCIQDflZPI+04xb29SY48A6IXWKurCJa4KuU2Zvtk0Pk1rIQIgEZTZes3zcScTGdyEdm/yfa7lYAPzIw1l+ayeQNiSI2o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-55f1e46-20250515133102","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"55f1e46ea602b35806cb594de69291a1ef674118","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-55f1e46-20250515133102","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-55f1e46-20250515133102","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-55f1e46-20250515133102_1747315933855_0.6025784025887533","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f118782-20250515133944":{"name":"@shopify/hydrogen","version":"0.0.0-next-f118782-20250515133944","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f118782-20250515133944","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d4b5967b865748117ef2251800e77bfa9aca52e9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f118782-20250515133944.tgz","fileCount":66,"integrity":"sha512-cNLqmorJR1Twnm4c5oC+GTO6XE1ZThw/EU4Hzg8yV0u5R6sIdZAQehiHZKoFU+BmJvUPkzNYsKkDkyv3Rw7P0A==","signatures":[{"sig":"MEUCIFKr+gaL7S3Uu183gyyf/y1PqZ5UGXNmr2bscmdpls4NAiEA2DcYs96sApPu3OvUUW4ENQXg3YNe1ZUKk4UCbgVAVlc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-f118782-20250515133944","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f1187827f0d7baadbc0a28105e928a339e6ec54c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-f118782-20250515133944","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-f118782-20250515133944","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f118782-20250515133944_1747316455902_0.9551783128759026","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-9fc1b13-20250515151704":{"name":"@shopify/hydrogen","version":"0.0.0-next-9fc1b13-20250515151704","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9fc1b13-20250515151704","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c56221e2d429369321d04700ed86614ebf892962","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9fc1b13-20250515151704.tgz","fileCount":66,"integrity":"sha512-bCB4T3Ngpkfi8C9JBiZ5aDZIqyEswu3lfTsQcbGH+/eOiShMzuEpQDAtluq10IAHFuBzr//Mmy64bCw14T69Eg==","signatures":[{"sig":"MEYCIQD59YvnktK93400v/zwa7qmevMV+3EtF6roEkfj1E4KPAIhANqzl5DBKfBhOFUWI5jt35mWsKWbYuCLrr3eWmyd6soG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-9fc1b13-20250515151704","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9fc1b1328a31507e17841cf669d93debf7f088ac","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9fc1b13-20250515151704","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-9fc1b13-20250515151704","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9fc1b13-20250515151704_1747322295546_0.41107227588125417","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-1fff0f8-20250515164521":{"name":"@shopify/hydrogen","version":"0.0.0-next-1fff0f8-20250515164521","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1fff0f8-20250515164521","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"616986237f63ae3b96105cd48c8022cd17fb5a4e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1fff0f8-20250515164521.tgz","fileCount":66,"integrity":"sha512-nsms4gsFwxpQuVk6o0IbmgTyTfDFRVmb3JiuwR1bkR2rH2dwK5AkKy0M+zBlsM852Gj/vAQuiBxCtAs88oSXLg==","signatures":[{"sig":"MEQCIGOnbaaoe0iPdCrN1vIEcCHhxhJC2EdBiBbLq8akv30TAiAfvjMN2KfdRvf8/60bNdEtnsA3k0A5gmnIdTx7BTT3OQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-1fff0f8-20250515164521","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1fff0f889223660ecc3b266b7e483a664aecd6c3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1fff0f8-20250515164521","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-1fff0f8-20250515164521","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1fff0f8-20250515164521_1747327602393_0.9425504503548705","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250515182641":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250515182641","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250515182641","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"685f517f1995e14bab7b41d15fa55b3f320a96fa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250515182641.tgz","fileCount":65,"integrity":"sha512-fE6ccys8wX6f16icrap8PwoPvQi00OVfso42JgTbubp6yc6FiV5IO4qy/vqffEFvq4LNbdJfnXny+p8cnmgthA==","signatures":[{"sig":"MEUCICz13jrDItHN9VD0FFC8y8lI2AXa9kQgIgirNbk0XhxpAiEA4T+NhVru5QhFv7IZ/ItpwpePn7zwRSYEE9XfpHYwAjs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250515182641","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5404532},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"726235d85f3f8d14fa82b2be0900b5d6a3cf0ad9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250515182641","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250515182641_1747333686401_0.8837278815771255","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-afc7311-20250516091234":{"name":"@shopify/hydrogen","version":"0.0.0-next-afc7311-20250516091234","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-afc7311-20250516091234","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9aa53c0ad40b81b459364ee52590ee2aa12cccd6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-afc7311-20250516091234.tgz","fileCount":66,"integrity":"sha512-lSzHgcnyeR8cxmjQV/PWew7kNa1Wq21hvPdR7ea46AjDbqCfPLx88FKIhI8u7XFVgIMOC6LRmzRT7ms70SI4jQ==","signatures":[{"sig":"MEUCIDa1r5sMPEDKINwAgGygDFZPNm13vOC7x9tNHtst1jQKAiEApCiU9KRlsqNd9pPTWKRb1qza+3kmOQU17MeNqb3LSVk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-afc7311-20250516091234","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"afc73119e3e97b2dcffd6b18b8b1048d454bf66d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-afc7311-20250516091234","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-afc7311-20250516091234","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-afc7311-20250516091234_1747386826800_0.6230306531518544","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-87da752-20250516094441":{"name":"@shopify/hydrogen","version":"0.0.0-next-87da752-20250516094441","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-87da752-20250516094441","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"35c6be7befe542f9775dda58869ac4157851a18b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-87da752-20250516094441.tgz","fileCount":66,"integrity":"sha512-w7nWO+cJzzwR+0bAhxLDiHcacrMoJJxUSK7qoa76A5+OPnNs2Obf1z14Fj9+hKbHkEOHAU5dTaZd8lDb5PomOQ==","signatures":[{"sig":"MEUCIEo24L00U5PxD++Bu1/tqaIMNyB2aMlY1CuJ7p9MwbUfAiEAvhLzacaTWLMGIu3eIoG9h6L8+fE6dmmZo0wb0HVQ+iU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-87da752-20250516094441","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"87da752246ad519f744a791cd21fd75546c7273e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-87da752-20250516094441","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-87da752-20250516094441","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-87da752-20250516094441_1747388756195_0.3869091590619125","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-0e08d7b-20250516122502":{"name":"@shopify/hydrogen","version":"0.0.0-next-0e08d7b-20250516122502","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0e08d7b-20250516122502","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f0829f9388320688cb7a59655f6358f0f7208ff2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0e08d7b-20250516122502.tgz","fileCount":66,"integrity":"sha512-/Y9sMkNhLgTB4i1uBUGmtBuqpFKLqXzqcMuIdWzzZ9RE2sFF/6QdPLk2bHA7hnMO82c5rbkmVoH602oyb+8Big==","signatures":[{"sig":"MEQCIEoGL8gKbXXAQpYUIzWl16EXh7r3GzI1HNWrLAERqbAJAiB4yrn+kZT1YJfgVrSPwZa83HYPsOs9wzySzr2DTohl0w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-0e08d7b-20250516122502","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0e08d7b51ba2a0b121f56782efaaf18b22cb6f06","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0e08d7b-20250516122502","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-0e08d7b-20250516122502","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0e08d7b-20250516122502_1747398372579_0.8995892909081855","host":"s3://npm-registry-packages-npm-production"}},"2025.4.0":{"name":"@shopify/hydrogen","version":"2025.4.0","license":"MIT","_id":"@shopify/hydrogen@2025.4.0","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f3ef08c67ec053dda9a413c5bff86fb59f7303ce","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.4.0.tgz","fileCount":66,"integrity":"sha512-YOhw/CK7pAwHXxaXjy49IgrKGQuxnebZOT4OwQ7bzNqFGSeO22l+uHHBoimL3ecVAvNHEj1VsCyRSToP7HKyIg==","signatures":[{"sig":"MEYCIQDRS4pzigIDS2a9hpqvsItROmGtWRaJYyRNJ2KJet1EhQIhALGtmWC51FHK8Tf4Cr6nsjGBKDi/tADqD4w8d/gjrneM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5405463},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"94d2170787567c83d237b3c3d2db9027976701fd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.4.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.4.0_1747650845465_0.030047401117532235","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3ecb9d6-20250519104625":{"name":"@shopify/hydrogen","version":"0.0.0-next-3ecb9d6-20250519104625","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3ecb9d6-20250519104625","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9fb57bab792d6b62d810cf4362b32bf28f6b361a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3ecb9d6-20250519104625.tgz","fileCount":66,"integrity":"sha512-5gY1w+IvXr0ezNgmwi3K/FK1C/KSFsRbG3bC98Ymy/RpVyz3REoe++06OwpzwbLSFdRnPFgHtkiTx3HlOttrzw==","signatures":[{"sig":"MEUCIDdhLt5auTv4lH3Rcv+9hoZhXLt8NGM2pnnMTI17ELWcAiEAzpxMdbBlwjzUNuIXN+y1iUwrd/fXS0cciPWKpmLjYYY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3ecb9d6-20250519104625","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3ecb9d63b92d36dcca457ded91d8acb3c94186e6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3ecb9d6-20250519104625","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-3ecb9d6-20250519104625","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3ecb9d6-20250519104625_1747651655278_0.8268845513903147","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-a7e33c1-20250519134342":{"name":"@shopify/hydrogen","version":"0.0.0-next-a7e33c1-20250519134342","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a7e33c1-20250519134342","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"33870e2a03261c13c0d3c618c718f6dece5983ba","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a7e33c1-20250519134342.tgz","fileCount":66,"integrity":"sha512-F5qKIGeMOulndNnXU2Mr2YHjtFVhOvNxDRy7VFM8dRSvnquGDIevCI5Bvij5kCTBrxCE9cckDDQst78uayjULA==","signatures":[{"sig":"MEQCIFE1u/1oZyWCjjEEOz/CD/qgfKSSRzzm0LPJTJigfpxdAiBjE0BXgF5uz6P7lOEv6va5ijH3XTx1IAS3ZzoimVsJVg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-a7e33c1-20250519134342","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a7e33c1dd45e3c7c27ab2e1125851468051cee0b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-a7e33c1-20250519134342","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-a7e33c1-20250519134342","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a7e33c1-20250519134342_1747662292961_0.08150116049597345","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250519155503":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250519155503","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250519155503","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"22fe250733151db8cdb7ca9ddd0f7d7e57d3d7b2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250519155503.tgz","fileCount":66,"integrity":"sha512-YB5jcp3Tn600xNHPdRmnFDG9RMM/ds67Up6YILNpdYsDkP9d0H4kfLSlev1jTiuR2mybVGJrIUOeCHSwJto1GQ==","signatures":[{"sig":"MEUCIQDEzSFS7TWVjQgs4j0bnr3cs8gmER6Gu4NUVBpf1PfRpAIgNuf09uJUbr2NfRU8g7EEr9PnD7ez56JjpYSLJUcSZK8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250519155503","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5405656},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e117a0786b673b9b74ea2b335b948bb564094e8c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.4.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250519155503_1747670174529_0.811308485128527","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-593aabf-20250519192611":{"name":"@shopify/hydrogen","version":"0.0.0-next-593aabf-20250519192611","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-593aabf-20250519192611","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8c2d08f116272780c174afd22a55557f7b20959a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-593aabf-20250519192611.tgz","fileCount":66,"integrity":"sha512-u2AiM00MMRI8JQVM7ze47P6Iva8Mdgx4L8Rv6rWg8rvCNw+aSXlkpqLVjMGV677xckCTarN2wuo0eKbbLPt74w==","signatures":[{"sig":"MEUCIQCxyEDMO/7IwMtWn8qWa9GJRwEgC0Bw0V9UCYhQMUNGIQIgeG3Zaj2W2eN45g25jfsddY8zb9vJGjmshK6nqnBP4QU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-593aabf-20250519192611","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"593aabf49f543e0e26eaf192e76175745a0fcf77","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-593aabf-20250519192611","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-593aabf-20250519192611","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-593aabf-20250519192611_1747682842733_0.3514851369977383","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6a0a806-20250519200105":{"name":"@shopify/hydrogen","version":"0.0.0-next-6a0a806-20250519200105","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6a0a806-20250519200105","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2c0a2d5a7f7f076e5d7ba52e393c1669dac25fc6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6a0a806-20250519200105.tgz","fileCount":66,"integrity":"sha512-IVUdGZIELke6r17CS/7Vpb3cN3vPGc3KgpCkPzz2rIOTNs3sgWX8G7ySB4VPKYKTXCB1zGLB54wGqLINMvxL7g==","signatures":[{"sig":"MEUCIQCgBTHNMhIC1B+V0+okRZdWO6vULzkTO2Sy0YBw3QzbBQIgRgTvlNjg/66vwMAL8yVhPxWOj2cbCWNvHQtLP9R9FMs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-6a0a806-20250519200105","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6a0a8062f0083119293e57006c1e0494c1e9598f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6a0a806-20250519200105","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-6a0a806-20250519200105","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6a0a806-20250519200105_1747684937536_0.8477867598843853","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250519200352":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250519200352","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250519200352","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a485f24a44da2d4e6a930cd9665cb07904b0df4a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250519200352.tgz","fileCount":65,"integrity":"sha512-eZzwhVuUJGZiLuklN5x9N04kv2qRkkdkQRW4A7EHsGBvu3Ig8B9IUH5ua8K57v3SSpW6q5RpICNd8k0/PtN0KQ==","signatures":[{"sig":"MEYCIQDP44Ri2AvvSMc3rH/gL40NUg6ANE8wiPhl2nIANuTpCgIhANBp8vn3QfgFZBCJJLc+8aQiZkhngazzbUviC2frc7e2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250519200352","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5403331},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"215b6f80e54db35aa911631744f29edd17a84571","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.4.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250519200352_1747685102695_0.35172543964729774","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-985a3c6-20250520101726":{"name":"@shopify/hydrogen","version":"0.0.0-next-985a3c6-20250520101726","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-985a3c6-20250520101726","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"202647620bd1192ac5e47da6c84dd5d77ec264c7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-985a3c6-20250520101726.tgz","fileCount":66,"integrity":"sha512-NEwBa25Cg6pjPU/j+U7AheQ1eitM9O1romJnwMD74c1oMnOgbStFIqP0QV9z+CB88vJaogf/Z/OSngKfH3fP7A==","signatures":[{"sig":"MEYCIQDj4G6jWVHi89APX4HSmldLfT+gnRZ7KDDolRSR/lpnTAIhAMlBHd/MWU1NvVFCQ4STY7I4X92yb3sSNztx7ATHwHoV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-985a3c6-20250520101726","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"985a3c62dea73c555bb647b54d29a1c6cdb833c1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-985a3c6-20250520101726","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-985a3c6-20250520101726","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-985a3c6-20250520101726_1747736316263_0.4565409414434769","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5a3364b-20250520101758":{"name":"@shopify/hydrogen","version":"0.0.0-next-5a3364b-20250520101758","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5a3364b-20250520101758","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d230e93d0253937c98bbd137599842fb26b74077","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5a3364b-20250520101758.tgz","fileCount":66,"integrity":"sha512-uCV/L5XKCYFZ7ViEh+5VoeK+mVQ+uKFYM+5LGFy/1vKspn+1M9wDcdsS0bwr6I7QN4Lu0OAyZlEuRAsqnFmMCA==","signatures":[{"sig":"MEQCIAmorH6LUslxgfJWfs57ST6ihRfIWgUDFZxWFYp39K+mAiBU1QZRV1M6gm+pumjPpFwV9exuSr7d7/V26piNZ1mJDg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5a3364b-20250520101758","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5406181},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5a3364bc2d31a623e9f52b67e2d61318c5515688","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5a3364b-20250520101758","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"0.0.0-next-5a3364b-20250520101758","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5a3364b-20250520101758_1747736349218_0.5393210534445856","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250520122031":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250520122031","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250520122031","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaimie.rockburn","email":"jaimie.rockburn@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f298bbe1703aaeae23706daf4fde5027ca29db73","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250520122031.tgz","fileCount":65,"integrity":"sha512-GRkseuqWdRWy2Fu7y9O6HWt+pLrSyVgdReqiKvYcBohRdFLpZXD3EOvr9WFTqgtkwoQEfuM2s6pTRgJqM0KGxg==","signatures":[{"sig":"MEQCIDWhUkiw+LYARVBtPNls4CXy3e9/yfnTHxBQ4BjqzMAQAiA5IinaTUPb6Vudsw3OkajKgJnb54wo5BMEGXdCLAlxXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250520122031","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5403331},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"29a2e2afb2f494699c251fa1789eb7f8360bbb64","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.4.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250520122031_1747743701267_0.3701779569825139","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e9132d8-20250520153420":{"name":"@shopify/hydrogen","version":"0.0.0-next-e9132d8-20250520153420","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e9132d8-20250520153420","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0ae82eee13ee5b9f163910fcc94a8c25b3c8427d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e9132d8-20250520153420.tgz","fileCount":65,"integrity":"sha512-HAvccqGnWTO+2Jeb+x4OEcQhimG5u28dmnQIaWz4vxPoTtdYP9LYNbBT07JA8dlFmlQFrVNcxPTQChNu2GoFaw==","signatures":[{"sig":"MEUCIQD3H3fXiy5mAP/PWIIORLqsxtUwaS8ZNvI4pCE9apTfRwIgPhYjV4BpckACX77D4gzMF2CZ1HHKllqg0zQj0ZLJpfY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e9132d8-20250520153420","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5403856},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e9132d8888ad090d3db41fe4d5d63569a30e9d8e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e9132d8-20250520153420","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-e9132d8-20250520153420","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e9132d8-20250520153420_1747755330792_0.6309859386334242","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b01c336-20250520155207":{"name":"@shopify/hydrogen","version":"0.0.0-next-b01c336-20250520155207","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b01c336-20250520155207","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"fd5f787f679122e19f000d251ae52b0085f0f880","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b01c336-20250520155207.tgz","fileCount":65,"integrity":"sha512-BGn7J9LFRv2Qsp+0mVTiToK2SWafUE7NM0UFC9ArrkvzcnSWU5S3tU4X+CjDS98Yn5aXRC8SkcIoOT5RNd4+EA==","signatures":[{"sig":"MEYCIQDeU6LCnvHEumqpPox7rGFQnlHsKXqkrsSgJVCBagMj0AIhAJF1wL2fkc/q+/aIYyhkK9y8oSfickLOJFpWa3qPjqxQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b01c336-20250520155207","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5403856},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b01c336182a952fbdaab0d2a03bdd31eab8e2c17","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-b01c336-20250520155207","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-b01c336-20250520155207","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b01c336-20250520155207_1747756396992_0.8962858420462554","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3e9e0e5-20250520170137":{"name":"@shopify/hydrogen","version":"0.0.0-next-3e9e0e5-20250520170137","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3e9e0e5-20250520170137","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"40cdb241b87a319c2142af3d6eb31d44b45376a1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3e9e0e5-20250520170137.tgz","fileCount":65,"integrity":"sha512-NfInmSOm99Rx4qo6LNXkHztBdIP/Lky0wMPy55ajpERc/XtPNITtfmJ2iMvWrlP6ENL+v0+c1Bf/JGAiRKan8w==","signatures":[{"sig":"MEQCIFsrqz3W+6PtcMVCeh50d+V1uvZObiLIdCijEC/95n3LAiAmGWjSQLl1ybIbG6EFajacUjtqitVPX6OzUIbVmu62FQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3e9e0e5-20250520170137","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5403856},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3e9e0e5aa7ee67ce77cecb2b080f5dacecf7abea","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3e9e0e5-20250520170137","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3e9e0e5-20250520170137","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3e9e0e5-20250520170137_1747760567832_0.7091953970739695","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-71a4a71-20250520170811":{"name":"@shopify/hydrogen","version":"0.0.0-next-71a4a71-20250520170811","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-71a4a71-20250520170811","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5e8fca13cb2343de9698f227f4e167014d096458","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-71a4a71-20250520170811.tgz","fileCount":65,"integrity":"sha512-nO9Bd523AlVG5s2sNASFgW6zluzuJAyvZEFowy4u6HsfyY5tILlkRU9f5l5qsyPrcUD0rC+aTcGqal2R/Dswew==","signatures":[{"sig":"MEYCIQCwk5cpIsdx53sWEnLlAuxuLMX4V2Qv47nzQxx9aiKSHwIhAKoO0OrSFLyvyAf18EDcFy44US81BMiOt6laA8Idodf7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-71a4a71-20250520170811","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5403856},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"71a4a71c27faafe613e54557661cbaa7659b4935","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-71a4a71-20250520170811","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-71a4a71-20250520170811","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-71a4a71-20250520170811_1747760961665_0.2851120548457109","host":"s3://npm-registry-packages-npm-production"}},"2025.4.1":{"name":"@shopify/hydrogen","version":"2025.4.1","license":"MIT","_id":"@shopify/hydrogen@2025.4.1","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b86134eae70e11c1ccff9e36ca7d42bcdb7ade17","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.4.1.tgz","fileCount":66,"integrity":"sha512-/wd3XBj8qhxoB7SUiwfP7JN9cwS3R2bCyXPh8XiDjVlHXIUSiwOA+1P+FhnxMAbjY77vwM6BCRBA5EK5nWSBOQ==","signatures":[{"sig":"MEQCICYWp+mbC/nE+87dJgWAQDUQM84k8qOBIFoxDpzmy6YpAiA6HFFYnBEEBUPBVdXJGT7mH8Ez6VrFFXnEvu09R9hvUA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.4.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5410174},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dc5a3f92755444c72f0547d5904620d6e39eb7a5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.4.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.4.1_1747776338169_0.9064679332169616","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d12c521-20250521090858":{"name":"@shopify/hydrogen","version":"0.0.0-next-d12c521-20250521090858","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d12c521-20250521090858","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d5032afc2c90d4b79b31777548d408c15a476aba","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d12c521-20250521090858.tgz","fileCount":65,"integrity":"sha512-QqLziEddUwKn0baWkWi4oFpiYz8LxHEAnKV8FduF/VSwsOWQAhF0ccqD0L2D2+5d6cwv7UUzFg/2h2/ZvrDA/A==","signatures":[{"sig":"MEQCIHhd8MXLGX37e5JQa5uj8gNf2JO7aiOQADKdisw1KQ3zAiBnVLNS2M4/aOBRIfDImfQ5hr68/5R4cuqPJu1DlzP9Pg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d12c521-20250521090858","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5408567},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d12c521b7565a070780885cb0302d215a4854de1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d12c521-20250521090858","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-d12c521-20250521090858","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d12c521-20250521090858_1747818608451_0.6877538806039043","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-9d4e994-20250521101905":{"name":"@shopify/hydrogen","version":"0.0.0-next-9d4e994-20250521101905","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9d4e994-20250521101905","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5538248db2b060ae87423f703d0b38c2042e8940","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9d4e994-20250521101905.tgz","fileCount":65,"integrity":"sha512-2epEKI3BSYJyw3a0uMwSEeWevMacQksmWz4/eNvXGdpeHPHsf8AWMFd+SqRtkmhillT3/jWCAvLYelYvWw6VIQ==","signatures":[{"sig":"MEUCIQCInXhmYSAkUSRzYH3nbXD0XEb+dNEmQKXLCTQZ2kEwNwIgXlHgIJMc0fjm7uLxDF14GN2RewzOqUglQr/1F4D0HzI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-9d4e994-20250521101905","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5408567},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9d4e99420c23c272258e2e749bc38ecc0dea2752","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-9d4e994-20250521101905","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-9d4e994-20250521101905","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9d4e994-20250521101905_1747822814384_0.7313631450857703","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2e32e77-20250521105735":{"name":"@shopify/hydrogen","version":"0.0.0-next-2e32e77-20250521105735","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2e32e77-20250521105735","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0723015a9cfd088ee6deace04dd60b53ba34213a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2e32e77-20250521105735.tgz","fileCount":65,"integrity":"sha512-wMUlLv371pBrAnkVpoGC+LX7z1OignbEPSV47Nq2y3FFt4XndUu0/wT4xn0NNk5NvdwXZEevY/a8bE4lqo+/EQ==","signatures":[{"sig":"MEUCIH1RhowS9AlFdFZ9l1ZV+gX4bm8P/Cq9b2CbOFtJB3ZiAiEA61LnzoDPMMjnldEH2hbnuApxiHi0zDAE9x4nKHFGT+A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2e32e77-20250521105735","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5408567},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2e32e77efa32aca00b18552fbdbfcb8af012f4ca","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2e32e77-20250521105735","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-2e32e77-20250521105735","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2e32e77-20250521105735_1747825126391_0.16432768587226687","host":"s3://npm-registry-packages-npm-production"}},"2025.5.0":{"name":"@shopify/hydrogen","version":"2025.5.0","license":"MIT","_id":"@shopify/hydrogen@2025.5.0","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"311e907fc938322bb4bf261e28c5296b103d7656","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.5.0.tgz","fileCount":65,"integrity":"sha512-Sgy5qBBZNCRahJ8T/SWlPxSRZTWKPq6tTuMus8V3r9tNwPgdEL23StElgs9q8gJJ8RQ5rNYA+i5w2fPTMVZ2OQ==","signatures":[{"sig":"MEQCIEj6dvSW0UbmuC775WuquSX75Pt7Ur6gZjrl3Jg4gs77AiAFZ/N2WIP98pBhktLnNkrc50mhdLSAFpHUd2HnqWtUsA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5407849},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"91d129a5fc039b84b23bcf189a65a6a10976948d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.5.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.5.0_1747826169417_0.6585997815243216","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-bd88c4a-20250521112639":{"name":"@shopify/hydrogen","version":"0.0.0-next-bd88c4a-20250521112639","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bd88c4a-20250521112639","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5edb7c1a85ed6b6e090b384e45b9c151a1ecfe47","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bd88c4a-20250521112639.tgz","fileCount":65,"integrity":"sha512-pA/HYB7qu8/o0gge3buQpTujwrJMnTE2FNQoxujgmvRk3HhiIqWtohags9N5uLkqPJqDrnBtWjo/E88/CREO1A==","signatures":[{"sig":"MEYCIQDTjW63HlWZ3rku/cKrbqxJA49DdQzezaOvVJcDhR8z6gIhAL7rU17j17KA2aA0somKM/PA6Fm7tJAdSOG29ehqIS9R","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-bd88c4a-20250521112639","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5408567},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bd88c4a0cb7e12c96ba3957fdef306832089ae0c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bd88c4a-20250521112639","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-bd88c4a-20250521112639","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bd88c4a-20250521112639_1747826869738_0.4839728945330699","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-0af83a0-20250521124417":{"name":"@shopify/hydrogen","version":"0.0.0-next-0af83a0-20250521124417","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0af83a0-20250521124417","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cbb0381833bf6708c68406a7b41419110d869d93","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0af83a0-20250521124417.tgz","fileCount":65,"integrity":"sha512-9TqUdugwu7pxl2+6r/Sn6Ze/C8qtwlyxHgtt9vIxxAwL5foptPs2pdHiez/Wbi/UNfIEJHCQ6Riok/zaV5/VqA==","signatures":[{"sig":"MEUCIEOnYzudgBjt3lENgmn5dhoZCImYxo6S5OxHbZRaRUbnAiEA4D7XzCir5lxZzFIgNrU3cdcaVzT6XD7j7/CsCgiIu3A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-0af83a0-20250521124417","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5408567},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0af83a02a8f0baa4e2111c832d5c04646469b6c5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-0af83a0-20250521124417","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-0af83a0-20250521124417","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0af83a0-20250521124417_1747831526520_0.6153518106158173","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2955dea-20250521124526":{"name":"@shopify/hydrogen","version":"0.0.0-next-2955dea-20250521124526","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2955dea-20250521124526","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5de5c7cd922ea47ca3be3d0110d4acdfee561831","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2955dea-20250521124526.tgz","fileCount":65,"integrity":"sha512-+Gp+8jxf8g9ve20Y4vQYjXPNLtjSiJj/Otn7XhcDN8zLaD2MP1uR/KUXXpAbJO0eH7W4xX45fbO46FyPn9vYbg==","signatures":[{"sig":"MEYCIQCLFH09b9mqsDwrUws6l/zmzd7/xRAvrFCUKz7y8XVMkQIhAIOftzBr5uAtHCX/wmSYLRfSPH7jxXzFHRYLQfO8qLgV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2955dea-20250521124526","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5408567},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2955dea8606effa5a8f288e805257e8994b665c2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-2955dea-20250521124526","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-2955dea-20250521124526","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2955dea-20250521124526_1747831595218_0.10736474524688178","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d9cd83b-20250521171221":{"name":"@shopify/hydrogen","version":"0.0.0-next-d9cd83b-20250521171221","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d9cd83b-20250521171221","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2b5a499798ff757ac8b17cc6723659eca28e016a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d9cd83b-20250521171221.tgz","fileCount":65,"integrity":"sha512-CsvibmJi3ENp20Sp8csd6or11pY3JcNV+9Mg6+Yf7HHGCBD+HYVwIZ9rph1dQicofkU45vz6UC+VNDt29lU/Rw==","signatures":[{"sig":"MEUCIBk/Nye+x4eg4oaqNzp2BET01y+G2qAvJMFa7r3PrIJYAiEAiI0rKzXn8XtKOvcgyShiW48iaOv26bJ6mqIVuU4SHU0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d9cd83b-20250521171221","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5407719},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d9cd83b82b625b6c6203f2cd5fffa82acacee87f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d9cd83b-20250521171221","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-d9cd83b-20250521171221","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d9cd83b-20250521171221_1747847610462_0.35884330626898175","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-54fd1c6-20250521175328":{"name":"@shopify/hydrogen","version":"0.0.0-next-54fd1c6-20250521175328","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-54fd1c6-20250521175328","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6575d32ec0ba5b3759f439548b80c2cf434bbcec","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-54fd1c6-20250521175328.tgz","fileCount":65,"integrity":"sha512-CSd3AmCEvtKIyfM+BrNJdGsxjNKr5pXhlgNq934sePrqYKcUKbyfsOkkgtLZzhtE93ooxW9wGP73a7XeXId2yQ==","signatures":[{"sig":"MEYCIQCcDUm9exU3x2BU+3WIrCvf1NJEraRS3dFwswKa6mGggwIhAITykgFNBi5i6iphk3w3+I5evE60o0a/coENY1DAZxyF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-54fd1c6-20250521175328","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5407719},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"54fd1c65295c7fafb3243221aee96f24f67853fc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-54fd1c6-20250521175328","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-54fd1c6-20250521175328","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-54fd1c6-20250521175328_1747850077528_0.32615505152605073","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e873440-20250521182750":{"name":"@shopify/hydrogen","version":"0.0.0-next-e873440-20250521182750","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e873440-20250521182750","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"457c77f22920fb5e1947267c0c0834c622684604","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e873440-20250521182750.tgz","fileCount":65,"integrity":"sha512-uqDoqmlgfig76rhI22M4JFWuYTN1x6auLQhemENPezucRO5tTVABAtfiIwnWlXR4Hdn36J70C4vq/yQjCocu+g==","signatures":[{"sig":"MEYCIQC6N91Nu222zaXeRCHUc3TiykpGCBSU1LPe7ybIuJM6iAIhALMGi1Gb96Dw/2JVLgC4tByz8+6f9YfPPP9uSv8SUMQC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e873440-20250521182750","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5408191},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e8734402f720ac12d306c714d0e57191e756ddb1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e873440-20250521182750","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-e873440-20250521182750","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e873440-20250521182750_1747852143032_0.1329038793470685","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-469e727-20250521184854":{"name":"@shopify/hydrogen","version":"0.0.0-next-469e727-20250521184854","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-469e727-20250521184854","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7922a556febf10dbd55b34f6d6897a27cf37b220","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-469e727-20250521184854.tgz","fileCount":65,"integrity":"sha512-5K8iA9tiTrBk4jIbA0gGby92cQojWB7ZMxiTdsrymns2Yu1nDwY960nekNzNHL8YiiZ40Om4S4sUhyJFqO2INw==","signatures":[{"sig":"MEQCIBrZmgP5LeyWNXbEM2i0Qga8Sc4mRTefMSvETt9AXyfSAiAd7IFWGq+fvSKOw0dVYRQ0r8MU86XheAqMu6UxwWQm/w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-469e727-20250521184854","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5407577},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"469e727043a875c6a98acc7d80b85276cc5c1b2b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-469e727-20250521184854","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-469e727-20250521184854","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-469e727-20250521184854_1747853405130_0.8227304595896581","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-66fdb42-20250521191643":{"name":"@shopify/hydrogen","version":"0.0.0-next-66fdb42-20250521191643","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-66fdb42-20250521191643","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"86ba1c1683ab44490733074fd33ee2afbf4bcf25","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-66fdb42-20250521191643.tgz","fileCount":65,"integrity":"sha512-pXt7jXHv/6BYWI97UHFNsVirZLZBLLfUv6wWYMzKORbfBYlaOqQAv+MKCPT/LEuXROoQDZqtB8ZvD1m4ygIbIw==","signatures":[{"sig":"MEUCIDYBvba7UaTvMxil1vjYse4qOZIxZF/kXJBWCfA2rr3CAiEAk3SKVzxgyRTKaJsAiaMy4EL7GQqS3ykyaxL4aHqI2bw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-66fdb42-20250521191643","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5407577},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"66fdb42cbd8352e768d6c36ff736f9af00dda927","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-66fdb42-20250521191643","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-66fdb42-20250521191643","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-66fdb42-20250521191643_1747855073896_0.9348519779075506","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d63f851-20250603134728":{"name":"@shopify/hydrogen","version":"0.0.0-next-d63f851-20250603134728","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d63f851-20250603134728","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"17ac9bd425692bcb71f14d31c52add256137ef73","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d63f851-20250603134728.tgz","fileCount":65,"integrity":"sha512-BFhnQcpOKC4Qcy136aNxLQenocRHw95hL/Gn5IQTJo3kNG7lrCKllYDstCb8Yx4sdvp4IIMBub1JHfSwxv3+4g==","signatures":[{"sig":"MEMCIBGrDb7DvynTMnznsWzw7nBw35I7gM6UrWaDy4H1nMPmAh9KmXduVNEfDs+UygVOUaYohlIO/r/0qDgzQjAfxWpM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d63f851-20250603134728","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5407577},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d63f8518186b4487a445a4ed79139ba4d8b15550","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-d63f851-20250603134728","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-d63f851-20250603134728","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d63f851-20250603134728_1748958517744_0.9797367076053689","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-14aa405-20250605201326":{"name":"@shopify/hydrogen","version":"0.0.0-next-14aa405-20250605201326","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-14aa405-20250605201326","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9aa142a3989a133626643bbf05deaa5eabb193c9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-14aa405-20250605201326.tgz","fileCount":65,"integrity":"sha512-JTbhFAsxH6XT+u6Qr3Ri1i8IHeiHCqoOoV93G8okySwoyezklUDljgEmAiM10J6dvPJ6QwYMm1vqvVY40vH1wg==","signatures":[{"sig":"MEUCIQDTzhR3QuUgRogRSNj+hhI3mo4AfTEtEI6fnQV3b1U+swIgFVxOS8lg+N5P7sh0W6WOEeUrbnWJaRMEXbxfrbIhkfo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-14aa405-20250605201326","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5407577},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"14aa405ceb190d950708cbb1a9407f7514df220f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-14aa405-20250605201326","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-14aa405-20250605201326","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-14aa405-20250605201326_1749154475567_0.2344778043860467","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-1bdb046-20250609180529":{"name":"@shopify/hydrogen","version":"0.0.0-next-1bdb046-20250609180529","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1bdb046-20250609180529","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"986a7db725ba3dd734bf6996532413dc2f32ecd2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1bdb046-20250609180529.tgz","fileCount":65,"integrity":"sha512-FWGaO8Si0gVGkjTe2Mpj1b8SEtSRc1IePYbHUKhWDEaE/cpsCOUxG79SPh+0iRb0JyEWU47qZIYkMyxY5AvIwA==","signatures":[{"sig":"MEUCIQDUZXH1okBEVfYoaD7hO46O3bHwB6HN2B+3+TZuSBYrZwIgPZjHquXSsujUGvqSBMOCnSl0Te20Q8Pz3C11fxM036M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-1bdb046-20250609180529","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5465597},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1bdb04653938cfb3bf887a73af8e71cccccdee0b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1bdb046-20250609180529","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-1bdb046-20250609180529","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1bdb046-20250609180529_1749492400645_0.40041807165691035","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-10c73b3-20250609202158":{"name":"@shopify/hydrogen","version":"0.0.0-next-10c73b3-20250609202158","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-10c73b3-20250609202158","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ccbff7192668a25a8c6a3a3d5b1309626e4e3027","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-10c73b3-20250609202158.tgz","fileCount":65,"integrity":"sha512-t4RKF122jNODnx0b4gbGdRosQ+rGaSLSyOGrSAbfdsZ3VfrF1Obct5jRdd5KMaZelBGq/fGix+rONlX+a6JO1A==","signatures":[{"sig":"MEUCIQDFRowr2NSGEOwhC12SUPH+GsNUjgsa4PCq1pno0+p9FAIgcBByrlNWuHvv/7o2Hfe1hJr644r4dLP6U5ABhU/CQJI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-10c73b3-20250609202158","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5465597},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"10c73b3fae3d94860804dbbff9311b8124ee4f69","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-10c73b3-20250609202158","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-10c73b3-20250609202158","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-10c73b3-20250609202158_1749500589534_0.31065690914649413","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-71cffb0-20250610205701":{"name":"@shopify/hydrogen","version":"0.0.0-next-71cffb0-20250610205701","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-71cffb0-20250610205701","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"57b7acde9f0d7c2505765df0d95cd5f339b5bac0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-71cffb0-20250610205701.tgz","fileCount":65,"integrity":"sha512-Cah5AwZ27N7yNsUwzIe/3qFydj11uLm7YrQGdPujlozPKcgUjJjrB1oKtpf0isxfPeTpiPiUL6GD9gr8MuK7UA==","signatures":[{"sig":"MEYCIQD5zCvduE7T9cQ3F8acBSUvKv/N+THc27nY6eq3wx9zSgIhAOUHRfgUyApBU2yiam6DoOSp2XDC+19YGwP3h+JoiYXk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-71cffb0-20250610205701","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5465597},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"71cffb0da4cb247948a36ac8adcd4a381cca6df7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-71cffb0-20250610205701","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-71cffb0-20250610205701","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-71cffb0-20250610205701_1749589091217_0.35270529281857543","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-4129da5-20250612110823":{"name":"@shopify/hydrogen","version":"0.0.0-next-4129da5-20250612110823","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4129da5-20250612110823","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e692a173bdc305a6de8b9f8dbf5b43262577a2c4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4129da5-20250612110823.tgz","fileCount":65,"integrity":"sha512-1ihF+pK77dq6rLFVLBsDzcrLnPlPVuzJxTunQ1bHsXVSUNSnk1cl0jj05n+5GSxJ1BvWHiXuLqptHBFMkdwKug==","signatures":[{"sig":"MEYCIQDVLR9ZKT9s/hyIUl0iVMoGmxazUb8DN6X6W/yyp0ATtgIhAJxy6tLq4mDEabzNzRHUZ9Ab0LWV/ePlDpOv3V/MoO33","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-4129da5-20250612110823","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5465597},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4129da578f9d603187bd10945ae60e1934df0e8a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-4129da5-20250612110823","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-4129da5-20250612110823","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4129da5-20250612110823_1749726576669_0.9831526882593955","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-195eefe-20250617150734":{"name":"@shopify/hydrogen","version":"0.0.0-next-195eefe-20250617150734","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-195eefe-20250617150734","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"24ec490ef2c9b73dc252095a863bf966b4ebfe8b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-195eefe-20250617150734.tgz","fileCount":65,"integrity":"sha512-5xUMLlGXf/BLv15W08qEX60sE3FhR0u/+zoACN3Pt0vnXPj2XPqsBAH1IVeRYvNbdn1wcjF/kh92+ZbqThRmLQ==","signatures":[{"sig":"MEQCIBipCI4ud0I3A0PQ5agrHNiDC3Ys7akUXzGdEJWVzHEFAiATnfH9ZkQCia9FLxXTs7NVjgztNcOUc5h91kYlCmmtuw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-195eefe-20250617150734","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5465597},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"195eefec4c9c752e0ce18de1bc71899389ae4fa0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-195eefe-20250617150734","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-195eefe-20250617150734","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-195eefe-20250617150734_1750172926132_0.26462665142261366","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e458ff1-20250619123000":{"name":"@shopify/hydrogen","version":"0.0.0-next-e458ff1-20250619123000","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e458ff1-20250619123000","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"65cf5d662a184dabf026596f75aca1f4304d2dce","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e458ff1-20250619123000.tgz","fileCount":65,"integrity":"sha512-SGSIRp1IrIUDIrMGDn8O4PCRjlLJtPW9RBEdS9mY0fJYns7xYCx9vtbWTb8Lb8hN8f1RT7TIGTJkj/Avl2uIhw==","signatures":[{"sig":"MEUCICnK8amKIM58Vp02vfTbrgu1Vm2se1irir9FGTetVGDGAiEA8DloQca1Ezd06xxHKo63ks7j2IdmCYpFOXMPBHy45KM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e458ff1-20250619123000","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5465597},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e458ff1954ff0b3d80054491f07e1272cba6816a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-e458ff1-20250619123000","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-e458ff1-20250619123000","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e458ff1-20250619123000_1750336270334_0.862374674894631","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-bd691ec-20250620160507":{"name":"@shopify/hydrogen","version":"0.0.0-next-bd691ec-20250620160507","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bd691ec-20250620160507","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"10653638023bc72616417108dd6aecba44a5a22c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bd691ec-20250620160507.tgz","fileCount":65,"integrity":"sha512-slC1IcdM8/t6U0LCf5ocnuBkeICSQo95rwgdaqco7NEPOivwc4MRKd7eueEQLWSEHztmAOTmk5K/ZRLUUWGfrg==","signatures":[{"sig":"MEUCIQCiExldABwGevTL/PLhqiRtb7NK2akwoK/kxSd5e91UJwIgWSfLhNmt2qIfGMDx+vqYSmk6QZuku6jf6A3lVyIsqOY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-bd691ec-20250620160507","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5465597},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bd691ec4999735f6455d9e0a01ed7c490998745b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-bd691ec-20250620160507","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-bd691ec-20250620160507","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bd691ec-20250620160507_1750435576742_0.49908927200814923","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6d5b52d-20250625090551":{"name":"@shopify/hydrogen","version":"0.0.0-next-6d5b52d-20250625090551","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6d5b52d-20250625090551","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d9234ca4685ccd7df9e1524c0d7db932465409fb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6d5b52d-20250625090551.tgz","fileCount":65,"integrity":"sha512-syABr3OTCP0E1N3SV2hOzvm3RP5dj5RIO5OgKT+t2QiTpC07ooJDpUM92JgRrL0sLUrJK4v0frAE+FOQUr2JFQ==","signatures":[{"sig":"MEYCIQCBW6DvgPhmUA994ofPIBR7+5ZBNw3fOEULZJDXE1Z/6gIhAKpDWD/LUDnM8xlXjsoS4swjmOiPLYklo0824X7mYtsu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-6d5b52d-20250625090551","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5465597},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6d5b52d60a3c22dddf133926cdcee1606af46d0e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-6d5b52d-20250625090551","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-6d5b52d-20250625090551","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6d5b52d-20250625090551_1750842420706_0.09342473869467205","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250625191530":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250625191530","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250625191530","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a02be7739ad5d082a8f0dceb4818c65d4e60f8eb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250625191530.tgz","fileCount":65,"integrity":"sha512-vrk4pUw0Egq5fNnWiMV290EgPUvmu12lRCBMORBAG+h+WQx0NcJePw2+97xGhu9sVdhXOYND/2KbhgZ3/MJwLA==","signatures":[{"sig":"MEYCIQDNTFjVo65urXICItDAlxVzBIHrZ8ielRiIsN0XtKktJQIhAOdEjayXz9rTSmM/nSYY+ELxRW6tBPzxc8Wk/rHDtKLu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250625191530","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5477211},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bba3ceafe8526462732f16cc7137e691271b16f8","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250625191530","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250625191530_1750879009865_0.8448127595368473","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3dd2980-20250701150917":{"name":"@shopify/hydrogen","version":"0.0.0-next-3dd2980-20250701150917","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3dd2980-20250701150917","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9a76b55caace95a59da79bcfb2c385ac0f4f2fa9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3dd2980-20250701150917.tgz","fileCount":65,"integrity":"sha512-Ca/gR3CJz876f2/2OQ4e7HW2Q4rLogBe7/i2/fzdsn7OP7NczrG7huA8EnmcLxiN9xlziHBg01hFQMP7X+fPQQ==","signatures":[{"sig":"MEUCIHyHuZ+ZQVnXkRKS7MsnXdHswxsHXtjJJI0thFESr12kAiEA0nyHEKzIBxhcNUYktS4+EeYBAALtwGxQnNxUKJ2YKEI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3dd2980-20250701150917","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5465597},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3dd29805a6b0991dfd062686f0f94a93979242bd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3dd2980-20250701150917","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3dd2980-20250701150917","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3dd2980-20250701150917_1751382632124_0.8497945122167447","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5068a05-20250709165731":{"name":"@shopify/hydrogen","version":"0.0.0-next-5068a05-20250709165731","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5068a05-20250709165731","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ef6030d16daab2869d5ab9456bb440e7bd456c8e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5068a05-20250709165731.tgz","fileCount":65,"integrity":"sha512-Bt+C08qChrzvwuQN5f5cjlmCryYktpZV7gboqjve89N3HuE6HkQ0q28GgbsIVq/mPVmuOm0IneacKKBlM/kbGA==","signatures":[{"sig":"MEYCIQD3BUgZYSdQKlyEPax1jMSOhEa1HTLvKQZ8kRtVri1lSgIhAJYFyMJV2GKyXvjD47UnI4C9TUY8JUgYLf7W8EP3yhO2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5068a05-20250709165731","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5465597},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5068a05336504218aaf9508430dad1785d755062","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5068a05-20250709165731","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-5068a05-20250709165731","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5068a05-20250709165731_1752080324611_0.9560790420975822","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e38273f-20250709173659":{"name":"@shopify/hydrogen","version":"0.0.0-next-e38273f-20250709173659","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e38273f-20250709173659","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6b3cf00b171450472faf1ea1e666f5c691c4d177","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e38273f-20250709173659.tgz","fileCount":65,"integrity":"sha512-6iD6rUvjoiwAp6pjikycvvRQWQ+1EYYmCvRFW9hiP9mAFphNrj33LrEU8Bz+CUmMF1sRBc2dRbamZ5bCNb1mVw==","signatures":[{"sig":"MEYCIQCXNCL13KQZbbQEwHTV4m/Cxsv66J/88yrXyaEAfQRbFQIhAOEpXnFnIF/ma+FWYNhQOUEAwBORLQaW34SeHev7pmRy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e38273f-20250709173659","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5479626},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e38273fc2b756d7372439d5ee29793ed6e558cfa","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-e38273f-20250709173659","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-e38273f-20250709173659","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e38273f-20250709173659_1752082690484_0.6837452435927283","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ce2e633-20250709175132":{"name":"@shopify/hydrogen","version":"0.0.0-next-ce2e633-20250709175132","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ce2e633-20250709175132","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"46e553b992e67d75665eaca5372da9c8376d8b2d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ce2e633-20250709175132.tgz","fileCount":65,"integrity":"sha512-YyCpdT4JZt3iM++5nAfmjTxV4AV98jhQNPmKj1t/LViDeZLti24NEyt4z4Wc+UEgyjEK7+1NEdqTOEO3OiXp/g==","signatures":[{"sig":"MEUCIQCZ2jZBZux11duAqhkYbSI8fwyN4sH1seioTeNefwCxHgIgcMkHm4i8NN/TOW0tfkaNVlqIeUgQdU2NJP8xUBGGD6k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ce2e633-20250709175132","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5479626},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ce2e633b0e8f452f6543f53fe5180fd01ee91fd9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-ce2e633-20250709175132","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ce2e633-20250709175132","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ce2e633-20250709175132_1752083561252_0.3610074497123652","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20250709190918":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20250709190918","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20250709190918","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"24466b0036a0132d0748b0fed653808c52121a78","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20250709190918.tgz","fileCount":65,"integrity":"sha512-mQ3r/qq74CwIv6jBNEFepnEj8qTYYiZx0UUxeGlTvVnXcQcACvdb7ff/Ky8UzzqAP95yKBD1YUAEeziMoPIjew==","signatures":[{"sig":"MEUCIAyO1WgI7qvcBl9A/ZOHungZSN/RXUSNKnkBPFnydzMxAiEA9Agq2S1g5T7QUaaqq/0NKs+IDvEbd2CJ6lb/8oeKdS4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20250709190918","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5477259},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ac12909a8192088c6e04d903106a6712983dd79a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-snapshot-20250709190918","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20250709190918_1752088230207_0.1587148281479711","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d92381b-20250710180346":{"name":"@shopify/hydrogen","version":"0.0.0-next-d92381b-20250710180346","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d92381b-20250710180346","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b424aea9baab2f06e80f0d6bd31b9b31add2f52d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d92381b-20250710180346.tgz","fileCount":65,"integrity":"sha512-LyJg8qux3HKPeIgZ5RhvqLG/dLHRLDhJQsF6aM2XcwCrjtr0uxhB+HK94lc+7YQMNXTaGTU82vs/YMdVD+HWZw==","signatures":[{"sig":"MEUCIGaC3NDymxsGc2g0zdM8DBKvnIIVv1PgTrnkRJg4jtjPAiEAw64bWvMuzq2fNhACq5tmTaA71ksJndPu7bGN2TMnYWQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d92381b-20250710180346","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5497054},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d92381b71c2116d90af86093b2be73750026e325","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-d92381b-20250710180346","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-d92381b-20250710180346","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d92381b-20250710180346_1752170696193_0.16214573962911305","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-a1185fa-20250710182115":{"name":"@shopify/hydrogen","version":"0.0.0-next-a1185fa-20250710182115","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a1185fa-20250710182115","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"873cae869449c2ecc286db4e56b8412d9d329bee","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a1185fa-20250710182115.tgz","fileCount":65,"integrity":"sha512-+IIY1FDk7/v06Aa2W9XCEs1lt5fWb63rSVzWZTQMjYu/LNC/BbLQYfsfe6PRRNQqfGcocyVr4rv+luE8FcDUOw==","signatures":[{"sig":"MEYCIQC+HjVnPn+jv0O6dDufS2aXoIm3vnLZEmD5KZsakh9/HgIhAP0I5GKEdiHx4eQaj5k6eLi8iLIvnct0Ao5fOqdtY6Ur","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-a1185fa-20250710182115","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5497054},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a1185faa9bff023788e7b00c8d56295520388b25","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-a1185fa-20250710182115","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-a1185fa-20250710182115","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a1185fa-20250710182115_1752171746309_0.748520997523477","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-1755eb6-20250710212543":{"name":"@shopify/hydrogen","version":"0.0.0-next-1755eb6-20250710212543","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1755eb6-20250710212543","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"87e276ebd2b5e2cfee49efdeb7702d0104479821","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1755eb6-20250710212543.tgz","fileCount":65,"integrity":"sha512-/vUhTozeMadqKzGlErrhtV1tnHyUnMSpomjFKINN8BZSOi6udAm70uroywZjzD8I6iH/UDfmROEFTwLeNCjPaA==","signatures":[{"sig":"MEUCIQDAkZhWoVfV9JXRYAxm6bvH8ehYvfhqRuWW0RpIRtL0YgIgU4TZ6mO/HVAtxnWBoKtzhVcqqKt+TMf6KRrZmrN8qqU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-1755eb6-20250710212543","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5497054},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1755eb629f50dd51057ffcd7143354a63ffa5795","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","actor":{"name":"shopify-dep","type":"user","email":"npmjs+shopify-dep@shopify.com"},"email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-1755eb6-20250710212543","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-1755eb6-20250710212543","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1755eb6-20250710212543_1752182816048_0.18672821622700386","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-a37ec6c-20250715185931":{"name":"@shopify/hydrogen","version":"0.0.0-next-a37ec6c-20250715185931","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a37ec6c-20250715185931","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"17d7970de588d192b2f707274bf53ca08e724b5a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a37ec6c-20250715185931.tgz","fileCount":70,"integrity":"sha512-BM2ojrpXMqdQ8l/RXYL/sNk7gciuqyXLpDyABGEmJJTPNGBps2/Vz92teXEWT5IQGg3eJTc6hfTX64DXIqg0SQ==","signatures":[{"sig":"MEYCIQD2w3UF57DGiYuui+xAHiPsI2gF4oomRdgQMXXRaMP+lwIhAP5J27mn2mPCjI1kWPugeYH86VOawLgx0FTLfNPp3H7r","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-a37ec6c-20250715185931","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a37ec6ca10078a5f2b845661a7aaed29f3772a74","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-a37ec6c-20250715185931","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-a37ec6c-20250715185931","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a37ec6c-20250715185931_1752606049156_0.294335612151819","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-c4fee05-20250716164136":{"name":"@shopify/hydrogen","version":"0.0.0-next-c4fee05-20250716164136","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c4fee05-20250716164136","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"bb2c2a0424b79307107776af50cfb1d111870fab","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c4fee05-20250716164136.tgz","fileCount":70,"integrity":"sha512-QDU6UqiPQZGxr/g6D7D6Wb/pznrC21ok2CJjAIk5u0BVAAk8PU9ifLz9eH9USw6eSNrW7HoGJSnY5visXCEYMw==","signatures":[{"sig":"MEYCIQDiLGcUW3FAp9dAPksLrQTJGIX33LAkvBXyAUpmXH/iNwIhAK+CGkqdmBYDaLV2tV/OieCc16jQlDHxNMHhHjRgnGRW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-c4fee05-20250716164136","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c4fee057354ae576f1a9603b431d23716598eb99","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-c4fee05-20250716164136","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-c4fee05-20250716164136","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c4fee05-20250716164136_1752684177029_0.6307580952604235","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-dedc3a5-20250725164856":{"name":"@shopify/hydrogen","version":"0.0.0-next-dedc3a5-20250725164856","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dedc3a5-20250725164856","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2ac4b8dc8f25d5cc0832f9181baf464b9076dde6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dedc3a5-20250725164856.tgz","fileCount":70,"integrity":"sha512-vfAxHGrABFqLuRLljq+Vrvr2oylCT94aX/c6jETxA8fH6DplYBfxi1E9ljNiKPh5hp+cLblbshwGymcT16dqcw==","signatures":[{"sig":"MEUCIQDMLgYfK8imXC90CKbzd3n0XB7Sx/4yIgSvI1+oj0EoMAIgPYvnLleGOdMWaU1sZ3mkc6GktsqUW0peM8XlG+f8FD0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-dedc3a5-20250725164856","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dedc3a5ff0d152a215dded803064661aa4dad748","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-dedc3a5-20250725164856","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-dedc3a5-20250725164856","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dedc3a5-20250725164856_1753462214180_0.18028976718204914","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b9689e8-20250725180248":{"name":"@shopify/hydrogen","version":"0.0.0-next-b9689e8-20250725180248","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b9689e8-20250725180248","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8d96a9fa3a79b3b292583f2630bbe7c0db83b523","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b9689e8-20250725180248.tgz","fileCount":70,"integrity":"sha512-vizV4WLG7M7ko83sC5Pd7+vA/sH6VzyeNBQbKOnKDE0+P1BBWBP62OjHwYIarMEH+syJ3b1KlP88t3p8AWcBAw==","signatures":[{"sig":"MEUCICi7rII/hhg5qz6MjoWqq9hpRC4DoLmt/kSNXKOkscC+AiEA1C90r1bZTsGCXhdmhrmOP0DFlZoi/srLlE6XhKgIHw4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b9689e8-20250725180248","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b9689e8bf62072dd549e5f64a83308742e2c5131","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-b9689e8-20250725180248","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-b9689e8-20250725180248","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b9689e8-20250725180248_1753466647285_0.07907934827961793","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-fdb09e1-20250729172229":{"name":"@shopify/hydrogen","version":"0.0.0-next-fdb09e1-20250729172229","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fdb09e1-20250729172229","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6d21477736f877ca1aaee85c7a53c13a9fdb6b95","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fdb09e1-20250729172229.tgz","fileCount":70,"integrity":"sha512-yuNOAcVqO34+udoKFjnn7jKkf6EH9RdeEwR74I3rLVcMxOoQB8QwhXrRooSbeeAXn3D+vvblHETOjyyYj7GuZw==","signatures":[{"sig":"MEYCIQCF1ytOuOyqZTgGKfK4rXbPvD+d9vUxMZ+JdMAr1H5q5AIhAMMGXxe1b/0UVrBTD6brq+QH5h+DNymblPmpQf+5PjkO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-fdb09e1-20250729172229","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fdb09e1dd2bcada9b62f9e1c41fb9a2ed07f84d0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-fdb09e1-20250729172229","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-fdb09e1-20250729172229","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fdb09e1-20250729172229_1753809820351_0.6470018992607955","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-a1f2538-20250729173708":{"name":"@shopify/hydrogen","version":"0.0.0-next-a1f2538-20250729173708","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a1f2538-20250729173708","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e968bb8a3f13f305f2ce0c7b5ad9f6f8af01a4e4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a1f2538-20250729173708.tgz","fileCount":70,"integrity":"sha512-fNwg4ka8r4b58qI7V0iEf3p83nCqXfotZvj6uwVlPLPfSVZea6swEMSsiHgHUiqsRPfI6wHDtxxpSrfVDx5WcA==","signatures":[{"sig":"MEUCIBw3akUUR9aQgkQAcu4lUieu7nf3EOyDetOhJgR01kL/AiEA+CeySjaLgwOx8tQJcfO95FaS61tkBhAps6W1dihcjzQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-a1f2538-20250729173708","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a1f2538d094edb57635ed538b95bbe5e466b26e1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-a1f2538-20250729173708","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-a1f2538-20250729173708","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a1f2538-20250729173708_1753810700132_0.2574291903347028","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ae7bedc-20250729180629":{"name":"@shopify/hydrogen","version":"0.0.0-next-ae7bedc-20250729180629","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ae7bedc-20250729180629","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"dae742bc5a240d28f0f13674560bae65155f9653","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ae7bedc-20250729180629.tgz","fileCount":70,"integrity":"sha512-l1yQSTecPJgNifs1iTe64b7JF/eH93YHHyPJwymS+/oTnsPVwMkbEtjxzkhv28I4k6YH0y2WCK1xTsc0C2IHOA==","signatures":[{"sig":"MEUCIQDj2sMD2XiZDyAy3G3cq0jlzg5/Krj30FLT7rT4jY3c5AIgZyW3uRDLaYGTkA3U/WuX+mxYtYOWLcFJBhsSXqpXWgI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ae7bedc-20250729180629","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ae7bedc89c1968b4a035f421b5ee6908f6376b1b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-ae7bedc-20250729180629","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ae7bedc-20250729180629","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ae7bedc-20250729180629_1753812467390_0.023201276424951844","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-bf572b7-20250730170413":{"name":"@shopify/hydrogen","version":"0.0.0-next-bf572b7-20250730170413","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-bf572b7-20250730170413","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a9864273b03c0acb435c20b201300ca5a2c83abf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-bf572b7-20250730170413.tgz","fileCount":70,"integrity":"sha512-kKN1FmI0Mh48H7M+Llefc1JEXBzaNgjCMkhKUI0ex+x9Poh+b2WckZ87J/XfLROq23U6y5hTmoMxD84S7VVFVg==","signatures":[{"sig":"MEUCIFemAXNiABTnmNwRV0YY1bo3ZseG7xTgRApVL/Ip3xAgAiEAlzFHqI/p1dku3h/Z7wQL11GGH2JlYpQ5s8xlWbR3+yI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-bf572b7-20250730170413","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bf572b7937ac9eae6cfe723dad98753bae6c47a7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-bf572b7-20250730170413","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-bf572b7-20250730170413","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-bf572b7-20250730170413_1753895133907_0.13154656924396546","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-7f335f2-20250730214243":{"name":"@shopify/hydrogen","version":"0.0.0-next-7f335f2-20250730214243","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7f335f2-20250730214243","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"dacd192cdd746602b6076bbb9732a40dea2360c7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7f335f2-20250730214243.tgz","fileCount":70,"integrity":"sha512-kHbLNlk4ymDd+FfIsHOmeh/7wQgZoRXQy4ZOUQiLXEj/nhKge28CGRtBIo/3KGVL7Dz/H8H8oPrYz5MNiE4mvw==","signatures":[{"sig":"MEYCIQCM144aEXVEGbcKSrsY8WPg7BI3eObg2jA4w+xawEAInwIhAIuajqWuA/wj3KJ49PDfQRT2yo4RDnYd1einVwnZqKqr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-7f335f2-20250730214243","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7f335f2b0b0aaf0c9efd765a6dfeb7fad5b86683","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-7f335f2-20250730214243","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-7f335f2-20250730214243","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7f335f2-20250730214243_1753911843725_0.6437758375708906","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ffb3afe-20250730223411":{"name":"@shopify/hydrogen","version":"0.0.0-next-ffb3afe-20250730223411","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ffb3afe-20250730223411","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"23e1c5e487ca90e11446d226ab83890778ce4f48","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ffb3afe-20250730223411.tgz","fileCount":70,"integrity":"sha512-C+J9XXfIRkfCb4zOa50oVWMKIJSP/dtDbrmfXIJqmu1VgX0G5RcoBLvUC2eQA0ATy5AazZRjlT4YnJv3aTUHOw==","signatures":[{"sig":"MEYCIQDJvJZdQeeeGxxs1W0dC/l6WviqiCJt1JodSR9Prgm7uAIhAPv/725u9Nr0dTeLQv5Kq0xsSnbIFWX6oZqiNqgi2F99","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ffb3afe-20250730223411","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ffb3afe63e1d16bf7484b19a45747934a52c5dd7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-ffb3afe-20250730223411","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ffb3afe-20250730223411","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ffb3afe-20250730223411_1753914929736_0.8916066121338995","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-88d6ed6-20250731171536":{"name":"@shopify/hydrogen","version":"0.0.0-next-88d6ed6-20250731171536","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-88d6ed6-20250731171536","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"3d6e8bb03dd907549d98e5e546ccabffcac2ba41","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-88d6ed6-20250731171536.tgz","fileCount":70,"integrity":"sha512-duMkfcWP3Jph5Cp5/JmVGb8PE6JbdWuMtGQCZJu989zKlf+r7UYE4kI8vZY0Iip1zEM5YF1fmYMWJ2a6efF+fw==","signatures":[{"sig":"MEUCIQCbTlbJr/mKmEYpbIlZ2SaF63kSX95UT6+PYxmvsKGecgIgNWBlVFqAOD3d8OZLyUDUlMBrdQTAxWtA1Bc4+K0R9dM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-88d6ed6-20250731171536","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"88d6ed69dd90ef9633735ba2ff0bada4a3a1f532","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-88d6ed6-20250731171536","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-88d6ed6-20250731171536","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-88d6ed6-20250731171536_1753982215740_0.7471051756150671","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-89d417c-20250731180735":{"name":"@shopify/hydrogen","version":"0.0.0-next-89d417c-20250731180735","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-89d417c-20250731180735","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a3ebdc8087b506046a80b748e8b08306e7bdc64d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-89d417c-20250731180735.tgz","fileCount":70,"integrity":"sha512-kh5XCmGOKZ4eYoFyf1N2kRk+hkGk2TU2VlHZr4sfPL6HBRWa9LYJOsSgMkc+jZGtLP2yxLZAmte24BaRf5yx7A==","signatures":[{"sig":"MEUCIQCj3ypj6cLzfOLpVfRr77jn+Q6xI78xflSga3qvSGnNIgIgcKSvBQPq1wE06teK37sfceuHhNfbCkyXGvGtKryNVQs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-89d417c-20250731180735","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"89d417c861848a7cca59b091521166b513a84464","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-89d417c-20250731180735","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-89d417c-20250731180735","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-89d417c-20250731180735_1753985333693_0.3270224057567743","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2ff30f0-20250804222059":{"name":"@shopify/hydrogen","version":"0.0.0-next-2ff30f0-20250804222059","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2ff30f0-20250804222059","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"96b320d14653159218dedafbd3617b30dd8397e3","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2ff30f0-20250804222059.tgz","fileCount":70,"integrity":"sha512-D/OFaOPQ+in6NRUaEuXGNgINFAlUmlLJNvM52PIrMi6iYWtSjW0BAH/AFCbmJIZezkjiIIJ89YqwAIHXH9GPqQ==","signatures":[{"sig":"MEQCIGzS+0NkymT3znwiSOZyleQoTG6NL9gO0GXFw+4FPCpsAiBpGTg9iIsxkOA9dSTENc49jmnidTGT6RMfl6IgAnD24A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2ff30f0-20250804222059","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2ff30f05c44b968095ec7ac976a9d5df44056b24","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-2ff30f0-20250804222059","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-2ff30f0-20250804222059","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2ff30f0-20250804222059_1754346138440_0.446036059683256","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-315ebe2-20250806194508":{"name":"@shopify/hydrogen","version":"0.0.0-next-315ebe2-20250806194508","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-315ebe2-20250806194508","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f3c0c1be1254a9a98ab2727744a33abe01b61181","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-315ebe2-20250806194508.tgz","fileCount":70,"integrity":"sha512-pOGNrFO6y8vTxdowUAb7c02IQbsb3cBKYdSDLSG6tN/eQ4OcRwOhixWQQB37TXHu1UgQbZwisiQUOylaB0QcZw==","signatures":[{"sig":"MEUCIAU9AS+2Y67GI2DWBjFsoVmOKCU/f3k6oQ20RX0ctIp7AiEA5CRi0ToaJNU+ud6xDbLZ47OPa/Z+Z4JvyLjYVgit3G8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-315ebe2-20250806194508","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"315ebe2c2772bb4b13457f19377a8b5e2d180123","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-315ebe2-20250806194508","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-315ebe2-20250806194508","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-315ebe2-20250806194508_1754509585093_0.4652272897017642","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-fb8b346-20250813165852":{"name":"@shopify/hydrogen","version":"0.0.0-next-fb8b346-20250813165852","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-fb8b346-20250813165852","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"be1a28143b9482fe3aac80e8ccc303924554db5f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-fb8b346-20250813165852.tgz","fileCount":70,"integrity":"sha512-AYNOHDIzU6j/FLOmjKk9IMpjDbfU98VjDR9NQtJfWJHMnYeyY6boWEomCMtrSV/8Khmu9drVV7aswdWVp8VpOw==","signatures":[{"sig":"MEQCIH0sqWaokO4QDNQTQclSALwjfdMnIJBCoOoxLo2NvRclAiBA78Yr0HrI1Gz+VLr+dCF2s623OEZb7/FZh2vf41HLvg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-fb8b346-20250813165852","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"fb8b3461a38c285aaa22af1c4a57df1190928a9e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-fb8b346-20250813165852","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-fb8b346-20250813165852","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-fb8b346-20250813165852_1755104409478_0.8101270360621884","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d14aea7-20250815155636":{"name":"@shopify/hydrogen","version":"0.0.0-next-d14aea7-20250815155636","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d14aea7-20250815155636","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0efed99032ac3c77fb353cf7c2de56408979084a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d14aea7-20250815155636.tgz","fileCount":70,"integrity":"sha512-jjZwbDu1wJc8QEyqD9lx+vGhnAmA9ZPgLrVbnUAqUYd+i/DbIeJR6F9RGS5tV0P5lJ1Is70Tg9p4cqaO78mhbg==","signatures":[{"sig":"MEUCIQCH612Rm236q4ibG6U+6nnCSNBHH7SusU66ptwsY28KXQIgSNZjPuYrJQBJdVHoPV2sNYQ+ka5ZJPcEVC9sNeeqIck=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d14aea7-20250815155636","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d14aea7c82cfdc24490ad0b5d51256c9e9551fa1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-d14aea7-20250815155636","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-d14aea7-20250815155636","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d14aea7-20250815155636_1755273474787_0.3740437718004077","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-eb4ba09-20250815170026":{"name":"@shopify/hydrogen","version":"0.0.0-next-eb4ba09-20250815170026","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-eb4ba09-20250815170026","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9ba7343f1e7d090a72952e63a875ac6b8eb1b3b2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-eb4ba09-20250815170026.tgz","fileCount":70,"integrity":"sha512-yKoqFF047XBCB4N+fcRj+BlC1sColERYXVtzGrcm6OFaVP7sZPHKPALLUU6DsL9SOJ993YkVIolASO4q38zECw==","signatures":[{"sig":"MEUCIQC5op+89oFaILOKc6SlkZZLXSVfYTx9xtDarfi/MDSc0QIgLkXuq3HVkxKz0fhzH4LxVWsW3D/Zv+Dt+LRMOfK399Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-eb4ba09-20250815170026","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"eb4ba09f31b35c1b60832ab7ee23201e62b3a00b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-eb4ba09-20250815170026","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-eb4ba09-20250815170026","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-eb4ba09-20250815170026_1755277305501_0.03539018628087276","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-1bff1da-20250818223727":{"name":"@shopify/hydrogen","version":"0.0.0-next-1bff1da-20250818223727","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1bff1da-20250818223727","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"21e1713e824b9f454ad7e3e164cf2a737cf71fa6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1bff1da-20250818223727.tgz","fileCount":70,"integrity":"sha512-WlAogZ8Fr/gODWImv9elBQiT94UKcv+0hVVJy5rQcNe4f54dYL734Isoz8/z4/0vGbHz/6zBAY3IjfgPty32ow==","signatures":[{"sig":"MEUCIGYMnhIWuJ73yVFralk/zOby9NWLKDlcvwoBJuF9SOZoAiEAsBbS08uPF1Xb4SwbNw6RG3u1uDN8s8/a5eu04Xcmx88=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-1bff1da-20250818223727","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1bff1dac122eed09583dce54fc83a19ababddfca","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-1bff1da-20250818223727","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-1bff1da-20250818223727","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1bff1da-20250818223727_1755556724221_0.45546479729034783","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b79e92f-20250821155452":{"name":"@shopify/hydrogen","version":"0.0.0-next-b79e92f-20250821155452","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b79e92f-20250821155452","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"466df30a43459d313d943d905db0bbc2f8798929","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b79e92f-20250821155452.tgz","fileCount":70,"integrity":"sha512-ZZYu2ai4qCMYxDXdA67cCDz1WbAO3CKPAwByfPNDo99mgRZboF2RKQYN8mBPvX10HOaDizy+PkPZQuILJFkgPw==","signatures":[{"sig":"MEYCIQConr+/owUiEHpYcH8t4vo0gwPmluiGHx0zbM/iHBf4+wIhAPvBCczFAjYVGU0KCGvtJOIdLpme+qM95yxser5srXZZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b79e92f-20250821155452","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b79e92f775cadecf6ab21de536f86c4f34bf1bde","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-b79e92f-20250821155452","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-b79e92f-20250821155452","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b79e92f-20250821155452_1755791771103_0.7962765137606618","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-43f4fba-20250821171510":{"name":"@shopify/hydrogen","version":"0.0.0-next-43f4fba-20250821171510","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-43f4fba-20250821171510","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8c0af7b535b60bcc0e5201435bb120cee2aa6a3a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-43f4fba-20250821171510.tgz","fileCount":70,"integrity":"sha512-jkdauInQa5Rjg6wATR2SkmdGXD9RMfKqvV2QYCqNUFz0lbbA/zBIE2Ta5kKGMF3Ep0OQ3NQWh5sWguJomdSkUA==","signatures":[{"sig":"MEUCIQD5gITDphU8e3b2TZTdrBZz5ufhmv9Euym6+DaaCMAqkQIgV4r/HzaAv348AjHAkcDO+3DEPCmOoFr9TIE6vJFz614=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-43f4fba-20250821171510","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5522226},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"43f4fba706a4d04e5dd7bc53dce830d5e545664b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-43f4fba-20250821171510","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-43f4fba-20250821171510","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-43f4fba-20250821171510_1755796590366_0.3151331567283635","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ded19b5-20250821183344":{"name":"@shopify/hydrogen","version":"0.0.0-next-ded19b5-20250821183344","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ded19b5-20250821183344","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a96178472fe99c55118f778b791cf7037a004321","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ded19b5-20250821183344.tgz","fileCount":72,"integrity":"sha512-xx6plwvRpCtvGTueTMq819MZSpw7eD2KUgtswQcfB50xmT1MCI99TMXFjdgq50S2Xr2dqZHnJEjX7Na/XBxJGg==","signatures":[{"sig":"MEQCIEYxRb7fqYjyYd8TPetI7EQHzF77UToFgAC3h8g9abB+AiAXSdvjGa6D5i+ecYiamPM5rBQoODFoaoBs90YCiuIn7A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ded19b5-20250821183344","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529525},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ded19b5f5941d046d8481338ae936a87f9ed9632","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-ded19b5-20250821183344","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ded19b5-20250821183344","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ded19b5-20250821183344_1755801302975_0.6732188818170981","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-24de7c0-20250821183409":{"name":"@shopify/hydrogen","version":"0.0.0-next-24de7c0-20250821183409","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-24de7c0-20250821183409","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"102ef236100c99688583bac9cf00e42965b7999b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-24de7c0-20250821183409.tgz","fileCount":72,"integrity":"sha512-yNqAffUYJyWPwGiIP7Dr15AhWYObZ6UC3vpOqJTqqLdOphcMfcjPqcOISBJqTlBJwZnB4dnnQcniALw48Pyhww==","signatures":[{"sig":"MEUCIECZ356WLccuv8nhw/zr2UPc7EdAqheyD41c5UIl4l84AiEAtf1bSj0gv7uoq2ge2rE8pPnvC26tHJmjWSDIyHzyzPg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-24de7c0-20250821183409","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529525},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"24de7c0d6d185677d406c557131a1a098cddbc0e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-24de7c0-20250821183409","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-24de7c0-20250821183409","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-24de7c0-20250821183409_1755801328904_0.8027461455605585","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3d21293-20250821190125":{"name":"@shopify/hydrogen","version":"0.0.0-next-3d21293-20250821190125","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3d21293-20250821190125","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6179fd362737f0aa03fd8dcfc6aa37f4ba2165ea","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3d21293-20250821190125.tgz","fileCount":72,"integrity":"sha512-r46Om9PZUkk08cbp2h4ncnsDtO5H9r7e6d7nCwvAiV6ukckwIa0WzkTqwMRHpzQzaHzkEIa2ZsLUE+ZSW5wwxg==","signatures":[{"sig":"MEUCIFWWGx5EDR8loQyAnbPRb1avf8Vuji8D6hh6ljsJdP8FAiEArTVLSrkOIZcCx/nJR9n3Q2VKPqAxYMGOUpeLxNbjmkA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3d21293-20250821190125","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529525},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3d21293b89fd02c4a839963c70961f565447c3cf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-3d21293-20250821190125","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3d21293-20250821190125","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3d21293-20250821190125_1755802963772_0.8843530869550926","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-02013fe-20250821194821":{"name":"@shopify/hydrogen","version":"0.0.0-next-02013fe-20250821194821","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-02013fe-20250821194821","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5066cf436aa6380df7f80cf20801493c16fc06a9","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-02013fe-20250821194821.tgz","fileCount":72,"integrity":"sha512-lpo3M9fo/ygzSbnQI+HjtSpjCDUcRaWuLj7UDExhLRmqavGfY3oaHaXKKD9y6agTImsBZxsinJYp+hyidTOGmA==","signatures":[{"sig":"MEYCIQDi4TLZSRXs3wMXwC+FCiFf7LpyE9SJGqOTicEoEAWDrwIhAOoDfb/zOaegIT+lf4StTRErcYn/1HNANfiiF5tIyIsr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-02013fe-20250821194821","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529525},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"02013fe0e0300e5528de1d68a56465ecd0b27337","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-02013fe-20250821194821","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-02013fe-20250821194821","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-02013fe-20250821194821_1755805781150_0.13901041651633905","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-39b718b-20250821205702":{"name":"@shopify/hydrogen","version":"0.0.0-next-39b718b-20250821205702","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-39b718b-20250821205702","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"17296addaed28946c3e5cc414ca0f1b618483689","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-39b718b-20250821205702.tgz","fileCount":72,"integrity":"sha512-oYOgx7h1zu+PhtYMOLA78b4+DYgQfARIHC5OEZRmUJvch3EEPbf0aAHO48oMwAfRtmvu7EJt659Yq5hu0mt6aQ==","signatures":[{"sig":"MEQCIAgEyjU9BStpo/5xdNqU0HyprViOJp3966VCim0XV2s7AiAZq/1aDg2GCIoRC5cJZRM/g3A8kn5U2Yc5wyoOmJldnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-39b718b-20250821205702","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529525},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"39b718b7328054b4533be41e44d918a8ad95ca33","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.0","@shopify/hydrogen-react":"0.0.0-next-39b718b-20250821205702","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-39b718b-20250821205702","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-39b718b-20250821205702_1755809899188_0.6373373537340201","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-48cbd45-20250822035749":{"name":"@shopify/hydrogen","version":"0.0.0-next-48cbd45-20250822035749","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-48cbd45-20250822035749","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"53649fb4886ced17d77aa03f11bde587389aaaea","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-48cbd45-20250822035749.tgz","fileCount":72,"integrity":"sha512-So9qvEZd/2qMxjmOz4EFPvUA6tCofPx+Kj+dXC6c6ft4aPVzyy4oRrZSrbn+R8cAcf+LdIcpjmVMMfelWCGgJg==","signatures":[{"sig":"MEUCIQCgpTp5XFur4ax2iQ6BevTWlvlWYwoV54Nb7zxrAF9QsQIgDrIinkZPh8cXb9xuJdGoq2Q8cGxunI9YdQlDNQ1wF+Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-48cbd45-20250822035749","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529635},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"48cbd450699a29a5667bee7174f3856430508ecc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-48cbd45-20250822035749","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-48cbd45-20250822035749","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-48cbd45-20250822035749_1755835146384_0.4983150461847399","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-cf7410b-20250822220750":{"name":"@shopify/hydrogen","version":"0.0.0-next-cf7410b-20250822220750","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cf7410b-20250822220750","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cd59b0f88fd22051647fd32514c0c5aa69a27d06","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cf7410b-20250822220750.tgz","fileCount":72,"integrity":"sha512-uNvKDdO2j8DUBmsQXs7ycL/MKmQO1cbUEHMQmxNdEguK5RvZICPzw4FrKI95kAaaK4h5nJ4DZh+AJmAijE8Odw==","signatures":[{"sig":"MEYCIQDsGt5GiqOgppM7PFdycGxw0ZnWK3aENzCBRTKLIdiY2gIhALLfPxc+jeKA8vQAajLMIPyT1a3gwuXt9DhMFK09e5MR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-cf7410b-20250822220750","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529635},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cf7410b8dfd2a6accd7c17bda2813e13f24167a4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-cf7410b-20250822220750","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-cf7410b-20250822220750","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cf7410b-20250822220750_1755900547936_0.08548216923279228","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-149816e-20250826211511":{"name":"@shopify/hydrogen","version":"0.0.0-next-149816e-20250826211511","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-149816e-20250826211511","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8efa3315b39e848796e122e5d706c9873bf8ef53","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-149816e-20250826211511.tgz","fileCount":72,"integrity":"sha512-OUohxMaf3P0VOva+KczFx3CQvwrdlwkdbs/TMv+ujDlBnrcDzJ50gNO0GkFd5Vn/Ri80Tm6U2VxUVSdlX8VgoA==","signatures":[{"sig":"MEUCIAL4/uRO5j9bluN8rn0uYL0MWRKMUKOyTqS/l/octg4BAiEAuXL12dftco9o7hCMYRYSy4wZZn0z6Ins/aw2IzwWukY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-149816e-20250826211511","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529635},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"149816e777bb822be6c18a267caaa9cdc7b4303f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-149816e-20250826211511","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-149816e-20250826211511","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-149816e-20250826211511_1756242992038_0.8463874003571052","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ea5f3bf-20250827015137":{"name":"@shopify/hydrogen","version":"0.0.0-next-ea5f3bf-20250827015137","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ea5f3bf-20250827015137","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ee432768a78bc6ed169fc58d8e576856265653e6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ea5f3bf-20250827015137.tgz","fileCount":72,"integrity":"sha512-W8z8dtMBxz4vI72XlKP3CeJgKFomFxlv9h6+klFLXBPuYyNWkZGYlEUb8AcBgU1hdSGdTu2s4YAykLUtXKHmBQ==","signatures":[{"sig":"MEQCIF2Txsd0HCKy1AeyOP/z4vi+B/Y6ktthbyDiSYmZ5xZSAiBuyUls4kxkXih7BgHiQrRk0nST5O+ni6KT7jrTntPMVA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ea5f3bf-20250827015137","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529635},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ea5f3bf445d4d87c9bdc172202041d37e7efd96e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-ea5f3bf-20250827015137","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ea5f3bf-20250827015137","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ea5f3bf-20250827015137_1756259575403_0.5620107906110638","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-054c2b3-20250904155720":{"name":"@shopify/hydrogen","version":"0.0.0-next-054c2b3-20250904155720","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-054c2b3-20250904155720","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6fd0c0943d59310029f98aa16814c30015c8de48","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-054c2b3-20250904155720.tgz","fileCount":72,"integrity":"sha512-OoiC3naAon4YD9U3u66C9mduyEuYaezhz0ibVJ2lx4bK4wAPCsO4dy8OZmQDu0RhTMWssGs0a1BeHJxKOsanWA==","signatures":[{"sig":"MEQCIC2CDuhyw2sXjhpk+ZBGDiv6gN1sDn+kBo0zgW7jpWvtAiA4xVGppSvbiidav5mY2SvB91pv30wvwYwpVXVMNjBM+g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-054c2b3-20250904155720","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529635},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"054c2b39db164fb083c976d3729c01799aff84cb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-054c2b3-20250904155720","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-054c2b3-20250904155720","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-054c2b3-20250904155720_1757001519517_0.7912085807289906","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-4bcfd72-20250909154154":{"name":"@shopify/hydrogen","version":"0.0.0-next-4bcfd72-20250909154154","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4bcfd72-20250909154154","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"378c2cb37c3abe965bf2702cad284e8084240256","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4bcfd72-20250909154154.tgz","fileCount":72,"integrity":"sha512-ILcLgFG48Hb5DQUE12PNdKrijgmImSJ6Tv24xTqyLJ1Okx4jeWTlo+T+XLOPWUXFXMSMGlbtEMCr4fUgAF9lUA==","signatures":[{"sig":"MEQCICShSVBTgpQpcsrU61JVIxKpHlmDrJ4LdRlLTOfRfY8UAiBsvnJz+IysAt+Lbcp7Ey8Zbx9rQnqjgK7958N4esHusg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-4bcfd72-20250909154154","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529635},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4bcfd7248adb500c95ac5ba6aa0612c890c4e3d0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-4bcfd72-20250909154154","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-4bcfd72-20250909154154","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4bcfd72-20250909154154_1757432595113_0.41465589083830023","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-932fb0f-20250911201620":{"name":"@shopify/hydrogen","version":"0.0.0-next-932fb0f-20250911201620","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-932fb0f-20250911201620","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4f167d3a3429398c97faee64dbb21c8f2c742d8f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-932fb0f-20250911201620.tgz","fileCount":72,"integrity":"sha512-bqsGseZVFq+WJfHdjEVEk/4KHENW+78T7Ux2W3jYAEtmRS5SPNCAIMVYG9QXcKh8RDFD2TbZCCWhIszY0xHV0Q==","signatures":[{"sig":"MEQCIFyfjPHkRSMnIoc5YFqySY9o6SFNTi8pvwnsRSSlXRdaAiBJxMER+xvOARFfCUNhAlTpG5ad1hks9PgnvakpCbpp3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-932fb0f-20250911201620","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5529635},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"932fb0f6fc1af25023c88a51d33da4cc22ee41f9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-932fb0f-20250911201620","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-932fb0f-20250911201620","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-932fb0f-20250911201620_1757621866178_0.16768597324625834","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6d06766-20250911202118":{"name":"@shopify/hydrogen","version":"0.0.0-next-6d06766-20250911202118","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6d06766-20250911202118","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e2f08228fca9ef1dba6ae781f6806761fd36a629","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6d06766-20250911202118.tgz","fileCount":72,"integrity":"sha512-Gg/nnK8n6syAcJoqj4D0xoAX1vrtdjsNOG/25ACKxKKWCWFdI4chWVSqZ6FB61RSkT1S/talSksv7mTD7L++xQ==","signatures":[{"sig":"MEYCIQDZS6DZKPm1IHWkN3pWaxQLD9skY8m8EATId5nBhXCjxwIhAOdmOaWwd0nBpPnhJbcOtR8qRgkVIMmECJEVBxLt+7a/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-6d06766-20250911202118","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5576033},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6d067665562223ce2865f1c14be54b0b50258bd4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-6d06766-20250911202118","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-6d06766-20250911202118","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6d06766-20250911202118_1757622165203_0.6548302120361733","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f1cc964-20250911215713":{"name":"@shopify/hydrogen","version":"0.0.0-next-f1cc964-20250911215713","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f1cc964-20250911215713","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d65c5bdf8fc2b7025875e98907fffd2180d62e0b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f1cc964-20250911215713.tgz","fileCount":72,"integrity":"sha512-Ll1wd6OVKHnCMvhw06dMHuOXJezpKY37+0anNEnxYzoJdBfwKyQ/tzRH5HmhlYUCH8D+mMzlYTXon6qnli3Flg==","signatures":[{"sig":"MEQCIAHLtSsYsqB5GPLdEZgkkE8Piy8HjRmG2tOaMaC1aKJ9AiB+qB9fkQASXgYMN25qw96tOM18HQ6Vl3C9vuhfNzp/NA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-f1cc964-20250911215713","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5576033},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f1cc964f7eff2c3accbc92bf3662b297025a56c4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-f1cc964-20250911215713","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-f1cc964-20250911215713","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f1cc964-20250911215713_1757627914874_0.5620505997272616","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-97790d0-20250911224705":{"name":"@shopify/hydrogen","version":"0.0.0-next-97790d0-20250911224705","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-97790d0-20250911224705","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ed30cbd8e85fc087cf3fae51e47c9a491bb5f451","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-97790d0-20250911224705.tgz","fileCount":72,"integrity":"sha512-3l8sbtoW/pYDRTxIteJdftEoW43ZiqQc4Rv01sDvU61HIVAQGIitwMZM8dra2Utw9Y5SU8IpDI1O7yB1jTTj8w==","signatures":[{"sig":"MEUCIQC79b4p6JM37LZhsGYTigPQhxicsQy06y5O1LD3j6gb2AIgcm4GQ8sfE7eSbyETBdJOJ1NS4uuCAT33Z3WX+Nn6BQE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-97790d0-20250911224705","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5576033},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"97790d01b5e976fafb8648b900d3185cfb76f71a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-97790d0-20250911224705","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-97790d0-20250911224705","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-97790d0-20250911224705_1757630906058_0.17255635816381232","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-c08a61f-20250911235255":{"name":"@shopify/hydrogen","version":"0.0.0-next-c08a61f-20250911235255","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c08a61f-20250911235255","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e98aeba5b3fd5c64c50b50027a42814d99d0aabb","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c08a61f-20250911235255.tgz","fileCount":72,"integrity":"sha512-zbL6dam3my3M8tpZHa81agWbl3D7PqSm2xZZ6WHr6J21rBPRuJYVZJrcAyJoiRBe8bDN7Jf9B929BDktmyiccA==","signatures":[{"sig":"MEUCIQDD4BV/IIseWnrW+jmXPYQKP4lAn7/J4Lnq7gzvMcOoqQIgECvC4aV5E9yHBHXcbDr67CYwb1R0EVGv3dXEvUWHFXo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-c08a61f-20250911235255","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5576033},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c08a61f0872b045b6a8beb932b4354b68860be74","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-c08a61f-20250911235255","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-c08a61f-20250911235255","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c08a61f-20250911235255_1757634859504_0.9887962771265049","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-25de7fb-20250912025207":{"name":"@shopify/hydrogen","version":"0.0.0-next-25de7fb-20250912025207","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-25de7fb-20250912025207","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f06aea0d1dfddcd1b68c850365d772a0501db16c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-25de7fb-20250912025207.tgz","fileCount":72,"integrity":"sha512-sB4rS8eJPVa7OAKGeGkk9GqijnwX4EtXdpvTG6gzWodcVB7PHeGnE+bbFUqTVlSQpUwmjo4HBx/ZXuFU92yF3A==","signatures":[{"sig":"MEUCIDRuGbx1VHLCGAL7aPQCP0ON4bmHwVSLKIhIegySAn0VAiEA9/LFdurLSWRgI38UoIzl9q3J0fZ97aS4pOlnV7FoY3I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-25de7fb-20250912025207","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5576033},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"25de7fb41fc883c2c58403a237dd608d245af973","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-25de7fb-20250912025207","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-25de7fb-20250912025207","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-25de7fb-20250912025207_1757645609761_0.1525272532152926","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-864806e-20250912031334":{"name":"@shopify/hydrogen","version":"0.0.0-next-864806e-20250912031334","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-864806e-20250912031334","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c36f9b1726fb1410d07446dad1541a4bf2fa6cfc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-864806e-20250912031334.tgz","fileCount":72,"integrity":"sha512-Gcq8N2BtM/ZV2uOUP6jxCMIawI1XchjQREbDQNad+5an7t2ouLlf5A1x89i6AmeAd4MiSnO7omOdzIAllf7otg==","signatures":[{"sig":"MEQCIDJYxOuci7XrwWAQi2smt5wugmH4q82b7u2iSBeSWeNbAiARWbXinoK/ZDdlQu1aTRTfI1S3LBWKOlHngO7mpudwxw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-864806e-20250912031334","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5576033},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"864806e17fd7b561915f87dca67ffcf97d7c7c05","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-864806e-20250912031334","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-864806e-20250912031334","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-864806e-20250912031334_1757646897053_0.3052142199753396","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d57782a-20250912064232":{"name":"@shopify/hydrogen","version":"0.0.0-next-d57782a-20250912064232","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d57782a-20250912064232","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f063c35bf6a494d035bb4a5b62b56fb234290c0a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d57782a-20250912064232.tgz","fileCount":72,"integrity":"sha512-1K1yGma+BJEgGv08D5CoR4B+IariUJsW3B/e1OE/asByJSrx8o+6pMNypNNdmVsuh5TJ4jhnfD31pX179I71HQ==","signatures":[{"sig":"MEUCIB63WyoDnUmWOPaMc5NAfXaXHdtScQTXG351BuEAeGU4AiEA+zBtpKq7kV8PHF8spLFGOTZQR718ptcpROucJ1i0gNc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d57782a-20250912064232","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5576033},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d57782a1ae3fa0017836d6010fb6ac5ab5d25965","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-d57782a-20250912064232","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-d57782a-20250912064232","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d57782a-20250912064232_1757659433506_0.31911766197965563","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5e769cf-20250912065221":{"name":"@shopify/hydrogen","version":"0.0.0-next-5e769cf-20250912065221","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5e769cf-20250912065221","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"47a1dc297c45dc14e18d540852931763229bee0e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5e769cf-20250912065221.tgz","fileCount":72,"integrity":"sha512-cAk5swvT/gsxyypRRf5z9WVmViV9IF1OWHtQxAWLnpCtzyqeLU3F6GHQGuOmqqVn2SD2zoPpsSXEZReDsYtoLA==","signatures":[{"sig":"MEUCIQCktWgg1HsVinQBKx0p25XirQx50dKzDYyK9oeLIe/mbQIgdOimxEFFk4yJbLNjenfmv55i/5BmerM2TNNugv2PyvU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5e769cf-20250912065221","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5576180},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5e769cf82e086591fbd40f26b07363f4d78f0171","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-5e769cf-20250912065221","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-5e769cf-20250912065221","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5e769cf-20250912065221_1757660023744_0.9578398874788634","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2002c6c-20250912071919":{"name":"@shopify/hydrogen","version":"0.0.0-next-2002c6c-20250912071919","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2002c6c-20250912071919","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b87546dc4157f029d61dea852bbfb21b0c4a82f5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2002c6c-20250912071919.tgz","fileCount":72,"integrity":"sha512-U/oA2MkfJtzJZisOLXUcsR4usYMkbYvdIFNyoeFNEkv5ZpbHWEV6+aeeXZgqBkk7OXNJ0rVxaPrSbFu+zrCLqw==","signatures":[{"sig":"MEUCIB1/NnIlzHy7zHcjYZQAlaE2lyJM5qATYmaXJkAiKH57AiEAtrihFPXIBkl4mCLV659C4ccUckcZZ4Ez957DfWKZBJU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2002c6c-20250912071919","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5576180},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2002c6cd66cebc1f94ccdb9dd04b511d2aedffa6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-2002c6c-20250912071919","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-2002c6c-20250912071919","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2002c6c-20250912071919_1757661645787_0.5809028857099199","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-1328e86-20250912144512":{"name":"@shopify/hydrogen","version":"0.0.0-next-1328e86-20250912144512","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1328e86-20250912144512","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c63a27fdd6b7dcda47dc8444a4b3bb2037a6304c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1328e86-20250912144512.tgz","fileCount":72,"integrity":"sha512-ClOn+AhyY/REoqZeMH03Fx+M6wT178OMssc+lpqMrxWtnu9EDVtbPr/w112RddgE9AzN5murwB374Dg29X2HGA==","signatures":[{"sig":"MEUCIE1w+EfQzSaHKCLVrQdlCSnzUtL1RPKHJxfEDjUxbWGVAiEAymae78XrR34kwsXsKBdE665qRRKjrcwI9wJlkF/qk+4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-1328e86-20250912144512","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5576170},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1328e86585c80b4beadfd5cd9023fac98f8a9e2b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-1328e86-20250912144512","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-1328e86-20250912144512","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1328e86-20250912144512_1757688395877_0.32905776133629994","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-0d165ff-20250912161340":{"name":"@shopify/hydrogen","version":"0.0.0-next-0d165ff-20250912161340","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0d165ff-20250912161340","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8c6b1dcb29a52bf5c30b2249057d151fa2f8f0f1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0d165ff-20250912161340.tgz","fileCount":87,"integrity":"sha512-WtF/BZmgJgwVnHTU8ds/vfnLrJS0lcTwzsH2RoZmQlDfoixX5T3+erq3E6fA5ELeZDlF8IpwS9mWTguVJqYdgw==","signatures":[{"sig":"MEUCIQCalOSiOhSTUzQ2McK1Nw7kU+6jBiHTpLuVu/94BfTJGgIgNBEwDbEfWt5ChbSZpW2K1loPNSD2Fj7CP0yq3XPbwos=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-0d165ff-20250912161340","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5682632},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0d165ff280692411712176427bcd7e0df43b56fe","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-0d165ff-20250912161340","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-0d165ff-20250912161340","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0d165ff-20250912161340_1757693732067_0.04314954925255421","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-1f9640d-20250912170812":{"name":"@shopify/hydrogen","version":"0.0.0-next-1f9640d-20250912170812","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1f9640d-20250912170812","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d15085a2f498d1b979f74e2839e93c7810c8a7c6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1f9640d-20250912170812.tgz","fileCount":87,"integrity":"sha512-0maG3UeVSZItj9wZfFplPy6VjkZWwdcSTtpCNW8VGNmfEsUl71GX7pEFG8UzBczt7OjwtWaQUWoQzHB+o2joYg==","signatures":[{"sig":"MEUCIQCLprFgu0yXsPeloSeCGCNlpHJ3jQ1UKfp/+hcRoGVbbgIgae9MQrkXIvaCCdB07AR6R65c42odhHhAm7ZkRKeu4FE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-1f9640d-20250912170812","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5682632},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1f9640d5acfd505435862b8b2317343bbce96d72","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-1f9640d-20250912170812","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-1f9640d-20250912170812","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1f9640d-20250912170812_1757697006183_0.45114998524720473","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-4daf37e-20250912210237":{"name":"@shopify/hydrogen","version":"0.0.0-next-4daf37e-20250912210237","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4daf37e-20250912210237","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"maryharte","email":"mary.harte@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9cdd1802bbc080727b61a0683673b081e01431a0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4daf37e-20250912210237.tgz","fileCount":87,"integrity":"sha512-zao3XNL1TtlV1/hUbJogmJrCtRJUryfs0kN38q3Cf3UbR4xW0rhyYdI3bg2AAjf6ti/eFg7/AyRPxsQV7CDT1w==","signatures":[{"sig":"MEQCID/Nnz7A79IPl7qXA+xxHo+lsL/l99UXArROjzw48cxqAiBX6eUv6+bCFXetX32oA9Z6WWMcluFIdO6Uly4zFNzPdg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-4daf37e-20250912210237","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5684158},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4daf37ea291334b23bd543fdad5673ab7c9a6133","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-4daf37e-20250912210237","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-4daf37e-20250912210237","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4daf37e-20250912210237_1757711067683_0.46980826345235327","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-cae74cf-20250916175214":{"name":"@shopify/hydrogen","version":"0.0.0-next-cae74cf-20250916175214","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-cae74cf-20250916175214","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"69dd5b41d0cc7033aac261aa8f6dcba879263a56","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-cae74cf-20250916175214.tgz","fileCount":87,"integrity":"sha512-xtFp5ajd6T8ENeszrDetL7XKWxUVxF2ZZpUtQSRAOR1sAmaob/6k+B8IZ4AsxlN26WF5R1uHy6NJ7zGpaJwgDw==","signatures":[{"sig":"MEYCIQCEqt5ryR3opBFxDPo0+tu6rq9pwPEBDp21DqPpSvZzvQIhAPmVhEteVKiCxo9PaKs9BQGf1UW+EviKATteY3LHEI86","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-cae74cf-20250916175214","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5653760},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"cae74cf91c6c1a8d8ab707edcf46aeb4942a9750","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-cae74cf-20250916175214","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-cae74cf-20250916175214","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-cae74cf-20250916175214_1758045245676_0.741279054142465","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-75623a5-20250916203011":{"name":"@shopify/hydrogen","version":"0.0.0-next-75623a5-20250916203011","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-75623a5-20250916203011","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b4fcb8280b1aa112f69cccd3c71db3b5259e3c09","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-75623a5-20250916203011.tgz","fileCount":87,"integrity":"sha512-neLl5CobuqgF/6Pfal6NdeIXLSZvQ+SDBXWwMJKqYA9IAJcw5Je4Nu5NwcyUvle6HPsCfUmY+PyxL6Ex7fJHYg==","signatures":[{"sig":"MEUCIQCEtYbx1pTH1kFUIh1JSPUOt4yEnT1UUxbdm4pOlTfYgQIgPWTmQveVBatXp9xKhC35dajUr+0R1s6uTgcfxMDDcHs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-75623a5-20250916203011","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5654176},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"75623a5bfdd8d6f0eab0d3547860341c20d9076c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-75623a5-20250916203011","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-75623a5-20250916203011","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-75623a5-20250916203011_1758054722864_0.9609320904963525","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-0b4f01c-20250916215235":{"name":"@shopify/hydrogen","version":"0.0.0-next-0b4f01c-20250916215235","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0b4f01c-20250916215235","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2154e4b3a56eec2de325382475127027b94adc71","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0b4f01c-20250916215235.tgz","fileCount":87,"integrity":"sha512-JyvS50YtqlR6OwGPPQzRGPX+0C3oml6vVYCQDEJrY3E0XuFXWn29Ujg36NhixuQcch4T3dEh6bvR/bsZ+qGrJw==","signatures":[{"sig":"MEYCIQCyGnrd4Hjhvz61/Ff1h211RMmPnFVepPtZaK87pAvSkAIhAMzM/J+Crc0nMP0BGb6WFoAG3s+W8Qu9amH7MkOza4cS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-0b4f01c-20250916215235","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5676687},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0b4f01c9aa0e09332140a6a4e3114949873fb0f9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-0b4f01c-20250916215235","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-0b4f01c-20250916215235","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0b4f01c-20250916215235_1758059666322_0.5490632720123549","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-df645c3-20250917164114":{"name":"@shopify/hydrogen","version":"0.0.0-next-df645c3-20250917164114","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-df645c3-20250917164114","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8d7c78ad9bd375c6d910c5753d0b8a1715e6f766","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-df645c3-20250917164114.tgz","fileCount":87,"integrity":"sha512-j9dcseiflhwkshZLwtyCdo3AtPUJZ9AZXV1sLOEguNPGWjJHNLIeZQqhGVClmRLmp6JTomF5VBU15Ff/mK4vlw==","signatures":[{"sig":"MEUCIGSy4ibQz/EMxB7iCXm4JefZQOyof1qdiSRLYdS0a7k+AiEA/5CYkNDMKzLf18QV4845ZcR+opTZ58xZfJ6De3t/PaI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-df645c3-20250917164114","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5676809},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"df645c312ad4175f216c8e81d02ad7e737598f29","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-df645c3-20250917164114","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.8.2","@react-router/dev":"7.8.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-df645c3-20250917164114","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.8.2","@react-router/dev":"7.8.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-df645c3-20250917164114_1758127388517_0.4600207355939745","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-781a0c5-20250918125705":{"name":"@shopify/hydrogen","version":"0.0.0-next-781a0c5-20250918125705","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-781a0c5-20250918125705","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"180d663094c7951c88ab07d41043ff259a0f7691","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-781a0c5-20250918125705.tgz","fileCount":87,"integrity":"sha512-+OryGETBa6Fr3IypmKwPBriSnhFE9HKDQO1yaoe0UyXfxt5NgR6kv1th+q2dUq1/J+wgg5Vzq+mEcMiGM6grcA==","signatures":[{"sig":"MEUCIDK0unwg7W5B3UoWbO1oTigFb22megu6LUQRAwaRStL1AiEAltF/Sqv8K7vHLyg2Q+EvvO9ruaZsJzFK7dz++Kyn+uo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-781a0c5-20250918125705","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5669691},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"781a0c5b68ecd7105603184eb83b0ee545cd5dac","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-781a0c5-20250918125705","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.1","@react-router/dev":"7.9.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-781a0c5-20250918125705","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.1","@react-router/dev":"7.9.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-781a0c5-20250918125705_1758200336837_0.028320049220518007","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-82de017-20250918125915":{"name":"@shopify/hydrogen","version":"0.0.0-next-82de017-20250918125915","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-82de017-20250918125915","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"3f31f1a9c9fc041cd038eb2f24d524404ac7c19d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-82de017-20250918125915.tgz","fileCount":87,"integrity":"sha512-bSFXAWMQCXoWkAa/UwuPmmfaMglzwiugJ21EmDPqsYJt1VlK5B9z06e2ZtHTUnQr8BGUeNuJV2kLWYKNBmyUDg==","signatures":[{"sig":"MEYCIQDn2jhPKiMOJ84rjo4KUXlS56du/UVskxYoWwUMHVoLDgIhAIFY6TN7gcEHOcszEUrbXA+JC84zZgTQSMpTuO6knux1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-82de017-20250918125915","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5669691},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"82de01777054533124968d666021a3416ae809d3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-82de017-20250918125915","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.1","@react-router/dev":"7.9.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-82de017-20250918125915","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.1","@react-router/dev":"7.9.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-82de017-20250918125915_1758200469250_0.857251490142904","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-147c5bd-20250918175443":{"name":"@shopify/hydrogen","version":"0.0.0-next-147c5bd-20250918175443","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-147c5bd-20250918175443","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e1a2f961306ba52406012dd16d77674f1e7522af","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-147c5bd-20250918175443.tgz","fileCount":87,"integrity":"sha512-LtjDIMEO76icrMx+rS8mwN4NeEqxD1o7uf1YAYgVHfTKgMzLf+kIEnq+okFczqLj22Hxvqk/9t9Om80KkGikCQ==","signatures":[{"sig":"MEUCIQC0883JheFDNfX37TqAcaJVGgAgohSI9/m98tDNiLHf2gIgYxn5OQhuUhvv5p7YTj1OdcDyUoElGMYBAkpvqZ/gc3s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-147c5bd-20250918175443","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5669996},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"147c5bdb47b2fa51d4da79cd94f5dd6c1cce2cc7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"uuid":"11.1.0","isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-147c5bd-20250918175443","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.1","@react-router/dev":"7.9.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-147c5bd-20250918175443","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.1","@react-router/dev":"7.9.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-147c5bd-20250918175443_1758218196073_0.6571524094624006","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2529031-20250918221654":{"name":"@shopify/hydrogen","version":"0.0.0-next-2529031-20250918221654","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2529031-20250918221654","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9e564643228000f4b89047eb660c47292fae822c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2529031-20250918221654.tgz","fileCount":87,"integrity":"sha512-dFueWVQ2nZFVHLgYnONe3OWmA8CycifHAnNyhBU2B4qPQ8A1LuliCfoIBMUkfHZij0VvG6SUsVSf/+/xfmHA8A==","signatures":[{"sig":"MEUCIQDkTmUweL6DmB7DRZVn1EoIBSVhry2Dp8+/N0626ggQ7AIgQNwYYEs89Z1/u9nu7FeJejFzLurpgBTQzV0kxntXjoU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2529031-20250918221654","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5670845},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"25290311dd1d135ab90bca26fb496d2b92c8631a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-2529031-20250918221654","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.1","@react-router/dev":"7.9.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-2529031-20250918221654","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.1","@react-router/dev":"7.9.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2529031-20250918221654_1758233924293_0.7547447535235023","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b5e233d-20250924145630":{"name":"@shopify/hydrogen","version":"0.0.0-next-b5e233d-20250924145630","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b5e233d-20250924145630","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"68ba41d5cd7f643e192580e496b7922de4266512","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b5e233d-20250924145630.tgz","fileCount":87,"integrity":"sha512-v2SiGTKTBBvp3gsWamLwmg6PxMkqvlcMGmv0SJaA+4Tq3yuRIkN58gYMAZNHmJGkJAlJ/lxm26MXy2OJWsbzMA==","signatures":[{"sig":"MEUCIQCtIu2qDKKNVFOg8wC8fHIzxy/NxYg+sQRtuU0hM1xNfQIgc7lSH/ZEGPOPNEhRXSO4I8B0gR6jENVLZSRZGVtWmsU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b5e233d-20250924145630","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5670845},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b5e233d666a7a04a0f1cdae314943861bd60ca6b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-b5e233d-20250924145630","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.1","@react-router/dev":"7.9.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-b5e233d-20250924145630","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.1","@react-router/dev":"7.9.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b5e233d-20250924145630_1758725906817_0.25819554017235125","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f569cb3-20250924193603":{"name":"@shopify/hydrogen","version":"0.0.0-next-f569cb3-20250924193603","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f569cb3-20250924193603","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a95a32f5a54ee0cf2ffe6e3528d438c6f865b762","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f569cb3-20250924193603.tgz","fileCount":87,"integrity":"sha512-GSl/DWwSvhkh5Ggk9lUEVhTQtXiMZvn9Z29/VCwFbhTx1paNZOS+QSyDo661wMR1M5j+Tm7YKRwsI54glUxHcA==","signatures":[{"sig":"MEQCIG3IOBuay+qCKh9z/BQpG+/Sf47UxQ6ySiwp+WQ4V9hLAiArs+5Lc2GDaaEKXJMHLukP2kZgtPhybWf6uLVi7/VonQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-f569cb3-20250924193603","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5670845},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f569cb38cd67aa386cfbdcd5bd0d3af9d8d321bd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-f569cb3-20250924193603","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.1","@react-router/dev":"7.9.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-f569cb3-20250924193603","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.1","@react-router/dev":"7.9.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f569cb3-20250924193603_1758742673089_0.9755851803664388","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-604b2d6-20250925013002":{"name":"@shopify/hydrogen","version":"0.0.0-next-604b2d6-20250925013002","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-604b2d6-20250925013002","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"214e15ba852d145f7b02ff69290a75c837917e27","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-604b2d6-20250925013002.tgz","fileCount":87,"integrity":"sha512-oPO9+TFMX/tZWIIlNuw3Uy9QKAGfE+UMsJhsq/Vlrnevwx2bN4PRYsGnAxTJ9lh8mx+D9ZtCYCMiQeXecQ2TWA==","signatures":[{"sig":"MEUCIQD8mx/u4ZG74/AhCSy5rfBXxmFLPktFNVHXRkeVY4F6VgIgPJ9NkoX+YV0Rn3FeoxdCYJbBSENUupwfBZRZLyfijvg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-604b2d6-20250925013002","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5671172},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"604b2d606fc05653a459118fa65791d7b0a77ae4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-604b2d6-20250925013002","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.1","@react-router/dev":"7.9.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-604b2d6-20250925013002","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.1","@react-router/dev":"7.9.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-604b2d6-20250925013002_1758763914819_0.3480511146378875","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-9d0e85f-20250925142605":{"name":"@shopify/hydrogen","version":"0.0.0-next-9d0e85f-20250925142605","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9d0e85f-20250925142605","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f94e33e770a09f570d18611be5e267125df3feea","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9d0e85f-20250925142605.tgz","fileCount":87,"integrity":"sha512-G4QI5qSRhx8YmskoJcMLvJ9xMTTbVx0riHJPaW7eWTfcmuHHymSlKkeT29ZWyDyvlp4z7f4zHRqaPn0jt9+uwA==","signatures":[{"sig":"MEQCIFQulnj+YA9/b5qbL3qKFPwcw1vCUdV1EhyDpTtW7A30AiB2yBcZV5+d/De2FXP0wHgwv+/dUI8ewyF++9gX0hnjOg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-9d0e85f-20250925142605","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5665878},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9d0e85f6bf97f4e19dbbfeba210f94041fddeaf9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-9d0e85f-20250925142605","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-9d0e85f-20250925142605","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9d0e85f-20250925142605_1758810480346_0.5274013591871287","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5b23ad7-20250925161212":{"name":"@shopify/hydrogen","version":"0.0.0-next-5b23ad7-20250925161212","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5b23ad7-20250925161212","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f71fa39665a7c9275e56fa2c3a5447b185399a44","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5b23ad7-20250925161212.tgz","fileCount":87,"integrity":"sha512-vxV4Pt9WzOil5AsXhuCjv1zKZ1JMjSCpHlKX1CbG5YPUPjINXl5qW2cMpquJ9xyyhao2JTovX6VMt5mdVex4Iw==","signatures":[{"sig":"MEUCIGltVYJJ98spGTFDYsTQuAoAmFG9A5Ge+68/6QoZPH7+AiEAziNjE3B6gNB/AeX+vYn3vj0QZ6jpmLwLn3IKwzHJgkg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5b23ad7-20250925161212","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5b23ad73d4955edab47be5411d5644680ab580b6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-5b23ad7-20250925161212","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-5b23ad7-20250925161212","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5b23ad7-20250925161212_1758816847052_0.22323436759901139","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-aef8cf7-20250926023759":{"name":"@shopify/hydrogen","version":"0.0.0-next-aef8cf7-20250926023759","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-aef8cf7-20250926023759","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8ca8e56ba7758a25d1f4e90791fab15dde1a3a0c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-aef8cf7-20250926023759.tgz","fileCount":87,"integrity":"sha512-moLOZwyoIw2siondgYMfJrsxDDvvb2gp0ReRKvTN3qAHQht7TJ6qxczOCCirstFkdrxo1XsAI+NnaPN0XfcDfg==","signatures":[{"sig":"MEUCIQDuhXrvIms2Zi3HpD2tL1D+AZGyc0FbhHnYMorWH6raRAIgfY4Cl82Y6S7pwFvBbOXK/wNM+VGDjO4mIsaqktwr3r8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-aef8cf7-20250926023759","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"aef8cf795ea8f68077d6fa1f1649e2791f6658a7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-aef8cf7-20250926023759","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-aef8cf7-20250926023759","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-aef8cf7-20250926023759_1758854390851_0.13666804216636508","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-da9421f-20250926124742":{"name":"@shopify/hydrogen","version":"0.0.0-next-da9421f-20250926124742","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-da9421f-20250926124742","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"748cce1c9653a82cea068b26bf5925f4ded594f6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-da9421f-20250926124742.tgz","fileCount":87,"integrity":"sha512-znEuiu3dJ+yRZs5Ex97ZuG2UdlRzNtd5kDl696iXnZ8brOqCTBIwHboklAHomarSMhdjB6qbl3dbEJtWR8brvg==","signatures":[{"sig":"MEUCIQDAUF+nz6sJcFVGecNOLJHZN/S9ioF2faYK+CLQ9F0lSgIgPKuC3T+1XITuv9TQWWGf+MpOY1M9cnAJ8YraP+TzX2I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-da9421f-20250926124742","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"da9421f5ec2d7485a5cc64d3ab316a05a1df11e7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-da9421f-20250926124742","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-da9421f-20250926124742","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-da9421f-20250926124742_1758890974861_0.02730567894110325","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-1891dfe-20250926124800":{"name":"@shopify/hydrogen","version":"0.0.0-next-1891dfe-20250926124800","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1891dfe-20250926124800","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ba7d4970420ff9539aa4f1ad682a326df57eab33","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1891dfe-20250926124800.tgz","fileCount":87,"integrity":"sha512-+B1SnclFDwtAYgSs/UKLqBHzzpAL2JPK1GqWn5a6SvSe9u+y3i39TvTeD18tu+lWHhuVSQ99FzS6I63D6tHPgA==","signatures":[{"sig":"MEQCIH0ogXMN+YJHjTpDoQgr6s8a+J0He+7HQFbg78UTeYnqAiBniIGPInd6QbM5KcqEQ5g4R8eWSIb6dMHsyOAaZ5tzog==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-1891dfe-20250926124800","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1891dfe8dbdc2ee5daaf56d1c1a324747bc5e4fc","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-1891dfe-20250926124800","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-1891dfe-20250926124800","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1891dfe-20250926124800_1758890995927_0.19719181101510563","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b14dc96-20250926194253":{"name":"@shopify/hydrogen","version":"0.0.0-next-b14dc96-20250926194253","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b14dc96-20250926194253","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"857b3ea895d98191d013595d05f7a1a09a8cc7d7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b14dc96-20250926194253.tgz","fileCount":87,"integrity":"sha512-dmQPZCAyLKP5jEpccJo2IqLwbXzSAVsVG8Z2YNS9oOcHBmDQ1MZM7QLGEVCkhHoN8YSRlrz9qDGQIbF+Ihh7hw==","signatures":[{"sig":"MEQCIB/496MvxIlGlS6uIP/QKOx5lzSgkm9YH7f555hDeKGAAiBrF4ojuIBytHFuwTwBQs6PGkf8/LzG0XR3b0skUpSqGg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b14dc96-20250926194253","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b14dc965aafe36ea3fb559965c9ce55d15a17b69","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-b14dc96-20250926194253","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-b14dc96-20250926194253","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b14dc96-20250926194253_1758915885198_0.9932185198334471","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-537dbc4-20250930035509":{"name":"@shopify/hydrogen","version":"0.0.0-next-537dbc4-20250930035509","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-537dbc4-20250930035509","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5d0f658ba1f1b984fa8474f17c0cd33cea73fd81","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-537dbc4-20250930035509.tgz","fileCount":87,"integrity":"sha512-jJZCuVXqSzdGi/kVCzJuEbQwI2qlEuuerVsR6sEmmPW1B/x5a6u79ya5g6JHOaZQJdy7rDUAZ0kW1Q2eDMxiGQ==","signatures":[{"sig":"MEYCIQDEHBUjfu11xSDUt+IXYcRWBxjzyRww1nRv2Mj9fxMFJAIhANXZpIpU7IuNkI+NvS6wIa2QwB1i7R2tqvEa3NN3vooL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-537dbc4-20250930035509","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"537dbc4ef76741bdc812565feb78307b41a9fd2b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-537dbc4-20250930035509","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-537dbc4-20250930035509","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-537dbc4-20250930035509_1759204625885_0.2811831062885408","host":"s3://npm-registry-packages-npm-production"}},"2025.7.0":{"name":"@shopify/hydrogen","version":"2025.7.0","license":"MIT","_id":"@shopify/hydrogen@2025.7.0","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cda725b07014d7ae83868212e149471fcd55dc98","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.7.0.tgz","fileCount":87,"integrity":"sha512-3U+0fQr5inxShfDN9fx2iIjP1h7gSxjgpf8WjJ4l0dGqdPcLPjWRVO6gkvmcvPqCmHLrvLcreYAfJsvYrJ5gxw==","signatures":[{"sig":"MEYCIQDSNqk+mrae9nsTfKj5gnw9M5FXnToFZsCJKOlIfzFdOwIhAI/tYKn/pAAEwZvJVk0Ck8AVpeKb0qJE3b0UgcpwnuaU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5697831},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b09a1214b24251dbd48cd960d9ec8079a7c68d03","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2025.7.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.7.0_1759249041448_0.628352446222167","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-65f9e3c-20250930192608":{"name":"@shopify/hydrogen","version":"0.0.0-next-65f9e3c-20250930192608","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-65f9e3c-20250930192608","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"87e04b47f74cb45bcecdd1682bc7b9a2bbe13d17","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-65f9e3c-20250930192608.tgz","fileCount":87,"integrity":"sha512-wXXtda3eVF7cWFoMsKzJKTE2tczAQEB2dnEIwgTn0E05q9FyS2sYnCzDmpp1PGaatuxeA91bQ/mCs/9yFzqw8A==","signatures":[{"sig":"MEYCIQCTYcvDs55ODRrVs5aos1N+MFR8yPNmbemEOJfsdJUvkwIhAO6yXYQpFnKqTzMk37IW8ykbnTY0R9dfkpgFQdIZ+4Sc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-65f9e3c-20250930192608","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"65f9e3c5d9d98684787649afad164cc5e42f5a9a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-65f9e3c-20250930192608","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-65f9e3c-20250930192608","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-65f9e3c-20250930192608_1759260470421_0.11045566572319099","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3b715e9-20250930195113":{"name":"@shopify/hydrogen","version":"0.0.0-next-3b715e9-20250930195113","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3b715e9-20250930195113","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"3059c09036c1dc9c6925331ac555342a95242d14","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3b715e9-20250930195113.tgz","fileCount":87,"integrity":"sha512-FtX+5qu/4hae/T8FAeNDK+68t2oQtRKhFKEMUGTzsfD1eQA4rKBF6WV91eY4O7UmvOETXGjCZy+mgCwDtRFOEQ==","signatures":[{"sig":"MEQCIAi0MViIa/iqucMpkl+wwcLC3Wfy0yr6GczZ41MzS2fLAiAmY5yeZH8VWSwKVfP0ushg+rUKjCtH6tbmhWwEpOcMjQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3b715e9-20250930195113","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3b715e9fed6eade6f7ad737f993cf06318a4daca","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-3b715e9-20250930195113","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3b715e9-20250930195113","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3b715e9-20250930195113_1759261975651_0.8608635494281691","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-b30beab-20250930202239":{"name":"@shopify/hydrogen","version":"0.0.0-next-b30beab-20250930202239","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-b30beab-20250930202239","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"272d9695bbfd7749c420651f2d7dfb1f0a1e68fa","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-b30beab-20250930202239.tgz","fileCount":87,"integrity":"sha512-xcYxQcyh/r7Uhyv3k4ci9r+Y/auWlVwe/F34Oia73yAekkh5LI4Ra+cd33v91BK2PmOfu9MtgtGXS3tQoYXpYQ==","signatures":[{"sig":"MEYCIQCyJi3lyfq3wp5nrN64nt4QAWyJCBoc42SEZxAHhY/AVQIhAMDdfEPgmNaM8k/Aewk3s1rCUwXhyY+BahyGRtAfbVtS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-b30beab-20250930202239","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"b30beabd8f6001b20a3ec24d258e64df77329d69","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-b30beab-20250930202239","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-b30beab-20250930202239","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-b30beab-20250930202239_1759263864492_0.0354026979469666","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-08839fe-20251001001202":{"name":"@shopify/hydrogen","version":"0.0.0-next-08839fe-20251001001202","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-08839fe-20251001001202","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"efa23b006d125e4747d37d85c19481222f99080a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-08839fe-20251001001202.tgz","fileCount":87,"integrity":"sha512-JxRMiJZ55wVF4lKueiUhyhiJqEEInCiIbdGHNSBcz3Tpfatb40N/RXQALYrNavys8/iyJx21S695knOH08O+Bg==","signatures":[{"sig":"MEUCIE3NeyW2iJFYkn+PYMaPywW8uvig7QpXxeQQs4WNQJ/jAiEA9uObA0d3+AHXLRi06l4FqMci+T1CfYZD1W2D9dOV6jI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-08839fe-20251001001202","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"08839fe88851cd33fdd4ecd137ee2f1b2769b195","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-08839fe-20251001001202","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-08839fe-20251001001202","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-08839fe-20251001001202_1759277628523_0.5860152002608376","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-7b5caa9-20251001003028":{"name":"@shopify/hydrogen","version":"0.0.0-next-7b5caa9-20251001003028","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7b5caa9-20251001003028","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"285c81530d78f005af2ed3a9e433c6ae32b00766","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7b5caa9-20251001003028.tgz","fileCount":87,"integrity":"sha512-9JLb6QEJbxHX4F3yOz3j1S5wY43r+MryRUjBDyiNBUM8pxzBKOZWg21S6SSzd1tSBj2B7fFEFGWH2P0JTj9pxg==","signatures":[{"sig":"MEQCIG2HIO5eQVr22WHuzSmjb+dOvMAnhlq53+FmCf114Z2hAiBs63Sj11ZrCtSnX77awLsCK2i98dW+qO4I3sjepi12Ig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-7b5caa9-20251001003028","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7b5caa9fbae29ea10df541f70a0d0b591db8e3db","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-7b5caa9-20251001003028","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-7b5caa9-20251001003028","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7b5caa9-20251001003028_1759278730841_0.14462688023190307","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-12374c8-20251001003449":{"name":"@shopify/hydrogen","version":"0.0.0-next-12374c8-20251001003449","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-12374c8-20251001003449","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"806adbd8068f7e5bafd9315f471957d60e67b878","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-12374c8-20251001003449.tgz","fileCount":87,"integrity":"sha512-TS49mCscfUldevRxVQp0blBXx1lFLk/rFo9isSS0FoUUEGkSVf/KfF81mOazha+SjhH+aw/Dl5fD44fEDK/yTQ==","signatures":[{"sig":"MEYCIQCR42trO0rCirKwdJuw/KGbZkr85uQrC5B44F1GYMd9XgIhALs8RKyRxdkQ52/q+lfIFcWl6L6B3UlxLomylu/rIaKJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-12374c8-20251001003449","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"12374c8f03f82c6800000cf08e327c4db4c287bb","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-12374c8-20251001003449","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-12374c8-20251001003449","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-12374c8-20251001003449_1759278994653_0.6319950796520861","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-0511444-20251002040031":{"name":"@shopify/hydrogen","version":"0.0.0-next-0511444-20251002040031","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0511444-20251002040031","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c6e692ccbd68a3952a9e626da8955ec0a3583905","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0511444-20251002040031.tgz","fileCount":87,"integrity":"sha512-lPLoGL/ArVmHoWDy9yj0+V7lKtnsfUY4vlYrMpp+OtAgK+B7upu7doIwOG99N9TmaM0+BZ3+kmuIKum+uT5P1A==","signatures":[{"sig":"MEUCIF+6Dq5czaBIFmv21uvFs16ic4XocpL6IEaB+nhpw/mUAiEA7CY9rBhdmyctacL2qApitvteQzPrCdBjbeAMHNMNRUM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-0511444-20251002040031","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0511444a026f5b80c3927fbc2e31b1ab827cfeae","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-0511444-20251002040031","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-0511444-20251002040031","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0511444-20251002040031_1759377731641_0.7934526366103594","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-83d81fc-20251003015946":{"name":"@shopify/hydrogen","version":"0.0.0-next-83d81fc-20251003015946","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-83d81fc-20251003015946","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e56bd3535e523192f74a0a6a229d59ad3bca4997","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-83d81fc-20251003015946.tgz","fileCount":87,"integrity":"sha512-Nd0OCJNvfd+uQMCWsqJsYu6pR1Fa0t43t8ojh3pxvkkY/ZOwuwC3CxMqYiLHJHIiBHnC13XWU5nsjWFLz0Pn9A==","signatures":[{"sig":"MEUCIDxD9R4anRx4tuWLCwGCvJCsWvP9Dhs7rEvziWYx/IrKAiEAn8sDiVMO6q/5yE52kwdOs0QWJb1jHLjq6WjBfrAzmTk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-83d81fc-20251003015946","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"83d81fc25c8c7514662202f9286eaa78adfd1603","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-83d81fc-20251003015946","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-83d81fc-20251003015946","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-83d81fc-20251003015946_1759456890700_0.35951908181248116","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-4f5db28-20251003110015":{"name":"@shopify/hydrogen","version":"0.0.0-next-4f5db28-20251003110015","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4f5db28-20251003110015","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9e3e8e9787f0aceec2ee1ee7b1ce306fd93fe9c0","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4f5db28-20251003110015.tgz","fileCount":87,"integrity":"sha512-XFPn+U/988cDLCSVf6e9smb3h1Rl/87lSs9rzb7IDdk4glDhXIgcYfUV+0W05FeuX0xjCfTm80H756JyMkXtKA==","signatures":[{"sig":"MEQCIEGtb1YVBIeVgu29jwykS3RiQo5JiQGgG/VWx/U6jFISAiBhGihfQOSv37PdZe+CtJ16ALoYDAjdjhV/FpfXX8YBgg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-4f5db28-20251003110015","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4f5db289f8a9beb5c46dda9416a7ae8151f7e08e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-4f5db28-20251003110015","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-4f5db28-20251003110015","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4f5db28-20251003110015_1759489317484_0.2314721709733698","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2ba29bb-20251003113338":{"name":"@shopify/hydrogen","version":"0.0.0-next-2ba29bb-20251003113338","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2ba29bb-20251003113338","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b0e8befd37b2ab902cfe08d7ef1d808161f16f74","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2ba29bb-20251003113338.tgz","fileCount":87,"integrity":"sha512-0qIiOjMZKYQohoEnwqwvcD9wEMx/g6dCfZQnpWD66blVUfH06SfbHIjodBRgHsp7UZMdwwo7aIBylcJx9gXLOA==","signatures":[{"sig":"MEUCIQD/ct3sZKViQJ+AgZC5ZRVujSbh5xHJWQMvZusSWxmDYwIgNiuBqpo0lrisd0/gv36sD4MT9jlkQxmpMXx9kO9TFq8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2ba29bb-20251003113338","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2ba29bb45f86845661e4f058330e81cf1ed61f50","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-2ba29bb-20251003113338","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-2ba29bb-20251003113338","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2ba29bb-20251003113338_1759491316599_0.2834238863307903","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3479e6f-20251003190323":{"name":"@shopify/hydrogen","version":"0.0.0-next-3479e6f-20251003190323","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3479e6f-20251003190323","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"da3f00cb0860080fd6993e03f21f9604c536f48e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3479e6f-20251003190323.tgz","fileCount":87,"integrity":"sha512-UazCjyVyaJ5/oO3UgbNPBd386o6t9p8KaUPlFbSLp5utPuQqT4VW7SgdZtJPb/MGOwF2k0bpB7bbpFzdgbC/WA==","signatures":[{"sig":"MEUCIQDjDewzup3nQ3iJq4He47hn6oAveu0obts6eM1Y9rvIPQIgaTrVUKK0xobqMlDCJtDJaly0nxYz1sCJmMRy7xf1cT0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3479e6f-20251003190323","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3479e6f91b18ddc63dba74a08d9c94b8b70df385","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-3479e6f-20251003190323","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3479e6f-20251003190323","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3479e6f-20251003190323_1759518308285_0.05667202179424513","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3785513-20251007171425":{"name":"@shopify/hydrogen","version":"0.0.0-next-3785513-20251007171425","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3785513-20251007171425","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cff52dbad14a025069905932b28a65039bd89da2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3785513-20251007171425.tgz","fileCount":87,"integrity":"sha512-2TATH0gcpK/C54CjC2RwwIfemfvDJInWTtqwpekTFAMC0XMGR5OAXSQM2OAc6l9liEyY6BU1UoBKMVSgpakbGg==","signatures":[{"sig":"MEYCIQD6h7VXXZ8torPkGitK/GiVWow3eNC9MV4v8gDneheshgIhAJ3o/f0Omp7Z7wDJu3uvCTRGJGlx++f6acETgK4GZWXc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3785513-20251007171425","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698549},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"37855132dcd2b199066afe5d0892f572427048a0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-3785513-20251007171425","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3785513-20251007171425","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3785513-20251007171425_1759857368277_0.4133810727891267","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ee00f10-20251007215010":{"name":"@shopify/hydrogen","version":"0.0.0-next-ee00f10-20251007215010","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ee00f10-20251007215010","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ef19cb9cff8c9e3953c25f267d43b4d07e31dd92","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ee00f10-20251007215010.tgz","fileCount":87,"integrity":"sha512-Dtlth918CnsV4SDo7IMQDF8RecUYiGtho2XFeBnnM/TE7m+cVY3YFaEI/AKV3MQRqhTvCAb4Ng7kReN0QC9mKA==","signatures":[{"sig":"MEUCIQDbk4dhBDH2dRSe8EYPTe1pZ4D7ejHYeFWXm7bC2aMDMwIgSZRWt4Jk8cqthPqSeNISfSyHbxzD9JARLT4FIQDZDdw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ee00f10-20251007215010","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698559},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ee00f1025867c40d5f67fa89d4ffb215bf280e8f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-ee00f10-20251007215010","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ee00f10-20251007215010","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ee00f10-20251007215010_1759873914799_0.9062331617210881","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2db7b0f-20251009162555":{"name":"@shopify/hydrogen","version":"0.0.0-next-2db7b0f-20251009162555","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2db7b0f-20251009162555","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6a9de4f85225117e6d1b4114aa35ac909af6bed4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2db7b0f-20251009162555.tgz","fileCount":87,"integrity":"sha512-sfU2rj00cy0o6RELHaBU8ZQDyqsCiO3m+TnmZittA82MByFVq0WQPymXtrN17wbRkK2pQXWPaVCtkHqRAIXlIg==","signatures":[{"sig":"MEYCIQCoIkawbwLq7gFMRZjqv5GpH4T2G4chl0iT/aLudgBg+AIhALY88MfkfVOGnXMHUDVGhmgm09C0zTcO7LJuILi+56sh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2db7b0f-20251009162555","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698559},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2db7b0fbcbe6598996a96502cd435de1bf5fc9d7","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-2db7b0f-20251009162555","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-2db7b0f-20251009162555","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2db7b0f-20251009162555_1760027257812_0.8575570707315581","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-22b8fef-20251014160453":{"name":"@shopify/hydrogen","version":"0.0.0-next-22b8fef-20251014160453","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-22b8fef-20251014160453","maintainers":[{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e47b680720cae96f38d042797251d65f2c3abaa4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-22b8fef-20251014160453.tgz","fileCount":87,"integrity":"sha512-qVfffR0Y285OOUQ+VeKVmkiBgRpo4cvO4WxJBFepZ0uv8pbHcZFbWUpG3S5kIcp6++qLXN3PPzwczTEmkP3H1w==","signatures":[{"sig":"MEUCIGa0Hu/HH5dVpln5DSuEnAieut5f9zRQsO6r8rsLMy0AAiEAv245QC+3spdW3DwcIrrSN0Pq4R/YK9nuM+mpdGJkSno=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-22b8fef-20251014160453","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698559},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"22b8fef0a8d6a7cb69459c2bc9e092bb20e1a646","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-22b8fef-20251014160453","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-22b8fef-20251014160453","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-22b8fef-20251014160453_1760458001562_0.15975920937646793","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5a38948-20251107213636":{"name":"@shopify/hydrogen","version":"0.0.0-next-5a38948-20251107213636","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5a38948-20251107213636","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0cdce046fb263c733b672dafa708a988b06d9c39","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5a38948-20251107213636.tgz","fileCount":87,"integrity":"sha512-0II/AaSAmyNh1LldyUdJNaglbIxUIF4L0pzclSyIXEP/5PLy7vNigfdC4CLrzdIY1XRWYLOr2w0jug17Py5SnA==","signatures":[{"sig":"MEQCIHla6fPjYDLn1/og5EpUMqXiA+VAnesQxYi1QD0iaYjRAiBoqk/NWeFBxO2+Ho9rmzBricigI0h90EbxJ286L5VWzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5a38948-20251107213636","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698543},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5a38948133766e358c5f357f52562f6fdcfe7969","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-5a38948-20251107213636","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-5a38948-20251107213636","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5a38948-20251107213636_1762551490939_0.28709139493948066","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-75c03eb-20251118225456":{"name":"@shopify/hydrogen","version":"0.0.0-next-75c03eb-20251118225456","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-75c03eb-20251118225456","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"1955acc800c90a85d8ea1ce91e612c7f9a58ee99","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-75c03eb-20251118225456.tgz","fileCount":87,"integrity":"sha512-hgGxFbJM5u6ouRijAY9uox9c7byjK9DIbhY50o4KXDmnqWQNAdfh8HsTsVwl3sSfpNH2AdWqckRbrivMDzSJMA==","signatures":[{"sig":"MEQCIHkidkuq+6PX0WaFMMPQimpTTV6pDjvKJ2N5JbwojISzAiAnfQz4Gcgy3k5LPx3HesbnXky3ckrzEZx96N16dN8eSw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-75c03eb-20251118225456","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698543},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"75c03eb575a9877c01214f5ccb16a0794989054c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-75c03eb-20251118225456","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-75c03eb-20251118225456","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-75c03eb-20251118225456_1763506601829_0.9342759864940364","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-4ebfadc-20251118230657":{"name":"@shopify/hydrogen","version":"0.0.0-next-4ebfadc-20251118230657","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-4ebfadc-20251118230657","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6d25f37e2a141d271eccac3c55c800be26462f09","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-4ebfadc-20251118230657.tgz","fileCount":87,"integrity":"sha512-WZrY5NVR/z+SrSVV5Hr5JvSYmrDMP9qsOgj6SQNJBBUHhycEzv4JReUIK2W8qlUBPzy+3T6whLKl4vxzLdpYMQ==","signatures":[{"sig":"MEUCIBfz8KeCX0Pl4BDi+4UeUZljcfWrefZigvcIM338GW4GAiEAq35h91nHbt5/LYZ2g/Hn724Ko7pjoC50/sSqsK9ITeM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-4ebfadc-20251118230657","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5698543},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"4ebfadcab9c755956aa06d72107ed9427fb3f84c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-4ebfadc-20251118230657","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-4ebfadc-20251118230657","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-4ebfadc-20251118230657_1763507320509_0.1570914557693599","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-snapshot-20251209010610":{"name":"@shopify/hydrogen","version":"0.0.0-snapshot-20251209010610","license":"MIT","_id":"@shopify/hydrogen@0.0.0-snapshot-20251209010610","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d2cae4087c22644615bcea11625e77e129b1b05f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-snapshot-20251209010610.tgz","fileCount":80,"integrity":"sha512-fyPIsziVWAGbLZCoN4r1HCe5VnewJgzG6j7MVAW83mC7MJqOAhH1cxWU3/oGZ9F4+aTJ9lMuqUuCdQmSZAkSdQ==","signatures":[{"sig":"MEQCIBeh6YsEnFPYwSfGGO2H7V0tsDPfEms7hmcujLcqzy3nAiBQtk2SZt8aMbi9/qmoJmA7tXuYdpsCLp8wfKD+sfDJkQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-snapshot-20251209010610","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5849098},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"850cb3b876c4cf87ae71207f5effa85fb4065604","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"10.8.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"20.19.6","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-snapshot-20251209010610","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.9.2","@react-router/dev":"7.9.2","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.9.2","@react-router/dev":"7.9.2"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-snapshot-20251209010610_1765242472070_0.3446042221486574","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3debe1a-20260108194635":{"name":"@shopify/hydrogen","version":"0.0.0-next-3debe1a-20260108194635","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3debe1a-20260108194635","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"006f8832f211824d5feabc41c5221643c8fbb65f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3debe1a-20260108194635.tgz","fileCount":80,"integrity":"sha512-1ooxXSRUgP+RSYMIp8znNxN9sxirgfaegP4tKDGCZJh8VbMFfc68rd2brfg70Gvl0b7cK5De5O2CQSAW5fDRPw==","signatures":[{"sig":"MEUCIGkmhI3gG6pqwngJidyYvfPiMxUdj4IRnYuTHnC4QIpjAiEA40g56PB10HBEuHrPrK2ROCIrBSt525nNObolYAA65og=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3debe1a-20260108194635","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5871978},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3debe1af9adefc33a5301efa1c135958ec3ebba2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-3debe1a-20260108194635","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3debe1a-20260108194635","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3debe1a-20260108194635_1767901675518_0.16852269461586866","host":"s3://npm-registry-packages-npm-production"}},"2025.7.1":{"name":"@shopify/hydrogen","version":"2025.7.1","license":"MIT","_id":"@shopify/hydrogen@2025.7.1","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"33d311d7f0838a3ad2ece33711556ebca42669db","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.7.1.tgz","fileCount":80,"integrity":"sha512-SAJ5IXrTdc8tuKOycA/C7tNMwjljMz1bany15vNA4hfOcyGri8R9h4xyvJqk/vik1/sWSs05KYXgT8xv6Jt7vA==","signatures":[{"sig":"MEUCIEXCir2iuFh9VAoCCfw0ewesmVFbAO8yjd8L7hr8SO+EAiEAzbyztlH1t2oabsHUAcPxLwlagO/ehroWgXMzFpJ64Oc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.7.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5871260},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"67a817cc843d1be3c0ef5515b9a4b6b9e940b6fe","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2025.7.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.7.1_1767901944785_0.9742609952726464","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5873d83-20260112231215":{"name":"@shopify/hydrogen","version":"0.0.0-next-5873d83-20260112231215","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5873d83-20260112231215","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"13f9354c73c12d7a8c28f28bf50e159a8255a877","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5873d83-20260112231215.tgz","fileCount":80,"integrity":"sha512-PSHjnpm2f62MvacBbeZqBGZKOLHabGW/6R+7SoPeITdK49MvNPoEcEXTKxkMFF+05AwFE4R6KX6cq++tJWyPEQ==","signatures":[{"sig":"MEYCIQCMYl9HVVJ8R375yfJRiY8fJCMQOWQ2g28yH2xGxlPc5AIhAMt85dpnukdja0CuSSWDuzswe/ETzCUOgVmRvOew0efN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5873d83-20260112231215","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5871978},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5873d83d2bd8ad3ee34346ad2218b5a6d1440f01","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-5873d83-20260112231215","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-5873d83-20260112231215","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5873d83-20260112231215_1768259617758_0.002005554825887934","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-84adfae-20260113011453":{"name":"@shopify/hydrogen","version":"0.0.0-next-84adfae-20260113011453","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-84adfae-20260113011453","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a9b3063c89d0fd20060c817a2de5d34b99216e92","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-84adfae-20260113011453.tgz","fileCount":80,"integrity":"sha512-s0hT5ayueOzoA8y8HI99JsHy4kmwUJe3jSA8tzaeUVqw8SGl+ge0uSDEAqH0g8Na98tbtoKBaOR38510ZMMxnw==","signatures":[{"sig":"MEYCIQC5BtQpjyKceIUepqnDrRJ5pLuHa5+4ZUbSzdi9pxNmuQIhAJ2buEIMRMLJNjHi+SLRNW0esMYmtMBEaw0y0LixB3xu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-84adfae-20260113011453","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5871978},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"84adfae81c593766fb7ef6112f1bbcf960095a4e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-84adfae-20260113011453","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-84adfae-20260113011453","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-84adfae-20260113011453_1768266972480_0.9489588020321047","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-702f966-20260113034301":{"name":"@shopify/hydrogen","version":"0.0.0-next-702f966-20260113034301","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-702f966-20260113034301","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"dc772d17fd7b7443c37b92a20bfba7f7616c9489","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-702f966-20260113034301.tgz","fileCount":80,"integrity":"sha512-+UMm08hGpI6uvJNU3Mnm0xGJdgzsGuSJ+HcZRUiBDhldCs87P2/umBHfeIjyy2diLIYl9WdSKCwqT9E0J9x2Fg==","signatures":[{"sig":"MEUCIQCLgWP8LPFL6NmMIFljhw4/VWek2/e7Fmb7cGSy29/f5gIgXkksOeJEa/3wXG4Uo0ItnL8B/XJH6Kj+PFWfTsu4v4U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-702f966-20260113034301","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5874537},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"702f966c8e60eba7434363c9012f12bed92a8e4d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-702f966-20260113034301","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-702f966-20260113034301","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-702f966-20260113034301_1768275861541_0.8154015846801759","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6d22e45-20260113044309":{"name":"@shopify/hydrogen","version":"0.0.0-next-6d22e45-20260113044309","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6d22e45-20260113044309","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ff5e924c27d037f61934f92680f2e7a332453f3c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6d22e45-20260113044309.tgz","fileCount":80,"integrity":"sha512-W1fZfWoHU4xojM+PH2/APyKUVuZiWonjf+2RIWgAZuWAlJ4QT3HxyMN0pX5PGK50TbKB8lnHBVkWlIjiNTsQ+w==","signatures":[{"sig":"MEQCIEizyv+xplUEdzSxmbXBgH1X0zngQYKx+zzvMBeaLRgHAiAh4LOk7kLBpySq8PjswKR1FoA/xfSU0x2XbDG+iQC47w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-6d22e45-20260113044309","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5856345},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6d22e45d29e89a7a8dddfe3c06459d89e4590483","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-6d22e45-20260113044309","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-6d22e45-20260113044309","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6d22e45-20260113044309_1768279470449_0.10316468449451","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3440887-20260113210408":{"name":"@shopify/hydrogen","version":"0.0.0-next-3440887-20260113210408","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3440887-20260113210408","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d2204132768bd7830922d869148848dbd33baed2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3440887-20260113210408.tgz","fileCount":80,"integrity":"sha512-a1xeb6lwEaqU8IQDPhPJp0VZlaMDk9DDJIDldLze1hVoGUAGDL5uwXcopXp7ENHZnUY3+RtEGmMT1YdD22s3UA==","signatures":[{"sig":"MEYCIQDdWKvcjbO9DsHSBslYw8NHUhL+V2IN821laT5Nagn5vQIhAPGJWCPPeVJ4VE1qYB0l9zJmzPy82y88vjXZA7LfoCCu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3440887-20260113210408","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5856345},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3440887e0b29ce84396ad93a93cea5c67dbddfcf","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-3440887-20260113210408","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3440887-20260113210408","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3440887-20260113210408_1768338326116_0.9047849310370082","host":"s3://npm-registry-packages-npm-production"}},"2025.7.2":{"name":"@shopify/hydrogen","version":"2025.7.2","license":"MIT","_id":"@shopify/hydrogen@2025.7.2","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"277eb805797ba12eeeadb71a3235a2df69ff2cc4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.7.2.tgz","fileCount":80,"integrity":"sha512-Pxhf6M9X11Wskb7Zzb2FympiUgg4O43p3G1aoAccix77Ph2ch+CGArhiltUgSG1IF34z1iOoLkLeqe2HKW20uQ==","signatures":[{"sig":"MEQCIDpcFKxKMMt3zb9Mt1KDwEjs/s6zgt5rd9plh7dgHqhQAiAp0RLoLu6qr43mUTGZfsIqhRKNGUa8F73KjMMhSua4FQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.7.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5855627},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"bc50a2d8e0c03c62dde1980de87502efb8dd2a44","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2025.7.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.7.2_1768342521421_0.6626747418417911","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3d66720-20260113234003":{"name":"@shopify/hydrogen","version":"0.0.0-next-3d66720-20260113234003","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3d66720-20260113234003","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"27753ebc05e30c62481566863217acb15ba46536","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3d66720-20260113234003.tgz","fileCount":65,"integrity":"sha512-aJyOG8p8bB3UGo/uGQau/iMR3OrhZksoDiyugbNQoZ2x3QgYzLDzxgTzE/CjY3oxI8LgHU0j9Z0kdTPcdnvsEQ==","signatures":[{"sig":"MEQCIG6rZjFoP69Owm9WG49gPWMGh2UiDw7G/2XvcpIyU6u3AiADiGgP2uPmJAGAatC3pKfm8xVV8Vca7oRV2KxDi8yCrw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3d66720-20260113234003","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5572343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3d66720cb219331d399f47d66ad6be3d31bce391","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-3d66720-20260113234003","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3d66720-20260113234003","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3d66720-20260113234003_1768347662042_0.4367711585441534","host":"s3://npm-registry-packages-npm-production"}},"2025.5.1":{"name":"@shopify/hydrogen","version":"2025.5.1","license":"MIT","_id":"@shopify/hydrogen@2025.5.1","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f738a946c53e9278eda43a7cc8a8774536ae36a4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.5.1.tgz","fileCount":65,"integrity":"sha512-OQbFnnAsiFqrciSdJ2MCBZOjSWuMgAz/ShsIkr88Ap0E0uXY5gDYJ5HcvJX8eCnsG6DaqiYur96zcGFu44RJhA==","signatures":[{"sig":"MEYCIQCV6l64tfeybWOoIB2gd0Lrqw5ntpyHN7ckgNn9/VwhlgIhALKDfMvivaPBkv+cRIPB0kGrTzVDhFoaHheO8lgbfLX7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.5.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5571625},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"37373ce4903c32a215e7f1d22066634c7a909bab","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.5.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.5.1_1768347877322_0.16091324600362023","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-37373ce-20260113234426":{"name":"@shopify/hydrogen","version":"0.0.0-next-37373ce-20260113234426","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-37373ce-20260113234426","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b39954fc8038d8b057fc0d653b89c3c4e9a77521","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-37373ce-20260113234426.tgz","fileCount":65,"integrity":"sha512-YMkx/PtGRf1cMXNs76r/FOWVWBWSGlaTr5wBkvDPmWWYkcNmCJFGjhq3F2yI+LGSOg2PCDBI2N0R3OQ3Oyll0w==","signatures":[{"sig":"MEUCIQCn4G6WRYcR/iERgxvoaAkvFNeWeG6oC5c+0KkfYoChIwIgTugDdFP9QjrQ3kBZ19lOQYvJc5xePoBYlBlcyfFFOvU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-37373ce-20260113234426","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5572343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"37373ce4903c32a215e7f1d22066634c7a909bab","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-37373ce-20260113234426","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-37373ce-20260113234426","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-37373ce-20260113234426_1768347923894_0.3378242389782442","host":"s3://npm-registry-packages-npm-production"}},"2025.4.2":{"name":"@shopify/hydrogen","version":"2025.4.2","license":"MIT","_id":"@shopify/hydrogen@2025.4.2","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b2900711556ecfeb40fcbea25f79c27589e3c5cc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.4.2.tgz","fileCount":66,"integrity":"sha512-5s/3ZNFCJ1I6673xKSbmvqWDokPhanXXf1XgV/XTq1dT1rkNDQx7BOcJDMVIA7KWtjwYPGDjjWeLm35C2GwUhA==","signatures":[{"sig":"MEYCIQCOmOxC2I/IhCyFnzc3I/aJH2TzPPpjijeOEt40REa7HwIhALoPDDSUu3Yc9vYtl6q+OsKSERuVyTlymneXchYG3K5K","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.4.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5577351},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6a8d5ff69b87a66c1ddb771d733ce7a4a0460001","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.4.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.4.2_1768356469219_0.28356496523542885","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-9da0d9c-20260114021015":{"name":"@shopify/hydrogen","version":"0.0.0-next-9da0d9c-20260114021015","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9da0d9c-20260114021015","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"863426513cb51e542fc61ba74abd3b232c249c12","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9da0d9c-20260114021015.tgz","fileCount":80,"integrity":"sha512-RMbepNLRsuG01EHy/85NmSYm9VI1zGRdSA1JojLF33UG8iXBu16MvfQ4/fBvfh2d4tm3XvWRhpC3z7vhf2vePw==","signatures":[{"sig":"MEQCIGchl8FrSNNcshbupbTxV16pAZZzpCUnhI31DZU7sue7AiA525BYF5//VR9g2lK+jeobN3yhspKlXCihSKQG/8sTkw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-9da0d9c-20260114021015","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5856345},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9da0d9c8f0174ae1e317c5605a5372611df1113e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-9da0d9c-20260114021015","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-9da0d9c-20260114021015","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9da0d9c-20260114021015_1768356696689_0.49868776576898854","host":"s3://npm-registry-packages-npm-production"}},"2025.1.5":{"name":"@shopify/hydrogen","version":"2025.1.5","license":"MIT","_id":"@shopify/hydrogen@2025.1.5","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"542341d67170a72fa078b0fbf31c5d55801ac77e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.1.5.tgz","fileCount":66,"integrity":"sha512-SwYazzvT1/xiJvqtCvH/dgREP/41XokycD/6fU1zSX4e/sdGh7rZI+jyfbpheSFuNiaSSGx/2g6QLZzuujVR2Q==","signatures":[{"sig":"MEUCIDeDBC7oN8hUvm464HEoTOp/SqjNEyZKqOKrS3bYegctAiEAzB8ym+IQhHVbS3hSl99lb+Ku4s5IbjbEpVdI00h32mI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.1.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5572505},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dba02cc0f67cef4f2495b6bb042f7a76e4149d4b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2025.1.4","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","@remix-run/dev":"^2.16.1","@remix-run/react":"^2.16.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@remix-run/route-config":"^2.16.1","@remix-run/server-runtime":"^2.16.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","@remix-run/react":"^2.16.1","@remix-run/server-runtime":"^2.16.1"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.1.5_1768358567073_0.6340262580410998","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-dbbc1cd-20260114045948":{"name":"@shopify/hydrogen","version":"0.0.0-next-dbbc1cd-20260114045948","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-dbbc1cd-20260114045948","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"13d4f3bc5d67e5738887d9de464230cd8faa8658","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-dbbc1cd-20260114045948.tgz","fileCount":80,"integrity":"sha512-0WSyqhr9tywpWuahNItqedLX7kBRJlZx+3H0ZXiaLx/ZdXSNv1+A6ozK0YAeTsdj4vxXODQpxC6T+wgcGQBW8Q==","signatures":[{"sig":"MEYCIQD3IfUtMQpFAtle4EdQSgpf07Ys+K3LMOgpcuH5iNS7OAIhAIsX6q3EEXbLlgOhZp6DBqF/5KtKZDYr329GA0NuxZiR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-dbbc1cd-20260114045948","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5857663},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"dbbc1cda8e0618997201803fdef2993481cb930a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-dbbc1cd-20260114045948","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-dbbc1cd-20260114045948","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-dbbc1cd-20260114045948_1768366869007_0.6803972638134632","host":"s3://npm-registry-packages-npm-production"}},"2024.7.10":{"name":"@shopify/hydrogen","version":"2024.7.10","license":"MIT","_id":"@shopify/hydrogen@2024.7.10","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d94737d25714fcf7c805f407da0169fabfa93495","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.7.10.tgz","fileCount":56,"integrity":"sha512-XLh0Rsvh9O8zviyO6/cKkeBc2Tlq/lIxu4W9kpAjaclb8qHXeLIXdXN6jcJMPpTuvMxAuLwQd34RAAaXG9LRzw==","signatures":[{"sig":"MEUCIGHBEYT1iyvmpbBsYmEmCFnsrafKSejBvell52XrDzsYAiEAi2R+sHgTdPrZZew4iV8bD+wCsSI5oOWLHR6i+cjWQMc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2024.7.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5012301},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9568a1f71a924c56d0cc0c2a30803a773b731ad6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.5.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.7.7","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.1.0","@remix-run/react":"^2.1.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.10.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.7.10_1768367717172_0.2921509423607809","host":"s3://npm-registry-packages-npm-production"}},"2024.10.2":{"name":"@shopify/hydrogen","version":"2024.10.2","license":"MIT","_id":"@shopify/hydrogen@2024.10.2","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"93bdc8ff1f8ee072bbfaf081d56d6b02968a4700","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2024.10.2.tgz","fileCount":62,"integrity":"sha512-825xb7JTG7c+v2o5T5WbW19lYbLcdAI9fGy+5M+/XXMXA6c7nZP51M7mdoWZr6uiNiQusFR1jMgfHInkN5h3TQ==","signatures":[{"sig":"MEUCIF6pijd7rsLn/o1HDWSBt2SgPfNtP6Cq6USV1eJp9lgLAiEAu9isSCWgCvPG6WeGz33VJ7sp8wmjTIAs470hcKAbMEI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2024.10.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5187209},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d1aac68acbb53c875acf94788b91c38a009e24f2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"worktop":"^0.7.3","type-fest":"^4.26.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"2024.10.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^8.9.0","schema-dts":"^1.1.0","@remix-run/dev":"^2.13.1","@remix-run/react":"^2.13.1","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.2","@testing-library/react":"^14.0.0","@remix-run/server-runtime":"^2.13.1","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0","react":"^18.2.0","@remix-run/react":"^2.10.0","@remix-run/server-runtime":"^2.10.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2024.10.2_1768367740524_0.4473215908216053","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2333a58-20260114173845":{"name":"@shopify/hydrogen","version":"0.0.0-next-2333a58-20260114173845","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2333a58-20260114173845","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f64a28287af008add735e37098b1e0375c92a322","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2333a58-20260114173845.tgz","fileCount":80,"integrity":"sha512-mi9rklGgIu0HP6BtFbHgHY6q3HsYaIl42u7u64DbqJTnCmvNvhdSWyYFpTlWgSvvHKtrVABLD2qQUXUEL92OGQ==","signatures":[{"sig":"MEYCIQCz6l4s8eaZI6Np9UnrYBCwiymBrNvFSYPHjjZnDydiRwIhALuyVzJyXd3GCGrfCmBblQ57jAPUU0HTL1KFpGcT84IF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2333a58-20260114173845","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5857663},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2333a58c69b28287cf10a7a32dfa5432183ff1e4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-2333a58-20260114173845","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-2333a58-20260114173845","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2333a58-20260114173845_1768412409929_0.5114061285011788","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ad44ec6-20260114205434":{"name":"@shopify/hydrogen","version":"0.0.0-next-ad44ec6-20260114205434","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ad44ec6-20260114205434","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b668876c407315efc85c80d911da3d3ddb505b09","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ad44ec6-20260114205434.tgz","fileCount":65,"integrity":"sha512-h3/DQdjjVMkAUu7l1uhfC3WJBRAuKHYtpd/Gc9maAQXB/KPjVLqFDAlSkqONykBWQAtZAsX/dtvP/RDQy+Wd1w==","signatures":[{"sig":"MEYCIQDWEgcbAmvl7ybJgaITY2Hnvt6q8/lZTiZGXcgM0zt6RwIhAITverARYN2RVkmD0jRgdXCJSMe6JoYKiZ0Wa9KgPK4K","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ad44ec6-20260114205434","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5572343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ad44ec6633c9a022ff1af547bf9ae3ea408c4888","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-ad44ec6-20260114205434","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ad44ec6-20260114205434","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ad44ec6-20260114205434_1768424131332_0.8912475194830503","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6b656fc-20260114214150":{"name":"@shopify/hydrogen","version":"0.0.0-next-6b656fc-20260114214150","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6b656fc-20260114214150","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"85703638b97f25a8bd0e74a6a0258d8376c8a62d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6b656fc-20260114214150.tgz","fileCount":80,"integrity":"sha512-kQtoZwRlcA+wF5GvhigjI/hZ+7nSBFtrQl/8KHZQPayi8rxCY+qUcUQp32Hbt6snovWDZ8VUULHiSwg9GpvJ/A==","signatures":[{"sig":"MEYCIQDWAGwA1h64gtIHxDkPdaMycbu6qDm/ojDs1d8A//ZpbwIhAMeYDF+yz655trgR68IZMgrz17ITfsykFumjU3tBG75E","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-6b656fc-20260114214150","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5870972},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6b656fc04189e9a0e538800d71bff4dcb2f280ae","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-6b656fc-20260114214150","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-6b656fc-20260114214150","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6b656fc-20260114214150_1768426992420_0.3651485740479399","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-0e1ceab-20260115012614":{"name":"@shopify/hydrogen","version":"0.0.0-next-0e1ceab-20260115012614","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0e1ceab-20260115012614","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4a32cffd8f04924fc0e5310c195236b5e896a334","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0e1ceab-20260115012614.tgz","fileCount":80,"integrity":"sha512-PR2mtMmYAIt/gVXPhgUfIiurj6WPRcqVqsHDV6gDbt3GcK2ksmV+21UdGloKlCkGy/1njAwnhqX6yX6eV7U7zg==","signatures":[{"sig":"MEUCIEGxTfqxCTfFuSbB9HprA5jB26/XabKhAQ4ahTYRnJ9qAiEA2lFerC4FEcZynh7lJt1CgDqF4gjNV/vXosusMHxOAuk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-0e1ceab-20260115012614","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5870972},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0e1ceab4419dddbbc08a0b5b598bf9722811fc88","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-0e1ceab-20260115012614","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-0e1ceab-20260115012614","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0e1ceab-20260115012614_1768440454749_0.1473213318442066","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-55c4f2c-20260115013811":{"name":"@shopify/hydrogen","version":"0.0.0-next-55c4f2c-20260115013811","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-55c4f2c-20260115013811","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"849dc0df99dce2c36740a4c0ae7a7eb30b469b02","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-55c4f2c-20260115013811.tgz","fileCount":80,"integrity":"sha512-4cqBxtP3i5cT6dDaRo4bK/RicWDG99xYrh2/e+rpzZPJ5HPswKEOhlg7CKb/dfsfmT3jrRnjAZwZMUIidYnKvg==","signatures":[{"sig":"MEYCIQDo/eWglVagaJKy39A0W5hOqbyT0LhQRgYzpcGyWj4RiAIhALjk8V/BC73hf1znsjpDM3d/9fWVnqsjnIbG55efhm9v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-55c4f2c-20260115013811","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5870972},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"55c4f2c90774e15f9a3213c167940a396a600a93","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-55c4f2c-20260115013811","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-55c4f2c-20260115013811","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-55c4f2c-20260115013811_1768441175175_0.984553796080859","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-edf0602-20260115162944":{"name":"@shopify/hydrogen","version":"0.0.0-next-edf0602-20260115162944","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-edf0602-20260115162944","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a04ff2068be3f5890af86fa5c7d51d27da0bbaa2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-edf0602-20260115162944.tgz","fileCount":80,"integrity":"sha512-KbFbbhwkV3XljCJmuvr04qGsPjNAbGa/9K0QJD5cTxuDgxX7gO//vFjz173JC1WakS4gQTlCcJsLsVBXnffGtw==","signatures":[{"sig":"MEYCIQD7nGqhoccQEfN+ZyertSjiSgYagmbwWftuipF0u4LZcwIhAOq22XUdpXK5v/9CdoHgXKm3zPhlSDeYHS0qjTvQ+xcl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-edf0602-20260115162944","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5863256},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"edf06024fc409909507b36111a8d3575fa684990","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-edf0602-20260115162944","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-edf0602-20260115162944","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-edf0602-20260115162944_1768494667626_0.5161536296061273","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-eb60476-20260115164900":{"name":"@shopify/hydrogen","version":"0.0.0-next-eb60476-20260115164900","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-eb60476-20260115164900","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"df2b2f403eff9ffc22c7bb1bb9921950a64ae6cd","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-eb60476-20260115164900.tgz","fileCount":80,"integrity":"sha512-LLtpQZFLl0gadVqDsGsQ6UfKpqbgTwm8XqUcp2rxqn9mmt686EF7rZGApr5NMin0/rSdUUOCHCyaZca47oE53A==","signatures":[{"sig":"MEYCIQDS5GdIHyDAGtjQ/W+BgxbDOxR90lcErfrJ17/sRdJDhwIhAIHkLCDjCFASPM2lFu9tsYYD0djHm1YmhrQcy92FY0PW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-eb60476-20260115164900","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5863256},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"eb604760a31aeae3780f68ce44f4a0e1c665d23e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-eb60476-20260115164900","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-eb60476-20260115164900","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-eb60476-20260115164900_1768495823795_0.05280098034252512","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-42f37c4-20260115210213":{"name":"@shopify/hydrogen","version":"0.0.0-next-42f37c4-20260115210213","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-42f37c4-20260115210213","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"56b41e1f310a5fb569b01896b9082afdca271d5e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-42f37c4-20260115210213.tgz","fileCount":80,"integrity":"sha512-dj+v6noguRFl/34BO4hhFgXMP8ZQSncbr1GHu+ZYRbrdH6djDzehS9xLuoLefwqYR/7XVLNuXca8axISySrL7A==","signatures":[{"sig":"MEQCIDuPlcg1icB51hstWU6pBp9/JPtIlZcNslVI9ZmJ+QlYAiALwu02L3NK1qlouB6goTR6MlF+IulGtQvuEzQiSvICvg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-42f37c4-20260115210213","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5863256},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"42f37c4b909e9756f53ab0a6332a8be4625c27c2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-42f37c4-20260115210213","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-42f37c4-20260115210213","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"18.3.1","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-42f37c4-20260115210213_1768511015700_0.5467128058174788","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-19215e6-20260116213811":{"name":"@shopify/hydrogen","version":"0.0.0-next-19215e6-20260116213811","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-19215e6-20260116213811","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a5c69d202670137714af35a9473a515fdf497d82","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-19215e6-20260116213811.tgz","fileCount":80,"integrity":"sha512-dhSwmvd7jMop9N9OOZJsNWVwS2+Gnl1e1oixBUGc5j35S8QkLJvtqZgnvlBHqawsbGQz8kOojAnr1P0kgY10rw==","signatures":[{"sig":"MEUCICAJpuV65QwhPlL5GdWQr2ESuRybE1rzbjVzUfEgktB6AiEAyfcMBqn7PI0560EOdgxZnWrQhkAgAwu2J93L1NPwiXM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-19215e6-20260116213811","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5863426},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"19215e6b7a0fc49872a5fa018cbb071813007cd9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-19215e6-20260116213811","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-19215e6-20260116213811","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-19215e6-20260116213811_1768599572519_0.7616576786548368","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-f01dda1-20260117012701":{"name":"@shopify/hydrogen","version":"0.0.0-next-f01dda1-20260117012701","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-f01dda1-20260117012701","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"23787924605225141bd25f5838c91c057c4b7cf6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-f01dda1-20260117012701.tgz","fileCount":80,"integrity":"sha512-xdwHtWDsLLPCyz9VQyBY9e3gNpp5AShXCL6tqL4qM46tqXWHDk2pxknOt4pL9m31neuPotAgC1cWfjV2XPvLiA==","signatures":[{"sig":"MEQCIBVV5qobjjPqFUqU8wnehH0v+bt+fl8KrMooDH8H6ZWmAiB1JpJ39RRfY+PSrnwrDU61Ror4AqenUEYEkenx7ObbdQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-f01dda1-20260117012701","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5863426},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"f01dda156a9077af0cb24a019606b2f39c229cbe","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-f01dda1-20260117012701","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-f01dda1-20260117012701","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-f01dda1-20260117012701_1768613303593_0.08225027627967663","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-7c077f5-20260120050245":{"name":"@shopify/hydrogen","version":"0.0.0-next-7c077f5-20260120050245","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7c077f5-20260120050245","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c9b0fa9296e33680ded31a4fe2048777ac5ca65a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7c077f5-20260120050245.tgz","fileCount":80,"integrity":"sha512-3eXVR1w8M1cxb58o1g5yMt12ftRMjPNn9XgKebKlk0lj9YHbHw5xa3Ns1A4vbuvGOGS2ILYVT5KO/BLKzYrKIA==","signatures":[{"sig":"MEQCID3mOBG58xPjhl5aNg2xl90YPC+NU8jGSBCHZm2ymhoCAiBDl6TuectAvmBa3Juldv8mkDBfjMKAt6Xyx1mSOnRkNw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-7c077f5-20260120050245","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5863426},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7c077f5f21a595c0355873ac8073b716dfeaf4d0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-7c077f5-20260120050245","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-7c077f5-20260120050245","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7c077f5-20260120050245_1768885446656_0.072220557445285","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2762305-20260120052934":{"name":"@shopify/hydrogen","version":"0.0.0-next-2762305-20260120052934","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2762305-20260120052934","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4a277b454b8cbb33c6eda900c37a5770933a0dc5","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2762305-20260120052934.tgz","fileCount":80,"integrity":"sha512-URUR4c4v30jOTrMP9j+a70Awk0npXjXpCouU7zG50dDr+FAGmeNqNm5VjtN3uw1+hIcmkRSE3bLKus3Dcv0OGQ==","signatures":[{"sig":"MEYCIQDht1/x7keszVCltv6CRjci/4s8SZYI9P8Bc5WuWi9EqgIhAODlOSGUXQkeKVQy462peRh6RHbgrKncnxfEHP6mqQCB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2762305-20260120052934","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5863426},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"27623053a2f07b49fda27fe480dbc0dd9a9c15b6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-2762305-20260120052934","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-2762305-20260120052934","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2762305-20260120052934_1768887055686_0.3380711536828207","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-7f0d99e-20260121005650":{"name":"@shopify/hydrogen","version":"0.0.0-next-7f0d99e-20260121005650","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7f0d99e-20260121005650","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d245c97e48bf0ed1e7ce9118b14dc08d17296261","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7f0d99e-20260121005650.tgz","fileCount":80,"integrity":"sha512-sdn0uYimGiTCM6iOPG/EI5dFVytnbY70YLr5HPCOVo55WO6GW/gPft3vtbWxkUm61u/rSWaDspBZE9MvVLl88Q==","signatures":[{"sig":"MEUCIB8RByDG0GpHVG8kiLntQcoswnY0INkSC2SDSFk3TWflAiEAlhGV5gVtTVL38NN/emx1AcNuHhw7CjATfDx9G0FDOhw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-7f0d99e-20260121005650","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5863426},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7f0d99ef520a1f75f3eea331bb8e26a1c8137ef9","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-7f0d99e-20260121005650","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-7f0d99e-20260121005650","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7f0d99e-20260121005650_1768957090510_0.3652904740321099","host":"s3://npm-registry-packages-npm-production"}},"2025.7.3":{"name":"@shopify/hydrogen","version":"2025.7.3","license":"MIT","_id":"@shopify/hydrogen@2025.7.3","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"29c95f075cc601bb8ce3c7561667fe50ace7d003","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.7.3.tgz","fileCount":80,"integrity":"sha512-6VcAsXc5fdG/0+3x+UB+rhgD/YlHgfU7adaJlZ3QnT5ylXxeG78e4Er/41pLc+JFa0ITWOmezuoX82na+e2rpg==","signatures":[{"sig":"MEUCIC00da3DonYpJMOZF1NeWbxz75DJGkzEtDn8Ng8hnKiGAiEA6uVfihaVKqVeluPxy4qBvDwE6BLTzkMXG+iqt6xSCJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.7.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5862708},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d633a47bdc05d9d55ba43ae46daee958eeac8b7a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2025.7.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.7.3_1768957496942_0.6914915942577478","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-3b31f86-20260121031916":{"name":"@shopify/hydrogen","version":"0.0.0-next-3b31f86-20260121031916","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-3b31f86-20260121031916","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ff0d54da74ea63c0421254400b25b39f47c71e0b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-3b31f86-20260121031916.tgz","fileCount":80,"integrity":"sha512-QfSBGLeGR/d9vU0FXo+T0V/Rx7o3x4uJo/OwkHLEJDciwqMJI3Cel3GVHJgSGPZF7XOi4EtwPCcLzSGvearFTQ==","signatures":[{"sig":"MEUCIQDV5kOF7xCJziDkwxNkyMvU9VFbCIMDoxaIMSjEu9IGGAIgNzP3XhAF4O5xd9qA6+f+BKrf6HFoFqrLGyoWiXlLfq0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-3b31f86-20260121031916","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5863426},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"3b31f862f5779f7cfde3bbb3130771d5859c739d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-3b31f86-20260121031916","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-3b31f86-20260121031916","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-3b31f86-20260121031916_1768965638198_0.753983419097731","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e7cb642-20260127170943":{"name":"@shopify/hydrogen","version":"0.0.0-next-e7cb642-20260127170943","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e7cb642-20260127170943","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"3620c7b36c1e083a7885b8d2bca1c3e1cfeaf804","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e7cb642-20260127170943.tgz","fileCount":80,"integrity":"sha512-2caGiy19yGLu1p7VDDXCmq9X6aWu1zy7r6U6pqH2nlEBrBbnT34KJ5Jhf+PFhzGJxi/LMg0zXp33vY2J8US+Ew==","signatures":[{"sig":"MEYCIQCodjQws/vqbsY7Du8t90vRO3zb1U4iAA7uSd3NM7NO9gIhAOkZ5fAAXoJMM1mtlAwCgmlSUys3+1q0GZw6rgRZt1d2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e7cb642-20260127170943","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5881060},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e7cb642268fe6954ac342c6612180bc8f66a2288","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-e7cb642-20260127170943","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-e7cb642-20260127170943","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e7cb642-20260127170943_1769533866270_0.8297884297542335","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ab666dc-20260127172729":{"name":"@shopify/hydrogen","version":"0.0.0-next-ab666dc-20260127172729","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ab666dc-20260127172729","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"95922dd02a583a1dcbace5212485b9f878d39da1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ab666dc-20260127172729.tgz","fileCount":80,"integrity":"sha512-IKWA+AeY5CSuTSU4rVPm0sHxAJWX4euND0rFnguJLUdT0qz9PWonbP+SHuMteDy/NhZqsI+Hs1pnPj8dlZbW2A==","signatures":[{"sig":"MEUCICLnUHJ1IRX83bzst2qGO6RlLwA+I7IkxuiNw5CzviCcAiEA8uvEoHwfePGjYy5R96HKFLgOphC5ImpcPqGjl640oa4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ab666dc-20260127172729","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5906829},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ab666dcfbd550d34351cab78e784a5bcf46a481b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-ab666dc-20260127172729","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ab666dc-20260127172729","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ab666dc-20260127172729_1769534934405_0.1637499876052022","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-0516581-20260127173428":{"name":"@shopify/hydrogen","version":"0.0.0-next-0516581-20260127173428","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0516581-20260127173428","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"5942941ecfd9c99148cc3cbd99952ff86b422bdc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0516581-20260127173428.tgz","fileCount":80,"integrity":"sha512-536qdoTJdvRqMggiM2IKICZipFFjO9nwnTaJ6Xwb4P4DL+Tj1PXL+M2T+LjrhwVZmgE7AVtsG5JaMKq/B8RDKQ==","signatures":[{"sig":"MEUCID2feiBhoT0knj4+J6MxqnQRPL8wxxDub5TjaX+ogKvAAiEAjRshzW0aGVODAENNNXK16MV2uI6CS3fpkVcNxNRX+nY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-0516581-20260127173428","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5939498},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"051658174689f80387009fd2e2bef40b1249eca5","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-0516581-20260127173428","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-0516581-20260127173428","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0516581-20260127173428_1769535349502_0.7988326414691411","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-0e61522-20260127191646":{"name":"@shopify/hydrogen","version":"0.0.0-next-0e61522-20260127191646","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-0e61522-20260127191646","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4bab53af2d98a4e0a20282d7aaac96c9d8e9746a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-0e61522-20260127191646.tgz","fileCount":80,"integrity":"sha512-+Ff2TUAvvI+EcyWFFRrGX04iKrzqsI1TCT/C2dqrnm+WuVTH5OkNXEqo7UtwWFO7XYKTpY2S0P2LK/scn+S7UA==","signatures":[{"sig":"MEUCIAedMoAPZeabSl0u7QOBAhgBDWDOwZExZezvf4x6MMTCAiEA6GS+ZJUtYPNg7yONRpXX8sHERVoL0teALdJ4vvCWFBI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-0e61522-20260127191646","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5940080},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0e61522871fd7500b9cbfa5d15db685deab4c802","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-0e61522-20260127191646","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-0e61522-20260127191646","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-0e61522-20260127191646_1769541489917_0.4309860446196181","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-60fe949-20260127201914":{"name":"@shopify/hydrogen","version":"0.0.0-next-60fe949-20260127201914","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-60fe949-20260127201914","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"8d00197386f609f0a071999c1d50fc1716b4d18a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-60fe949-20260127201914.tgz","fileCount":80,"integrity":"sha512-VHUOQeDpe0L3OLAW0Bnc8d+HlpwKUgFfp2XwHvKNlOCyxA2yFI3eqhsXRRXon290m2BqZ0BShtqnKwzjBFZy0g==","signatures":[{"sig":"MEQCIEAurAzq6nUFe9z6eUzQDzhE3UFsY4T/6OfQyOYir5TqAiAsn3caT0YBDU1TrkPPWS8FtVjIwEP6XZpv4V33jHtfOg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-60fe949-20260127201914","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5940080},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"60fe9496af4ea52fe417e68e4a7075f172730c20","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-60fe949-20260127201914","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-60fe949-20260127201914","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-60fe949-20260127201914_1769545243914_0.3685780070401137","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e01381a-20260128040109":{"name":"@shopify/hydrogen","version":"0.0.0-next-e01381a-20260128040109","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e01381a-20260128040109","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ff5dc6b6ad0ed39d59c754b921cdcff09ede33bc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e01381a-20260128040109.tgz","fileCount":80,"integrity":"sha512-pEglsiXQ3Pkk26lx+oJasejSdTRVr4jne13p6djW+z51xTme2y91I/wROaZzdpPn8ze6lp9/anV555ktdoGe2Q==","signatures":[{"sig":"MEYCIQCezgUTYmbYZsCFZYsAwD1MQ6SiRYKu0YRmtctcV0fq8QIhAMHsyZSLRfzFENDArBOEsyiJfATws9JwFM7qxfoTGl0d","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e01381a-20260128040109","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5940080},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e01381ad90df9bdd6f4f9323fd4f8921677c0789","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-e01381a-20260128040109","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-e01381a-20260128040109","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e01381a-20260128040109_1769572953934_0.8539000801168752","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-8da7eba-20260128150421":{"name":"@shopify/hydrogen","version":"0.0.0-next-8da7eba-20260128150421","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-8da7eba-20260128150421","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"9f655ce9d998df01f83e8945e17a4da0f6c5ae2b","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-8da7eba-20260128150421.tgz","fileCount":80,"integrity":"sha512-n3seERdECqEqfb2ESjRs/Mg34uGD4TFU/3b782e4B9HIR6fTr55GWcMBL7fWUBD8bWk/PzdUoqBvqFTsT89/IQ==","signatures":[{"sig":"MEUCIQCwvcZsLP8rMy0MIRjXtU6OOAePbV7VjF8hfkqwqrbJTgIgI48wzeMev33TgXyHjHi1IjQJMu8u4Eoo2HLSxJEC+UI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-8da7eba-20260128150421","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5940080},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8da7eba6d7561e865b4806a34b1f7f93bfb10186","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-8da7eba-20260128150421","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-8da7eba-20260128150421","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-8da7eba-20260128150421_1769612739907_0.023550565819541625","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-43eab8c-20260128154937":{"name":"@shopify/hydrogen","version":"0.0.0-next-43eab8c-20260128154937","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-43eab8c-20260128154937","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"f4e668857545e2df5c75d23725b3f3f6144e4823","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-43eab8c-20260128154937.tgz","fileCount":80,"integrity":"sha512-Kx0WXxYqiZ2f8UWl0bkMSj/Xp1xhCi/qFpoWLMN81c+b4UMaHVPiRex8jiJIXNpS4C6bxD19yzyrmmESZCRAHg==","signatures":[{"sig":"MEUCIQCF8C791mt27MgKD/J7XnQhnHCVr355FQJUA+Wlu3E1nQIga39k5hqwasBUaayDrSSYLT6NzBX2SNvJXj2OHc8OJlQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-43eab8c-20260128154937","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5940080},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"43eab8c59f57685068baab39cd493ee82f852978","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-43eab8c-20260128154937","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-43eab8c-20260128154937","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-43eab8c-20260128154937_1769615461097_0.30524548458252654","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-284675a-20260129003539":{"name":"@shopify/hydrogen","version":"0.0.0-next-284675a-20260129003539","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-284675a-20260129003539","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cbb77d911794943841f3baf5d13a083342ab5735","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-284675a-20260129003539.tgz","fileCount":80,"integrity":"sha512-VNyWUnxfPzLR6E5OgpVQ1AoDw7EY3+XChGFBEiGmTignbBYi5HQlM44GIQzV4HQAwtqANLcYxV3HyMESTB4k2w==","signatures":[{"sig":"MEUCIQCr/HL7Sibm9ePmCSd1K8KBp5uoVrudaP3C4kX9OY9DKwIgVs4xu7Z6Kc+O6QmOJJBkg0E78WRVeRQWgPCqI8+puuk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-284675a-20260129003539","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5940080},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"284675a585e10785ef86bcb9042556f46a85d35e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-284675a-20260129003539","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-284675a-20260129003539","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-284675a-20260129003539_1769647015698_0.2188721642571707","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-38f8a79-20260130021506":{"name":"@shopify/hydrogen","version":"0.0.0-next-38f8a79-20260130021506","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-38f8a79-20260130021506","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c6df940f0a995a08963cd5d42afa7dc16e609108","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-38f8a79-20260130021506.tgz","fileCount":80,"integrity":"sha512-YmI0/FUOnKIKrtoMQqIRvY9KDfNlhPq0XbScvtqkjZPd3N7knm+Kk0pZUAuhH+ALkHaEMSw8MQ5JqGgV+37Ing==","signatures":[{"sig":"MEUCIFKrm2+vSybvDsTjaJ2M7rXmRXQAjlMr0U/41uU6Mh+eAiEA75YfgulLLrMG1h6zkP2FoRWsHmkKSEFuqLyGMP2Igmg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-38f8a79-20260130021506","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5958210},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"38f8a79625838a9cd4520b20c0db2e5d331f7d26","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-38f8a79-20260130021506","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-38f8a79-20260130021506","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-38f8a79-20260130021506_1769739388720_0.5879543094083759","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-c1703a8-20260130061312":{"name":"@shopify/hydrogen","version":"0.0.0-next-c1703a8-20260130061312","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c1703a8-20260130061312","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2355136b1ca3d481acdec6f08f6bc0e65cde383c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c1703a8-20260130061312.tgz","fileCount":80,"integrity":"sha512-RbRkJzFFMidMelC2j2VCc0abROtikoFbX0Qc8OY5W/DkIRD0D1sp16945zrGeVKyRfAhh4YmnOXVgfVObcNi/g==","signatures":[{"sig":"MEUCIFNEfpHMgRpKSfjjBXkcBsIORnfpcJwqOgOlUwodYOAtAiEA8fv2s1oneq16qFE918InKuEj+aiXo3D0x4xzd2VjgaQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-c1703a8-20260130061312","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5958210},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c1703a82a194913ad99f05ca10d4a43c5dbef1c2","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-c1703a8-20260130061312","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-c1703a8-20260130061312","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c1703a8-20260130061312_1769753674284_0.5476568403046969","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d3499df-20260130155127":{"name":"@shopify/hydrogen","version":"0.0.0-next-d3499df-20260130155127","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d3499df-20260130155127","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b4c7b94394da8a94054d826d350db4e42e7e13d6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d3499df-20260130155127.tgz","fileCount":80,"integrity":"sha512-vyT67qTx0unVuGmZT6KLHOy+em9/rWpVw2vFxVdRhmoApfhNy6oRA6Ft5pwWBwFR2xZA2bbueEhyLorkp20qVA==","signatures":[{"sig":"MEUCIF6JY12IuzuLBWHWKrFKDpHPkku6LW4hAkWAxmYUYOOsAiEAtx3bwpcYsAgQtoQtBlhfhqEfKIez2pBVIy0Kc/NCeOw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d3499df-20260130155127","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5958210},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d3499df11cec510d021d816e237c5f38b828868f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-d3499df-20260130155127","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-d3499df-20260130155127","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d3499df-20260130155127_1769788371122_0.6908701191096587","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-64ccf8d-20260130171528":{"name":"@shopify/hydrogen","version":"0.0.0-next-64ccf8d-20260130171528","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-64ccf8d-20260130171528","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4b36829c195addb7246355526e6960c3cadf30f4","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-64ccf8d-20260130171528.tgz","fileCount":80,"integrity":"sha512-eHVnDbbl4YB4XOJyi1LGef0EmOr44iJ+rrV+CeKWZm2FcN9Ev6XBkCfuGvkFR1dwVvyEo5xQkPwoRzNjbj5tiQ==","signatures":[{"sig":"MEYCIQDPgVNKgAiUUScKZQXaZWvAmo9p1/90F21KKjlzGXNonQIhAN2ZlZLftiJHswC3TcEPjc5GTtrvwKg0LFcGZ7D0v9e/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-64ccf8d-20260130171528","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5958210},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"64ccf8d3674593a82a5403866c3e8c9712ab449c","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-64ccf8d-20260130171528","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-64ccf8d-20260130171528","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-64ccf8d-20260130171528_1769793409960_0.22473854214889855","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-6fd0a3e-20260130172443":{"name":"@shopify/hydrogen","version":"0.0.0-next-6fd0a3e-20260130172443","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-6fd0a3e-20260130172443","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d6a4d5a7f3e14833b1ca0ace32618dbbb1d58b93","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-6fd0a3e-20260130172443.tgz","fileCount":80,"integrity":"sha512-oY39nkuk6j/nEnwkNFV5JQqP+K7NQ1ZNypNO6iQ31Ys2ga7qYRB7Q0qSFbrEFYY8CdIehPsk3ntpWUsXlNg35w==","signatures":[{"sig":"MEUCIDSvmX7Hvi52nUTjW9VQNvJLN6J3IFduvhIthFquDLYWAiEAuA3g0kT/NWqaMYZqNQa0qAo8TPN8f4vvhdv7ZbJIof0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-6fd0a3e-20260130172443","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5958210},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"6fd0a3e831e5e574c5a0f104c9c8e7a76605a73f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-6fd0a3e-20260130172443","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-6fd0a3e-20260130172443","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-6fd0a3e-20260130172443_1769793964661_0.03454026111571906","host":"s3://npm-registry-packages-npm-production"}},"2025.10.0":{"name":"@shopify/hydrogen","version":"2025.10.0","license":"MIT","_id":"@shopify/hydrogen@2025.10.0","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"dd1e2e2dc80a163867df66937a23913dfd0d2e84","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.10.0.tgz","fileCount":80,"integrity":"sha512-ameSr1P+0aTer5qNfes+6xrBe6bKiYLs6vnJKNmLWTg4FCs+6FG2yMuQlx3JNGPD5I5apcHzHupZG408KxYg1A==","signatures":[{"sig":"MEUCIGyrTE7nBR1WlI38orAR8gCNo10530XIaZThxZt1kxeHAiEAuUzp2MXKiYUcwG1/iAdo+pwuHJCLqAfThnSmQpR3obM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.10.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5957514},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"87eb365ba4e9ec60ebb303d074f6254d4e3b0144","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2025.10.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.10.0_1769799144571_0.7141251502443169","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d62c387-20260203173802":{"name":"@shopify/hydrogen","version":"0.0.0-next-d62c387-20260203173802","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d62c387-20260203173802","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ab2dee3a0bb7a0325b15196d29fa630b29aa0544","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d62c387-20260203173802.tgz","fileCount":80,"integrity":"sha512-sIGI8FOGJKgh6KWuCbGd3DjiOIzgq0xTbr4TIMJRklXyOmvWlmBa2+HY07pyYCtTnFlQLUkkVKT2l8uzoKEBBw==","signatures":[{"sig":"MEUCIQCjUM1/k5r4wTQl08waDu+ORCCHvasi3Oam6cwLhaR8xgIgTX7NHhhrII4OU+jUTaTJIllBe8r10WBaOzviuOTPqVQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d62c387-20260203173802","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d62c387187c16e212c02f327107aba26619561a3","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-d62c387-20260203173802","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-d62c387-20260203173802","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d62c387-20260203173802_1770140361014_0.19402578420110972","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-9f9cf42-20260203181751":{"name":"@shopify/hydrogen","version":"0.0.0-next-9f9cf42-20260203181751","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9f9cf42-20260203181751","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6b0579b556194145a71bbc8df98d393d05baf8ae","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9f9cf42-20260203181751.tgz","fileCount":80,"integrity":"sha512-R//YCBVOt0kl4uC4D5KQIZCn+T724GQnF+fBm3mfJlfch3Is1BHMwQop0M2o2EI5B/eeOy+QILweqvKaKbTV3w==","signatures":[{"sig":"MEYCIQDjhYATPQXr0zfbupXR+3OB1WfBkgX1/o65fP4KOU0J0AIhAOI5wOd9Yx9wxonOc41bRSysr0y0iGjY7zCwQ2S2HW+X","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-9f9cf42-20260203181751","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9f9cf426d3f26d2e2009c80dba5523b7bac6aa1a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-9f9cf42-20260203181751","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-9f9cf42-20260203181751","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9f9cf42-20260203181751_1770142750861_0.5787653233158978","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-19c3c8f-20260204161239":{"name":"@shopify/hydrogen","version":"0.0.0-next-19c3c8f-20260204161239","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-19c3c8f-20260204161239","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"29ea3269fc0beecdbdf3799ccbfe9b7e399ad4c2","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-19c3c8f-20260204161239.tgz","fileCount":80,"integrity":"sha512-M0QFK5U823/5uPj6RUCDUk6L11UWGKrgTLNpltibU8Mpibufzfpzky0EDOLRqaJC2WjLh1m2NiNl570SbjRbdg==","signatures":[{"sig":"MEUCIQCMkD9JwilKuKiQsyYC9WQH89cO7MN6VABlBB9G475uTQIgZl4+YWRhuhLwSxWbIMgnmg0DYiC0JDdItU7EY6pYEjY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-19c3c8f-20260204161239","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"19c3c8ff2fccb66921b36851fa438363a8b2f940","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-19c3c8f-20260204161239","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-19c3c8f-20260204161239","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-19c3c8f-20260204161239_1770221639722_0.11643735127708843","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5443867-20260204170133":{"name":"@shopify/hydrogen","version":"0.0.0-next-5443867-20260204170133","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5443867-20260204170133","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"b14f172aa4b62598bb01ea9b6a21a4bd296cebbc","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5443867-20260204170133.tgz","fileCount":80,"integrity":"sha512-FSvoqXVImVoAvRz+yp1gMDSqUtDrc4kV5oOVNBsgiJFKaH7/9JUa2qXiCh2UEAK35kpIlC8gAW/YcYzm/KfRWw==","signatures":[{"sig":"MEUCIQCPpxJ1HVgY7M0MWfnQedBgynCh6Xxe18sX9pq8LnQ+7wIgLJMmJ//amAfVVgaWod4wl256E+sKrna0S2uKgJYx7uI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5443867-20260204170133","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"54438679d80ec5099b000cde5a89ba40639be4db","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-5443867-20260204170133","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-5443867-20260204170133","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5443867-20260204170133_1770224574347_0.9351471273043688","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-9996d6a-20260205034929":{"name":"@shopify/hydrogen","version":"0.0.0-next-9996d6a-20260205034929","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9996d6a-20260205034929","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0fd572dbe60b364ac5286b36e34ddc1b5027ee55","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9996d6a-20260205034929.tgz","fileCount":80,"integrity":"sha512-QbhWVYHgy+X20rl/41/eTOAkaxptUqhteb48Uwf8ZalUUOuMKvUNDdgJbuK4zIEx0okX0Pm+mVIZ93v7zHE0Eg==","signatures":[{"sig":"MEUCIAHaqfWezoStzaaL25fZKGzMzPXQb7YwoZAQjRSqd5wXAiEAy8yO1iPpCjgaH0fxOBX1DQSobSX8hSS8wdU70Af2LkI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-9996d6a-20260205034929","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9996d6a1c07abee8b2c78eedc230b7b7063c2504","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-9996d6a-20260205034929","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-9996d6a-20260205034929","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9996d6a-20260205034929_1770263451709_0.26848285789937987","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-178e0c8-20260205190156":{"name":"@shopify/hydrogen","version":"0.0.0-next-178e0c8-20260205190156","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-178e0c8-20260205190156","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7a28b2e17ca847b571c2cf5a3e65c18093dced70","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-178e0c8-20260205190156.tgz","fileCount":80,"integrity":"sha512-sW8P0VTGY3oll9+6dsv0X6I5d/xLNbuc+Jezrh3/JNETFHtnEF/jQFPfZ6N1gFPPO9UCxAvDNm2RGw2WHnDCbA==","signatures":[{"sig":"MEYCIQDp8SKBYosV1RWWm/cBgw59MWj+yV0cEtGUIq3YJNG3MQIhAO3BjwRfSwQE2Rms0sDp8q2uGe2bjaiCxsQ1taPwVq/z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-178e0c8-20260205190156","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"178e0c8c190fa22c2782c12ab4a6497db85bf91e","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-178e0c8-20260205190156","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-178e0c8-20260205190156","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-178e0c8-20260205190156_1770318198486_0.7642053143028684","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-69b56fd-20260206112335":{"name":"@shopify/hydrogen","version":"0.0.0-next-69b56fd-20260206112335","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-69b56fd-20260206112335","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"298e5453d3ae84213de6719e0d4c267f388984af","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-69b56fd-20260206112335.tgz","fileCount":80,"integrity":"sha512-MRJFAXMEomEvqUKHD6QrAtK3GW0dbc9ATcsyR6tifhWkQRk677IBqQDdzfNyiE6ghvRL1o+BJBfYia3hJPcGWA==","signatures":[{"sig":"MEQCICiOzgiZcOk9sx0crT2Zn08ePK88BPnnv9VwHlS1jdg7AiA3aJL4uYGHRUzYCLz+irsECI93CAmTYNo4erGRDbzoEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-69b56fd-20260206112335","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"69b56fd67f4bb27b60f310812b5dc2851c7572cd","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-69b56fd-20260206112335","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-69b56fd-20260206112335","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-69b56fd-20260206112335_1770377096013_0.5110354598779892","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ab18c4c-20260206114751":{"name":"@shopify/hydrogen","version":"0.0.0-next-ab18c4c-20260206114751","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ab18c4c-20260206114751","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e3294937dfa41c16bffee64ceaad66e51d33ac0f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ab18c4c-20260206114751.tgz","fileCount":80,"integrity":"sha512-HjZ173CqFuoHVXydgEhECylQUSdg10IRS9W01ch9uZre8RR0V7+vwdMznEEd11Z0rHeZT8u08phmoR0P1r2F/w==","signatures":[{"sig":"MEYCIQDS/qgZXsFWF7uy9Kyk7jYVCHZgkIbQZTH1GgfkJ/evtwIhANUfVwp5heoWdM9w9O3+l6RZS5X599XQ4Z1rx82hn7HZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ab18c4c-20260206114751","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ab18c4cee6545e83a1770a322ba7b760e36b50f1","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-ab18c4c-20260206114751","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ab18c4c-20260206114751","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ab18c4c-20260206114751_1770378554541_0.25428308245419085","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-e7ce1a4-20260206161842":{"name":"@shopify/hydrogen","version":"0.0.0-next-e7ce1a4-20260206161842","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-e7ce1a4-20260206161842","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0b292e1814e3192be682c806bb21dd89e76df952","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-e7ce1a4-20260206161842.tgz","fileCount":80,"integrity":"sha512-1flbSknh+7Dqb1Qj8O7sS0/0UxO3hsmI8jQ/uNlngaR9msdUdzYHlDwQFu//gLSQErTWV5tlrtdaymHYR2cdRg==","signatures":[{"sig":"MEYCIQD8cmsG+wwF1gz4M6uRTpiPEv8zgl6m7jK3StUxBgcoUQIhAITXnJsuhtBu22qPt01KunMpmdNKkTHk1G1esIpYxihh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-e7ce1a4-20260206161842","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"e7ce1a40479f138326af741cbc97fe60f29df908","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-e7ce1a4-20260206161842","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-e7ce1a4-20260206161842","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-e7ce1a4-20260206161842_1770394805189_0.01965538349053375","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-35a203d-20260206181227":{"name":"@shopify/hydrogen","version":"0.0.0-next-35a203d-20260206181227","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-35a203d-20260206181227","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"db2909f56baa574edc22b6a5b26c9faed71e4286","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-35a203d-20260206181227.tgz","fileCount":80,"integrity":"sha512-6a5opFVFoV7frg5Abh/4FvGjYK/j1RUl2CHiYclJmWCm4JTjlnVsE+PeQjzOEng1sN8KvnbgAvNVH3G3G93h1w==","signatures":[{"sig":"MEUCIBx9EjxMq3KBAvx6hogTEvk7cbsLdkDVFh4MHEEE2IjeAiEAyzP3P2Q4iHo40RiLJGiaYO2A5QZ27yaVoKmfhcWc2Ec=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-35a203d-20260206181227","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"35a203d6858fa820904c76ec25d7435329de6d87","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-35a203d-20260206181227","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-35a203d-20260206181227","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-35a203d-20260206181227_1770401628633_0.6274197089115634","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-7a10ee9-20260206184126":{"name":"@shopify/hydrogen","version":"0.0.0-next-7a10ee9-20260206184126","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-7a10ee9-20260206184126","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a21cea23fca11b7ba0cb2cd520cbbe6097518ef1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-7a10ee9-20260206184126.tgz","fileCount":80,"integrity":"sha512-COdJ9E/5pz3jymPwSIjvu3MIr+zZMnmLo46rjwxjmXlFDz6RuwSX/EXMvD31X1RLbKIV5AJIZgu8U4C4n9/YAw==","signatures":[{"sig":"MEQCIH5R/NimXzt5s4c5r9DOd2KbpA9T83FdUe0/NIJ6zc7fAiAoLRgqFChiliW7zFAr2yxAKv7N5ASqd87kSeJkjnsXSg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-7a10ee9-20260206184126","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"7a10ee97a0eb32b2dace173a7b9ee3113501ad28","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-7a10ee9-20260206184126","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-7a10ee9-20260206184126","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-7a10ee9-20260206184126_1770403367627_0.5166838415311925","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-03b5374-20260206184956":{"name":"@shopify/hydrogen","version":"0.0.0-next-03b5374-20260206184956","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-03b5374-20260206184956","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6a3bc1227b9ba373bb9692fb4c215095ab46765a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-03b5374-20260206184956.tgz","fileCount":80,"integrity":"sha512-ePBqG65lHBmnO2BkyfDz7jZuVco5EoRh76k9sc/MD/ZnTDHDP7jOiBxpe6o8JOXcXhUCuGq3h3h9JdL4DDCCUw==","signatures":[{"sig":"MEUCIAejL7xxrHxVifwuSXYUFF9flx3mO9UPb+lkFcBUtri/AiEAkJQPVfSHffi+xAxzIYArDBdeiOeXc0a90EbMtRtS1+4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-03b5374-20260206184956","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"03b53740fdcae6bea0ba9644ece3e6b6a1ec8cd6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-03b5374-20260206184956","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-03b5374-20260206184956","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-03b5374-20260206184956_1770403877815_0.8660699344937328","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-45bed1d-20260206192605":{"name":"@shopify/hydrogen","version":"0.0.0-next-45bed1d-20260206192605","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-45bed1d-20260206192605","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c3e5cc01095bc7fda7059a64cc2c2e1882012dce","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-45bed1d-20260206192605.tgz","fileCount":80,"integrity":"sha512-FuW2S8IbOgoCPt4cSHiGWKqHu2EqdfvG4DvvZy1zIween6tStajury+uF5LuRNzDm3FsPUOcAG88n5h5onBOjQ==","signatures":[{"sig":"MEYCIQDEzC4zzx4iL4+qGMFwleWRJwbBW9gXWvWkFm9qPpdZBgIhAKv7J8sIuX2cFRiJ3Ypzc5tF4wNYDHtrZpng2L6AfPKg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-45bed1d-20260206192605","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961731},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"45bed1dbbd9b28a910788d0aec3972554d12d1ba","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-45bed1d-20260206192605","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-45bed1d-20260206192605","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-45bed1d-20260206192605_1770406048034_0.6925037823968636","host":"s3://npm-registry-packages-npm-production"}},"2025.10.1":{"name":"@shopify/hydrogen","version":"2025.10.1","license":"MIT","_id":"@shopify/hydrogen@2025.10.1","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"318ea51d11d11caa654d63da0345718460a88459","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2025.10.1.tgz","fileCount":80,"integrity":"sha512-FJGjn2Ywflw4a2YZNqIGf9J2h5AYmoCW2vA1qPT3/Gn9brwHYXegf3QDYImpwgTUeuZ/cGNwmPphu/WcoI5QIw==","signatures":[{"sig":"MEUCIQD7e+6NAH8v+z34/Jh2dDxEmI1zqYebVcG83HI+ZH1oFAIgB/DIqltmvbk/vbFdASrin65tC8ffWjc0wiGSzCVxPyU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2025.10.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5961035},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"0723a6fba40e4d41e7569ac00175b51c959a408d","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2025.10.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2025.10.1_1770406835471_0.9774863847769881","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-d46c886-20260206201535":{"name":"@shopify/hydrogen","version":"0.0.0-next-d46c886-20260206201535","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-d46c886-20260206201535","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"061bbdcfb09e7b3fcdef4bcc772d9075fab2b8c6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-d46c886-20260206201535.tgz","fileCount":80,"integrity":"sha512-99B5le3Xy8AhxrCrAeNyE+ThJx0SQCj4Xmtd6W1E21FktIHe9Rz03SUOO+qnoBijfzzKX8feSA5VeqtCvP5g2Q==","signatures":[{"sig":"MEUCIQDXsdy/ewChPrpaC7mMTkbdRT4zCK3X47hTgwKOYptlegIgIU8VQWBOvNOUdeHoAulLmkzHqdIE+zUJ7vgvH4f0hYw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-d46c886-20260206201535","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6058870},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"d46c8864aea059cac7dda4871a565f76a04b1495","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-d46c886-20260206201535","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-d46c886-20260206201535","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-d46c886-20260206201535_1770409013057_0.8311962259409529","host":"s3://npm-registry-packages-npm-production"}},"2026.1.0":{"name":"@shopify/hydrogen","version":"2026.1.0","license":"MIT","_id":"@shopify/hydrogen@2026.1.0","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e95d33b3072deed88d801f9545c14dd14ccbdd67","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.1.0.tgz","fileCount":80,"integrity":"sha512-KMWI5FdkkMgIGtSObDGLLWapZvlnv4XDnKsTZD4TP1UpjEvTJKvzTYKlYKFNvzS/CY/OpEFVewgLiFlDo2diZA==","signatures":[{"sig":"MEUCIQDBQzAZhYXvk3VN3g7JWpnOWvU6+ykJyNmod56EmP2LlQIgYQhKYInYmPisjhOP0+oLCAKKcwy42Tohd87skT9FVls=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6058152},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"14d09107663313bae8eac3c701b90a7bc49819e4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2026.1.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"*","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.1.0_1770658489908_0.17883969425507495","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-a2ce62b-20260210153244":{"name":"@shopify/hydrogen","version":"0.0.0-next-a2ce62b-20260210153244","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-a2ce62b-20260210153244","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4c59ce3acced342d32e9b4be1fdc9c111071988e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-a2ce62b-20260210153244.tgz","fileCount":80,"integrity":"sha512-eYQqOt+BMQiEQWn4SKGe0TgCbWBX4ul38ETjCTIqpN8dI3Rm7HaIXwoUAc2SBwAWLhe+RQbc3R5KyedMV9FezQ==","signatures":[{"sig":"MEUCIBUHctOBtysxtgZN100mtsZDsnMCxBHs2B2tm0tb0vR+AiEAjpDgu1YnyKAry+YTF2VD1mN6HM4mjBizJUUPYMXF1w0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-a2ce62b-20260210153244","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6058870},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"a2ce62bb4fa3364603fe0ebbf1d41c588b7f4922","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-a2ce62b-20260210153244","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-a2ce62b-20260210153244","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-a2ce62b-20260210153244_1770737647056_0.14848341182281177","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-130e6ea-20260212180012":{"name":"@shopify/hydrogen","version":"0.0.0-next-130e6ea-20260212180012","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-130e6ea-20260212180012","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"cdad253bfde68c2b464467f140c8009173fcb660","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-130e6ea-20260212180012.tgz","fileCount":80,"integrity":"sha512-w6ixQvCT4NgkSIgoYKpsEmlGE2C4mQj7MhQU02fb50tlIumbF1zA+UyKeg6dANOyDCnH6TYq9dY24xDrh3xgoA==","signatures":[{"sig":"MEQCIElHex4c0APOMc8hsXXGIt2hgiAEhtgvr+PtBkBQwQTzAiAygAJQooN15Tw79xVk9zmVVBVaYMBZnng5s8Tfqwkdqw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-130e6ea-20260212180012","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6058870},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"130e6eaa466e63cb160c4146e7640b3c48f1567f","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-130e6ea-20260212180012","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-130e6ea-20260212180012","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-130e6ea-20260212180012_1770919293057_0.5118265696825741","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ff93a1d-20260216125224":{"name":"@shopify/hydrogen","version":"0.0.0-next-ff93a1d-20260216125224","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ff93a1d-20260216125224","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"a2a0b8be9cc6c2c43f13af9b12a3a4c4b3a6590d","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ff93a1d-20260216125224.tgz","fileCount":80,"integrity":"sha512-5DBaYynEPf3Y+/r28w2Irw9+C6+U0Z2ksNyXkR13VMKJFheA+vKjnwPr2TmGy43i5v9tSmczXNRc1fCT0roUNg==","signatures":[{"sig":"MEUCIDY7zkrXK/3Tbfc8R1xByWx9UG1ux0W55tec1KfoQ5S5AiEAgqTdQ8WdB0G+knq9/0RqsdYBXSeVp8v80uoQjjOw8xw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ff93a1d-20260216125224","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6082852},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-ff93a1d-20260216125224","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ff93a1d-20260216125224","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ff93a1d-20260216125224_1771246443399_0.8620214109433784","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-22d0d97-20260216163049":{"name":"@shopify/hydrogen","version":"0.0.0-next-22d0d97-20260216163049","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-22d0d97-20260216163049","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"eee2ee81d2d14e9b01fafd54785c27e16a144d19","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-22d0d97-20260216163049.tgz","fileCount":80,"integrity":"sha512-VVZBCTBcdJIddBU0XJgHeELcRVHOR9eWOSnW7yx/BXzWgAunAnBqwqtUoFjiN0z0ENa2YeQdDecZ6LbWsveYwA==","signatures":[{"sig":"MEUCICFiZCaDY6UDeKC1IUnq9X0YnoHzyw2Tgd5UbqWcCdwIAiEAvExDc7zaL1tJ1rnmO58qZQBNWfqouyjWAdoNIQC1aqI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-22d0d97-20260216163049","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6082852},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"22d0d97a9abdf94573cc6376a6b33ae0a33a692a","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-22d0d97-20260216163049","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-22d0d97-20260216163049","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-22d0d97-20260216163049_1771259548870_0.8308260872199542","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-207d1cd-20260216183832":{"name":"@shopify/hydrogen","version":"0.0.0-next-207d1cd-20260216183832","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-207d1cd-20260216183832","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"563d882895d929e36b9a8eb4a5f1c9c1c2e1debe","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-207d1cd-20260216183832.tgz","fileCount":80,"integrity":"sha512-B/7W3egX4+abNabzPdPxPpjeWkFOzrEFpLerc60P5dXGKgKd5er7hPIX9iNiXH9zL0e/AOb/SDXxzN6LBEKqvA==","signatures":[{"sig":"MEYCIQCRqHIF787oT9yQRPY5Vk9oDyQhAMPqPrxvb9ECmco23QIhAI6MKLUhcRxepu9MP4aykSNhgNyIcnrUQ/t/4Q4G26bf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-207d1cd-20260216183832","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6082852},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"207d1cd35d884b9690111c0f5376903cd1638f2b","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-207d1cd-20260216183832","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-207d1cd-20260216183832","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-207d1cd-20260216183832_1771267211938_0.20210526448415633","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-1fa96e5-20260217130158":{"name":"@shopify/hydrogen","version":"0.0.0-next-1fa96e5-20260217130158","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1fa96e5-20260217130158","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"412adc13d1b513a9e3c177fb0a46cda369ea5c6c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1fa96e5-20260217130158.tgz","fileCount":80,"integrity":"sha512-7waXjNXk++sJIsZkB7nR1V6zzslRq9PV7f9GUlOL3L4KZ/lOIt3EZPX7DYCMoXwPgQeZkqyDYjes0kK8GJsrkQ==","signatures":[{"sig":"MEYCIQDa1kOqHXKzYJt9ss897lOdffIdNW5PAe4CNtOn40aXOQIhAOmgmUHpqC3iIco2LmnnEJ2pCDLtbIxgK5KR7ssUNv3Y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-1fa96e5-20260217130158","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6082852},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1fa96e5d47cd22217412b6279b62f1e3fa660cae","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-1fa96e5-20260217130158","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-1fa96e5-20260217130158","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1fa96e5-20260217130158_1771333423270_0.4540175567427036","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-ed125e2-20260218110849":{"name":"@shopify/hydrogen","version":"0.0.0-next-ed125e2-20260218110849","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-ed125e2-20260218110849","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"356f86611f8c4e425ba6104d8a7872945de84c51","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-ed125e2-20260218110849.tgz","fileCount":80,"integrity":"sha512-pM/zgZWWZzAkK/CjjybKW+QLYKbSWVEASw/V0TTrSZM8W6lXtnTntWwESkJ81/au7yqZEvtStd0+Bc2OoXB9lA==","signatures":[{"sig":"MEYCIQCNwewwgsWHKF1DGYf3Bw3cRzIdkVegvjvlao5mfB5+lgIhAPou4tgXwk/gV38KQYDY1VXSua6pC8klqhMYMNrgRhi/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-ed125e2-20260218110849","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6082852},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"ed125e2aae0190f1e45748a41ac4fabc3e8b0967","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-ed125e2-20260218110849","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^20.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-ed125e2-20260218110849","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-ed125e2-20260218110849_1771413029162_0.6612433683932744","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-5409e98-20260218194727":{"name":"@shopify/hydrogen","version":"0.0.0-next-5409e98-20260218194727","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-5409e98-20260218194727","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"58112fcb2f55bb311706084438f1924c7098049a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-5409e98-20260218194727.tgz","fileCount":65,"integrity":"sha512-ekj3GuKS3XvCbRxR2K3sThdk8ENMJl8Y/CGVXLkdYzlOxSxTbQe2wnuUuDiMUpM0hdLIISy/ucXrFR/g+hnnwg==","signatures":[{"sig":"MEUCICGlHEFiDMSNQ9p7S8DEGDp+xEC+RM+b/Sjj3zqSMcyLAiEAiOMIWOqwVFrdJOGApwtCy3oz1tvCK8bNcyfWyawVfSo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-5409e98-20260218194727","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5572343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"5409e98b060b8c8100508842c49d09f998072519","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-5409e98-20260218194727","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-5409e98-20260218194727","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-5409e98-20260218194727_1771444104175_0.8086825046870412","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-2175a15-20260219030235":{"name":"@shopify/hydrogen","version":"0.0.0-next-2175a15-20260219030235","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-2175a15-20260219030235","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"156d234f431917dea9bd7366c9b311ef7eb55a0e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-2175a15-20260219030235.tgz","fileCount":80,"integrity":"sha512-xDuaHfQUVRcANxxO7fW4aumEVMhrXTovSXb4zVd/ALRU7PVHviMm97wkBtaup5/tIAoEtDuKUa1gmxneuG4zNQ==","signatures":[{"sig":"MEQCIGGHg8OY+LnsXSFfZDfwP9I8U5AciU12RO1O5JNJY3D5AiAjA9/PSEB2NpV8pyK78g8ohLKh0SRjiT3lx/89jTZYDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-2175a15-20260219030235","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6082852},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"2175a15eb2effd0a2de876958d7169e497dce7ab","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-2175a15-20260219030235","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^20.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-2175a15-20260219030235","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-2175a15-20260219030235_1771470256264_0.8334948824199195","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-9c0e1ba-20260219115945":{"name":"@shopify/hydrogen","version":"0.0.0-next-9c0e1ba-20260219115945","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-9c0e1ba-20260219115945","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"6cec21579fd232319cd9033c78eceb6cdb144a39","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-9c0e1ba-20260219115945.tgz","fileCount":80,"integrity":"sha512-tZYyQWfPsjupV98P7PPDOSu6P607Ls6UQTVGKxzPQcCuzT0/nEaEXj5lFXRZ5CGA3rFqYbKL3iql137hi2ot6A==","signatures":[{"sig":"MEQCIGIEpSs/6WHCnJoQn9MwfEzb/OYffVokb1P26EHDoVbQAiAIP7SoVF+PXwmRc+So305iWwcebC71+rmbv4JVSZcB5g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-9c0e1ba-20260219115945","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6082852},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"9c0e1ba308962670ffaa8882d0ea23640272bd51","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-9c0e1ba-20260219115945","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^20.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-9c0e1ba-20260219115945","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-9c0e1ba-20260219115945_1771502485824_0.7722993015644757","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-00c0435-20260220033514":{"name":"@shopify/hydrogen","version":"0.0.0-next-00c0435-20260220033514","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-00c0435-20260220033514","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"45e50e7e833267533f356368f5587d09d16b9164","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-00c0435-20260220033514.tgz","fileCount":80,"integrity":"sha512-mcodoGaCOUf31zEptoNbAunZHOx9r0zmVs5gs3P2B0qcx9TpOxzaKzlqY7b/I7yG5dtSOudQPxOANc6lvbJ9Uw==","signatures":[{"sig":"MEUCIQDpwidQ275g+Cl6uPw6pTmZtjdcnZ/FJxQ0XiCKfkMEEgIgIAgVXY70OJJpqhuOJxoXLOniuSLkXMRzaPrWSVIhhEs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-00c0435-20260220033514","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6058870},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"00c043553a362753c80838d96424f9dec47ffca4","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-00c0435-20260220033514","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^20.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-00c0435-20260220033514","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-00c0435-20260220033514_1771558600721_0.33093560720118154","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-c733a0c-20260223032218":{"name":"@shopify/hydrogen","version":"0.0.0-next-c733a0c-20260223032218","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-c733a0c-20260223032218","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7ec8a655e332412c680bc3dc37811f46af2707cf","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-c733a0c-20260223032218.tgz","fileCount":80,"integrity":"sha512-T40nvBskI7Tb/t/VEmUgW+Cd7SwhhDictnuItHh4EzFdk4iPTGopEt3rtSbDlFOzQwdZ3s6MZVrO1sBO8tSgww==","signatures":[{"sig":"MEUCIAhPk/NWlx6hBmh0pBShPZe0/dTfZzU4zBfx33hcCT7CAiEA7Z68nxOiP/NBq70IXyGux87tqs4ZiSVLBNusvBKvBy8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-c733a0c-20260223032218","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6058870},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"c733a0c598f562ff37c44cbde6853bbda7b35539","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.6.2","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"0.0.0-next-c733a0c-20260223032218","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"18.3.1","vitest":"^3.2.4","happy-dom":"^20.0.0","schema-dts":"^1.1.2","react-router":"7.12.0","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-c733a0c-20260223032218","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-c733a0c-20260223032218_1771817030471_0.33053695294642904","host":"s3://npm-registry-packages-npm-production"}},"2026.1.1":{"name":"@shopify/hydrogen","version":"2026.1.1","license":"MIT","_id":"@shopify/hydrogen@2026.1.1","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"e0321c9bfc5473b2e5562f6d3312dce04560ed22","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.1.1.tgz","fileCount":80,"integrity":"sha512-JyC0otsdeXclvOY8wlrhAjXSpjmNDSRM5nYOYYjDxNqgO2p09EvgpuzOPgQZjSsek9CKVimwHBEZUBqTMITH5A==","signatures":[{"sig":"MEUCIQDtBvJssqQPXQVmLcEL7MvNaUJExBL8/CTfa6ak8qOEmQIgQIRJRrX0spKh4z1zGjJ/pMz5eHLUW9B2TrA5YWl3T2s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6083061},"main":"dist/index.cjs","type":"module","_from":"file:shopify-hydrogen-2026.1.1.tgz","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && pnpm run format","test:watch":"vitest","preview-docs":"pnpm --dir ../../docs/preview run dev"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/901d3d94ad78772d5887ca1369ab381a/shopify-hydrogen-2026.1.1.tgz","_integrity":"sha512-JyC0otsdeXclvOY8wlrhAjXSpjmNDSRM5nYOYYjDxNqgO2p09EvgpuzOPgQZjSsek9CKVimwHBEZUBqTMITH5A==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.8.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"*2026.1.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.3.1","vitest":"^3.2.4","graphql":"^16.12.0","happy-dom":"^20.0.0","react-dom":"^18.3.1","schema-dts":"^1.1.2","@types/node":"^22","@types/react":"^18.3.28","react-router":"7.12.0","@types/react-dom":"^18.3.7","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.3.3","@testing-library/jest-dom":"^6.6.3","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.1.1_1772164056298_0.6029079392834544","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-199c663-20260311135014":{"name":"@shopify/hydrogen","version":"0.0.0-next-199c663-20260311135014","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-199c663-20260311135014","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"4bcd12a6ad068634a22073a9bac3ef0fdd1f062e","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-199c663-20260311135014.tgz","fileCount":65,"integrity":"sha512-YmZGbyjxGGkb7Ua3Kx4Xbk1moig+nT6hdsen/cf3nwevq1OEgQsHb0rjqktJ9/oDOozkMqo+htOD0ryYRrXTkA==","signatures":[{"sig":"MEYCIQCTDkMFMvPevbaNuXYnIjzUZCeUH+pIRl2xMftG8CyWqQIhAP6MeN6ReMCnjzsK8vw7o4RgTA4AgSxfy7pAJ+6njLQa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-199c663-20260311135014","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5572343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"199c663ef861c6a00cf175e16fcaa03aa32b53b0","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.9.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-199c663-20260311135014","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-199c663-20260311135014","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-199c663-20260311135014_1773237072463_0.10724165061685897","host":"s3://npm-registry-packages-npm-production"}},"2026.1.2":{"name":"@shopify/hydrogen","version":"2026.1.2","license":"MIT","_id":"@shopify/hydrogen@2026.1.2","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"2679860e3b18c37f4855769953268b2e7d56d71f","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.1.2.tgz","fileCount":80,"integrity":"sha512-ElwTqOYntfqeUSSJtcRBT4McujQr2TU4qB6Of/qtTWZhj7c88JCN32o5dRKt51SmR6IFgOTHx8qLOkF4XczQTQ==","signatures":[{"sig":"MEYCIQC4rKyqkGo5E95q84cpttoiRedUGNuZ1tNoliSniXmykQIhAOs+yaOUhrQvIIU3mRrzgFqgodp+bBagT8/MmzjN8CpO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6090838},"main":"dist/index.cjs","type":"module","_from":"file:shopify-hydrogen-2026.1.2.tgz","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && pnpm run format","test:watch":"vitest","preview-docs":"pnpm --dir ../../docs/preview run dev"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/7b9b249e136096482286c21e65360b14/shopify-hydrogen-2026.1.2.tgz","_integrity":"sha512-ElwTqOYntfqeUSSJtcRBT4McujQr2TU4qB6Of/qtTWZhj7c88JCN32o5dRKt51SmR6IFgOTHx8qLOkF4XczQTQ==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.9.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2026.1.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.3.1","vitest":"^3.2.4","graphql":"^16.12.0","happy-dom":"^20.0.0","react-dom":"^18.3.1","schema-dts":"^1.1.2","@types/node":"^22","@types/react":"^18.3.28","react-router":"7.12.0","@types/react-dom":"^18.3.7","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.3.3","@testing-library/jest-dom":"^6.6.3","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.1.2_1773429003703_0.9611218929854455","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-next-1842c33-20260319170639":{"name":"@shopify/hydrogen","version":"0.0.0-next-1842c33-20260319170639","license":"MIT","_id":"@shopify/hydrogen@0.0.0-next-1842c33-20260319170639","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"052221ba5a0a07e9d260736097d0c46d35b29a13","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-next-1842c33-20260319170639.tgz","fileCount":65,"integrity":"sha512-3SGH28FqWialb5csnVCaRW/d3mHVSlihYsacNEQJ+ocmgbUY4aLRrndYiDyG0ro+NtiI9QrIpD48tHL+KIjBAQ==","signatures":[{"sig":"MEQCIDUi6OSPabtRonHPv5qEXU3fpmgWRDPXJGwEBgx9zt8eAiAWlzwqL/n16+AmzmhCnuLE3kU+IQ6rxVezcpDokJqd9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-next-1842c33-20260319170639","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5572343},"main":"dist/index.cjs","type":"module","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./package.json":"./package.json","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"1842c33762efb41cd2d61cb22ac8bdf6c3a6a162","scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","prepack":"npm run build","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && npm run format","test:watch":"vitest","preview-docs":"npm run dev --prefix ../../docs/preview"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.9.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/hydrogen-react":"0.0.0-next-1842c33-20260319170639","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^18.2.0","vitest":"^1.0.4","happy-dom":"^17.0.0","schema-dts":"^1.1.2","react-router":"7.6.0","@react-router/dev":"7.6.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.0.0-next-1842c33-20260319170639","@testing-library/jest-dom":"^5.17.0","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.2.0","react-router":"7.6.0","@react-router/dev":"7.6.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-next-1842c33-20260319170639_1773940063519_0.4471839050852333","host":"s3://npm-registry-packages-npm-production"}},"2026.1.3":{"name":"@shopify/hydrogen","version":"2026.1.3","license":"MIT","_id":"@shopify/hydrogen@2026.1.3","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"d4933e42cf7c6adf2e4df2264379b0defd816ca6","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.1.3.tgz","fileCount":80,"integrity":"sha512-h6J9SemK4SqOmsmlPW7GhC1bdeCJ7ghcRVIqOMJwFrGENhbOOWKhEKJ2cEjw/eEfKmnY0BYUbCmYNVRaDivGjw==","signatures":[{"sig":"MEQCIFLC1U0PEXmcOCHkCJvnCuCdW0oeRpGWzCLz8g6cMDW3AiBTQCGZdncqx0h7S8PZYP7yB+RTfTl0g3VCY9w7LIlgiw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.1.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6090707},"main":"dist/index.cjs","type":"module","_from":"file:shopify-hydrogen-2026.1.3.tgz","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && pnpm run format","test:watch":"vitest","preview-docs":"pnpm --dir ../../docs/preview run dev"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/2b42230e033d200c11e4af6d4f886269/shopify-hydrogen-2026.1.3.tgz","_integrity":"sha512-h6J9SemK4SqOmsmlPW7GhC1bdeCJ7ghcRVIqOMJwFrGENhbOOWKhEKJ2cEjw/eEfKmnY0BYUbCmYNVRaDivGjw==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.9.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2026.1.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.3.1","vitest":"^3.2.4","graphql":"^16.12.0","happy-dom":"^20.0.0","react-dom":"^18.3.1","schema-dts":"^1.1.2","@types/node":"^22","@types/react":"^18.3.28","react-router":"7.12.0","@types/react-dom":"^18.3.7","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.3.3","@testing-library/jest-dom":"^6.6.3","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.1.3_1774624530170_0.7226032226390051","host":"s3://npm-registry-packages-npm-production"}},"2026.1.4":{"name":"@shopify/hydrogen","version":"2026.1.4","license":"MIT","_id":"@shopify/hydrogen@2026.1.4","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"87fef6b353bca4e2045efc8fcf322491f27cd7ba","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.1.4.tgz","fileCount":80,"integrity":"sha512-w3j8WPky3XKqehcrl2vtSD9T7VkyM3zwTRaZZdMATigGrjWckwAmOu8lcKZQ0PxqbybA1bkOAyfdhmrKXIxR+A==","signatures":[{"sig":"MEQCIFWt/8RCoxQYrFL8nX3seR/yAh0Oj8L5ZROy0pPxaam0AiA9bigt4n/56dyR/etelpLS578KL6VQwtE2LGdvEUTcHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.1.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6123168},"main":"dist/index.cjs","type":"module","_from":"file:shopify-hydrogen-2026.1.4.tgz","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && pnpm run format","test:watch":"vitest","preview-docs":"pnpm --dir ../../docs/preview run dev"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/2c0f17e0326d9d2c6d31299e7b8c472b/shopify-hydrogen-2026.1.4.tgz","_integrity":"sha512-w3j8WPky3XKqehcrl2vtSD9T7VkyM3zwTRaZZdMATigGrjWckwAmOu8lcKZQ0PxqbybA1bkOAyfdhmrKXIxR+A==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.11.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2026.1.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.3.1","vitest":"^3.2.4","graphql":"^16.12.0","happy-dom":"^20.8.9","react-dom":"^18.3.1","schema-dts":"^1.1.2","@types/node":"22.19.15","@types/react":"^18.3.28","react-router":"7.12.0","@types/react-dom":"^18.3.7","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.3.3","@testing-library/jest-dom":"^6.6.3","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.12.0","@react-router/dev":"7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.1.4_1775737552544_0.604518093387928","host":"s3://npm-registry-packages-npm-production"}},"2026.4.0":{"name":"@shopify/hydrogen","version":"2026.4.0","license":"MIT","_id":"@shopify/hydrogen@2026.4.0","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"netlohan","email":"annette.lohan@shopify.com"},{"name":"pmoloney89","email":"patrick.moloney@shopify.com"},{"name":"jaykay101","email":"jamie.kinnavane@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7e3a2f118449b011a7357c1e65ecd204fac0a37a","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.4.0.tgz","fileCount":80,"integrity":"sha512-olasLheh10xMf3inTNAZeu5m9SyzA+rn/TdFc3mXxhI1as3f6Y5FFi2yh4GPDZAI2bEaAy93EjoolQZO97CVnA==","signatures":[{"sig":"MEYCIQCLe6OkECISpfsxmDlyDHBj+iOK86gMCd7Belhud0diLQIhANht3tu7WcgSnagEX706kdPgeek+ejwxiKA3vyNgFutN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6365678},"main":"dist/index.cjs","type":"module","_from":"file:shopify-hydrogen-2026.4.0.tgz","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && pnpm run format","test:watch":"vitest","preview-docs":"pnpm --dir ../../docs/preview run dev"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/5430f0bdda1197424acd3733e4eb42a7/shopify-hydrogen-2026.4.0.tgz","_integrity":"sha512-olasLheh10xMf3inTNAZeu5m9SyzA+rn/TdFc3mXxhI1as3f6Y5FFi2yh4GPDZAI2bEaAy93EjoolQZO97CVnA==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.11.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2026.4.0","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.3.1","vitest":"^3.2.4","graphql":"^16.12.0","happy-dom":"^20.8.9","react-dom":"^18.3.1","schema-dts":"^1.1.2","@types/node":"22.19.15","@types/react":"^18.3.28","react-router":"7.12.0","@types/react-dom":"^18.3.7","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"0.16.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.3.3","@testing-library/jest-dom":"^6.6.3","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"^7.12.0","@react-router/dev":"^7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.4.0_1775759512255_0.3550679052062684","host":"s3://npm-registry-packages-npm-production"}},"2026.4.1":{"name":"@shopify/hydrogen","version":"2026.4.1","license":"MIT","_id":"@shopify/hydrogen@2026.4.1","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"0b92339b9360ada242e0d69592a7e7f78a099bc7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.4.1.tgz","fileCount":80,"integrity":"sha512-x0Q8c1sLd2z3CQtSA9iONBktxY8mvNJqv8TOmhJa4kyK7vsMhpMohDDWV45Lyb1R70YaOzd9/i8hKb5xvuvgvw==","signatures":[{"sig":"MEYCIQDKeRqLxpw6m7mJXJTLnKFePAbLKcRX11361G/L+ZO3kgIhANRMI/nMy3sRGBZz+oklRi5+GzawPl/R0NlxDDObIloH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.4.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6415988},"main":"dist/index.cjs","type":"module","_from":"file:shopify-hydrogen-2026.4.1.tgz","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && pnpm run format","test:watch":"vitest","preview-docs":"pnpm --dir ../../docs/preview run dev"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/519f608b9216166cebc6b45f09386092/shopify-hydrogen-2026.4.1.tgz","_integrity":"sha512-x0Q8c1sLd2z3CQtSA9iONBktxY8mvNJqv8TOmhJa4kyK7vsMhpMohDDWV45Lyb1R70YaOzd9/i8hKb5xvuvgvw==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.11.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2026.4.1","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.3.1","vitest":"^3.2.4","graphql":"^16.12.0","happy-dom":"^20.8.9","react-dom":"^18.3.1","schema-dts":"^1.1.2","@types/node":"22.19.15","@types/react":"^18.3.28","react-router":"7.12.0","@types/react-dom":"^18.3.7","@react-router/dev":"7.12.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"1.1.2","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.3.3","@testing-library/jest-dom":"^6.6.3","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"^7.12.0","@react-router/dev":"^7.12.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.4.1_1776432188569_0.9589746129503216","host":"s3://npm-registry-packages-npm-production"}},"2026.4.2":{"name":"@shopify/hydrogen","version":"2026.4.2","license":"MIT","_id":"@shopify/hydrogen@2026.4.2","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"ab85116ec4dfc4c7765968ae7b677e390facf883","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.4.2.tgz","fileCount":80,"integrity":"sha512-BMHg2AISg/3Z1O2XDMD8cxtfK+MPzWESa7T88E1x6N9yqrDJC6D/rU4R5j4OIWWUsHHjxItSQPFBMA0W/IL1+w==","signatures":[{"sig":"MEYCIQDrZRW2HWW3nAmzEwkwk/jemQ0sqBidvzOE68SmSBHJLgIhAPBP8uI/ecsNFYkZutpqb7QePz3+Zx8EZs1PaXzBOya8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.4.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6416033},"main":"dist/index.cjs","type":"module","_from":"file:shopify-hydrogen-2026.4.2.tgz","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && pnpm run format","test:watch":"vitest","preview-docs":"pnpm --dir ../../docs/preview run dev"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/6d4a065b5b57408889bf67e159fd55e5/shopify-hydrogen-2026.4.2.tgz","_integrity":"sha512-BMHg2AISg/3Z1O2XDMD8cxtfK+MPzWESa7T88E1x6N9yqrDJC6D/rU4R5j4OIWWUsHHjxItSQPFBMA0W/IL1+w==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.11.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2026.4.2","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.3.1","vitest":"^3.2.4","graphql":"^16.12.0","happy-dom":"^20.8.9","react-dom":"^18.3.1","schema-dts":"^1.1.2","@types/node":"22.19.15","@types/react":"^18.3.28","react-router":"7.14.0","@types/react-dom":"^18.3.7","@react-router/dev":"7.14.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"1.1.4","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.3.3","@testing-library/jest-dom":"^6.6.3","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1 || ^7.0.0 || ^8.0.0","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"7.14.0","@react-router/dev":"7.14.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.4.2_1777054541956_0.4459739508162348","host":"s3://npm-registry-packages-npm-production"}},"2026.4.3":{"name":"@shopify/hydrogen","version":"2026.4.3","license":"MIT","_id":"@shopify/hydrogen@2026.4.3","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"64efd28b677485e9d67e98d739a7917ba6afddb8","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.4.3.tgz","fileCount":80,"integrity":"sha512-8l5WaRg/1/SzmzjNO2+PdhQpOzqPKxVfKU+AthBaQ96dptva3xnewEXqWu5DTFNgeYO0Hasmj/dErSIoLRE7Gg==","signatures":[{"sig":"MEYCIQD9O7/gmEUg7oQfLTjK7KzMIzQdmp3Uh5m9d18jCsioPwIhALgZOw+9SmcffhUW2ieAkkb8QGHXWx6z8RKhVnat0VAC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.4.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6442908},"main":"dist/index.cjs","type":"module","_from":"file:shopify-hydrogen-2026.4.3.tgz","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && pnpm run format","test:watch":"vitest","preview-docs":"pnpm --dir ../../docs/preview run dev"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/14678ad565bc62ec9d06c6d9f4af38ec/shopify-hydrogen-2026.4.3.tgz","_integrity":"sha512-8l5WaRg/1/SzmzjNO2+PdhQpOzqPKxVfKU+AthBaQ96dptva3xnewEXqWu5DTFNgeYO0Hasmj/dErSIoLRE7Gg==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.13.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2026.4.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.3.1","vitest":"^3.2.4","graphql":"^16.12.0","happy-dom":"^20.8.9","react-dom":"^18.3.1","schema-dts":"^1.1.2","@types/node":"22.19.15","@types/react":"^18.3.28","react-router":"7.16.0","@types/react-dom":"^18.3.7","@react-router/dev":"7.16.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"1.2.2","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.3.3","@testing-library/jest-dom":"^6.6.3","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1 || ^7.0.0 || ^8.0.0","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"~7.16.0","@react-router/dev":"~7.16.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.4.3_1780937773776_0.9107710920789289","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-preview-6f87e8d-20260612064829":{"name":"@shopify/hydrogen","version":"0.0.0-preview-6f87e8d-20260612064829","author":{"name":"Shopify"},"license":"MIT","_id":"@shopify/hydrogen@0.0.0-preview-6f87e8d-20260612064829","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"bin":{"hydrogen":"dist/cli/index.mjs"},"dist":{"shasum":"e922369a7380cf731d3aba3034ca9c4624101350","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-preview-6f87e8d-20260612064829.tgz","fileCount":50,"integrity":"sha512-NdHB4MdnJZsaku79GCrzSFfOeLesspOst3KS+GiuPKv/pjiOso4YKtli6KYZGLJjn8yXuGW5i7ZOpgOYXK7wTg==","signatures":[{"sig":"MEUCIFnqtO6eyIi5WH090prcCVZHzwhbPRfqs/ITgs55qvhsAiEAlFIkxzszEPS2lrE/Sxk0wgFC4M3YEVXQl7K8iFPSk8k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-preview-6f87e8d-20260612064829","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6564765},"main":"./dist/index.mjs","type":"module","types":"./dist/index.d.mts","exports":{".":{"types":{"default":"./dist/index.d.mts","development":"./dist/development.d.mts"},"import":{"default":"./dist/index.mjs","development":"./dist/development.mjs"},"default":{"default":"./dist/index.mjs","development":"./dist/development.mjs"}},"./cdn":{"types":"./dist/cdn/bootstrap.d.mts","import":"./dist/cdn/bootstrap.mjs"},"./vue":{"types":{"default":"./dist/vue.d.mts","development":"./dist/vue/development.d.mts"},"import":{"default":"./dist/vue.mjs","development":"./dist/vue/development.mjs"}},"./react":{"types":{"default":"./dist/react.d.mts","development":"./dist/react/development.d.mts"},"import":{"default":"./dist/react.mjs","development":"./dist/react/development.mjs"}},"./skills/*":"./skills/*","./storefront-api-types":"./src/graphql/generated/storefront-api-types.d.ts","./storefront.schema.json":"./src/graphql/generated/storefront.schema.json"},"gitHead":"6f87e8d6d695c13dac914888ff211be5ec1faae9","scripts":{"dev":"tsdown --watch ./src","test":"vitest run","build":"tsdown","codegen":"graphql-codegen --config codegen.ts","typecheck":"tsc --noEmit","test:types":"vitest --typecheck --run","test:watch":"vitest","postcodegen":"node scripts/postprocess-tada-env.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.13.0","description":"Framework-agnostic Shopify storefront SDK and agent skills.","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","dependencies":{"gql.tada":"^1.9.2"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^19.2.5","tsdown":"^0.21.10","vitest":"^3.0.0","graphql":"^16.13.2","happy-dom":"^20.9.0","react-dom":"^19.2.5","typescript":"catalog:","@types/react":"^19.2.14","@vue/test-utils":"^2.4.0","@types/react-dom":"^19.2.3","@0no-co/graphqlsp":"^1.15.4","@graphql-codegen/cli":"^7.0.0","@testing-library/react":"^16.3.2","@graphql-codegen/typescript":"^6.0.0","@graphql-codegen/introspection":"^6.0.0"},"peerDependencies":{"vue":"^3.5.0","react":"^18.0.0 || ^19.0.0"},"peerDependenciesMeta":{"vue":{"optional":true},"react":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-preview-6f87e8d-20260612064829_1781246979099_0.4562248943790266","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-preview-3b5092a-20260612182858":{"name":"@shopify/hydrogen","version":"0.0.0-preview-3b5092a-20260612182858","author":{"name":"Shopify"},"license":"MIT","_id":"@shopify/hydrogen@0.0.0-preview-3b5092a-20260612182858","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"bin":{"hydrogen":"dist/cli/index.mjs"},"dist":{"shasum":"d7e91a4e7d0fb6003b22278158942b321d9f302c","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-preview-3b5092a-20260612182858.tgz","fileCount":50,"integrity":"sha512-sWceEJg4PPMEWd7ZjZKAJCTpm0sKh0Q17yMABtTjuufqBiMl+Dhu4xCtysPnwPX51QV6r33Ho6CieHKYrTZhtA==","signatures":[{"sig":"MEUCIC/T1uyIWWwvI/zLEBpN100AV/rP5mhevEd+FGHc3bxnAiEAisOhlyzj1aNFQCRETrtVnrIOmlJgXJm/EOQc5O6a2JQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-preview-3b5092a-20260612182858","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6564773},"main":"./dist/index.mjs","type":"module","types":"./dist/index.d.mts","exports":{".":{"types":{"default":"./dist/index.d.mts","development":"./dist/development.d.mts"},"import":{"default":"./dist/index.mjs","development":"./dist/development.mjs"},"default":{"default":"./dist/index.mjs","development":"./dist/development.mjs"}},"./cdn":{"types":"./dist/cdn/bootstrap.d.mts","import":"./dist/cdn/bootstrap.mjs"},"./vue":{"types":{"default":"./dist/vue.d.mts","development":"./dist/vue/development.d.mts"},"import":{"default":"./dist/vue.mjs","development":"./dist/vue/development.mjs"}},"./react":{"types":{"default":"./dist/react.d.mts","development":"./dist/react/development.d.mts"},"import":{"default":"./dist/react.mjs","development":"./dist/react/development.mjs"}},"./skills/*":"./skills/*","./storefront-api-types":"./src/graphql/generated/storefront-api-types.d.ts","./storefront.schema.json":"./src/graphql/generated/storefront.schema.json"},"gitHead":"3b5092ab4639576bd31bdda24e1bac572c441a34","scripts":{"dev":"tsdown --watch ./src","test":"vitest run","build":"tsdown","codegen":"graphql-codegen --config codegen.ts","typecheck":"tsc --noEmit","test:types":"vitest --typecheck --run","test:watch":"vitest","postcodegen":"node scripts/postprocess-tada-env.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.13.0","description":"Framework-agnostic Shopify storefront SDK and agent skills.","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","dependencies":{"gql.tada":"^1.9.2"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^19.2.5","tsdown":"^0.21.10","vitest":"^3.0.0","graphql":"^16.13.2","happy-dom":"^20.9.0","react-dom":"^19.2.5","typescript":"catalog:","@types/react":"^19.2.14","@vue/test-utils":"^2.4.0","@types/react-dom":"^19.2.3","@0no-co/graphqlsp":"^1.15.4","@graphql-codegen/cli":"^7.0.0","@testing-library/react":"^16.3.2","@graphql-codegen/typescript":"^6.0.0","@graphql-codegen/introspection":"^6.0.0"},"peerDependencies":{"vue":"^3.5.0","react":"^18.0.0 || ^19.0.0"},"peerDependenciesMeta":{"vue":{"optional":true},"react":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-preview-3b5092a-20260612182858_1781289012465_0.3464527677076701","host":"s3://npm-registry-packages-npm-production"}},"2026.4.4":{"name":"@shopify/hydrogen","version":"2026.4.4","license":"MIT","_id":"@shopify/hydrogen@2026.4.4","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"c893eb8a751ceed13c6f1c6dfd3935a9de264a36","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.4.4.tgz","fileCount":80,"integrity":"sha512-MkxsxhB65MNjzV0zi60+qjhxf/a240DbzVdeWL3mFMTKgRPliEvlTD8Ck0MKnwRJ1sxOLcLx4/Iq1pjgmrTexQ==","signatures":[{"sig":"MEYCIQCXFl3hsv5PIFBWFtdppoQBUaF4NceJnxhmZb39CRTX/wIhAK8RE/Ur48Ftvr2GVzaLeWsGUMwUDvr3lx5EkbS2RiZ0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.4.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6442900},"main":"dist/index.cjs","type":"module","_from":"file:shopify-hydrogen-2026.4.4.tgz","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && pnpm run format","test:watch":"vitest","preview-docs":"pnpm --dir ../../docs/preview run dev"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/b7c4138707c9758dcbaaf2f4e5873824/shopify-hydrogen-2026.4.4.tgz","_integrity":"sha512-MkxsxhB65MNjzV0zi60+qjhxf/a240DbzVdeWL3mFMTKgRPliEvlTD8Ck0MKnwRJ1sxOLcLx4/Iq1pjgmrTexQ==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.13.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2026.4.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.3.1","vitest":"^3.2.4","graphql":"^16.12.0","happy-dom":"^20.8.9","react-dom":"^18.3.1","schema-dts":"^1.1.2","@types/node":"22.19.15","@types/react":"^18.3.28","react-router":"7.16.0","@types/react-dom":"^18.3.7","@react-router/dev":"7.16.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"1.2.2","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.3.3","@testing-library/jest-dom":"^6.6.3","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1 || ^7.0.0 || ^8.0.0","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"~7.16.0","@react-router/dev":"~7.16.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.4.4_1781550466759_0.8674309172923509","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-preview-0c3bff8-20260618001533":{"name":"@shopify/hydrogen","version":"0.0.0-preview-0c3bff8-20260618001533","author":{"name":"Shopify"},"license":"MIT","_id":"@shopify/hydrogen@0.0.0-preview-0c3bff8-20260618001533","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"bin":{"hydrogen":"dist/cli/index.mjs"},"dist":{"shasum":"d888f878248ba7736fd794cf77fc0033fc4f8998","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-preview-0c3bff8-20260618001533.tgz","fileCount":57,"integrity":"sha512-Qwf6KM5EeTykdehBTe9cTZuUOA6gm2B3aFG3O0OREAX9wkwfWYQa856YjmG7dlo/jOplQl4d0DLWQEmThabqNg==","signatures":[{"sig":"MEUCIQCiZG34amy2X7NBJhyXByEvbOoqOQPkC2hJuyH7eUly8gIgCUiLU8DvWM8uFX48054sL/sl8hagiCfMIUzQzkabcpg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-preview-0c3bff8-20260618001533","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5907120},"main":"./dist/index.mjs","type":"module","types":"./dist/index.d.mts","exports":{".":{"types":{"default":"./dist/index.d.mts","development":"./dist/development.d.mts"},"import":{"default":"./dist/index.mjs","development":"./dist/development.mjs"},"default":{"default":"./dist/index.mjs","development":"./dist/development.mjs"}},"./cdn":{"types":"./dist/cdn/bootstrap.d.mts","import":"./dist/cdn/bootstrap.mjs"},"./react":{"types":{"default":"./dist/react.d.mts","development":"./dist/react/development.d.mts"},"import":{"default":"./dist/react.mjs","development":"./dist/react/development.mjs"}},"./skills/*":"./skills/*","./storefront-api-types":"./src/graphql/generated/storefront-api-types.d.ts","./storefront.schema.json":"./src/graphql/generated/storefront.schema.json"},"gitHead":"0c3bff8fd12562047d86ded095913cf52caa4749","scripts":{"dev":"tsdown --watch ./src","test":"vitest run","build":"tsdown","codegen":"graphql-codegen --config codegen.ts","typecheck":"tsc --noEmit","test:types":"vitest --typecheck --run","test:watch":"vitest","postcodegen":"node scripts/postprocess-tada-env.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.13.0","description":"Framework-agnostic Shopify storefront SDK and agent skills.","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","dependencies":{"gql.tada":"^1.9.2"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^19.2.5","tsdown":"^0.21.10","vitest":"^3.0.0","graphql":"^16.13.2","happy-dom":"^20.9.0","react-dom":"^19.2.5","typescript":"catalog:","@types/react":"^19.2.14","@types/react-dom":"^19.2.3","@0no-co/graphqlsp":"^1.15.4","@graphql-codegen/cli":"^7.0.0","@testing-library/react":"^16.3.2","@graphql-codegen/typescript":"^6.0.0","@graphql-codegen/introspection":"^6.0.0"},"peerDependencies":{"react":"^18.0.0 || ^19.0.0"},"peerDependenciesMeta":{"react":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-preview-0c3bff8-20260618001533_1781741804277_0.6817950496619396","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-preview-8a708a8-20260708155454":{"name":"@shopify/hydrogen","version":"0.0.0-preview-8a708a8-20260708155454","author":{"name":"Shopify"},"license":"MIT","_id":"@shopify/hydrogen@0.0.0-preview-8a708a8-20260708155454","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"bin":{"hydrogen":"dist/cli/index.mjs"},"dist":{"shasum":"8f40a1bef510b6be13c507da2e7a43e6ae3e6e14","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-preview-8a708a8-20260708155454.tgz","fileCount":564,"integrity":"sha512-JNd3ZRaMvSZLKDBsPqMa1a0zsCBuLtaoedkzyUOyvXq6eTqSAVhClxpig+I6O9EFrY1cRKh9S43AeTqDBJ9fqQ==","signatures":[{"sig":"MEQCIFIgMVhcRwSUWi8Vb19k7vZ11pDAPJN/uLbpVr0g6A5DAiATtym4LhkYcpSTeKfGO9aMOGFVmHbam19v5RT7fHT2rg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-preview-8a708a8-20260708155454","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":7910447},"main":"./dist/core/index.mjs","type":"module","types":"./dist/core/index.d.mts","exports":{".":{"types":{"default":"./dist/core/index.d.mts","development":"./dist/development/core/development.d.mts"},"import":{"default":"./dist/core/index.mjs","development":"./dist/development/core/development.mjs"},"default":{"default":"./dist/core/index.mjs","development":"./dist/development/core/development.mjs"}},"./react":{"types":{"default":"./dist/react/index.d.mts","development":"./dist/development/react/index.d.mts"},"import":{"default":"./dist/react/index.mjs","development":"./dist/development/react/index.mjs"}},"./skills/*":"./skills/*","./package.json":"./package.json","./customer-account":{"types":"./dist/customer-account/index.d.mts","import":"./dist/customer-account/index.mjs"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"8a708a87f4d7640d47de3241f1f0ac8f93e65239","scripts":{"dev":"tsdown --watch ./src","test":"pnpm run build && vitest run","build":"tsdown && node scripts/copy-generated-graphql-assets.ts","codegen":"graphql-codegen --config codegen.ts && gql.tada generate-output --tsconfig tsconfig.codegen.json","libcheck":"node scripts/libcheck-package.ts","typecheck":"tsc --noEmit","test:types":"pnpm run build && vitest --typecheck --run","test:watch":"pnpm run build && vitest","postcodegen":"node scripts/postprocess-tada-env.ts && oxfmt src/graphql/generated/*.d.ts src/graphql/generated/*.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.16.0","description":"Framework-agnostic Shopify storefront SDK and agent skills.","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"gql.tada":"^1.9.2"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^19.2.5","tsdown":"^0.21.10","vitest":"^3.0.0","graphql":"^16.13.2","happy-dom":"^20.9.0","react-dom":"^19.2.5","oxc-parser":"0.135.0","oxc-walker":"^1.0.0","typescript":"catalog:","@types/react":"^19.2.14","magic-string":"^0.30.21","@types/react-dom":"^19.2.3","@0no-co/graphqlsp":"^1.15.4","@graphql-codegen/cli":"^7.0.0","@testing-library/react":"^16.3.2","@graphql-codegen/typescript":"^6.0.0","@graphql-codegen/introspection":"^6.0.0"},"peerDependencies":{"react":"^18.0.0 || ^19.0.0"},"peerDependenciesMeta":{"react":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-preview-8a708a8-20260708155454_1783526192944_0.2649038369232446","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-preview-116d5d7-20260730141607":{"name":"@shopify/hydrogen","version":"0.0.0-preview-116d5d7-20260730141607","author":{"name":"Shopify"},"license":"MIT","_id":"@shopify/hydrogen@0.0.0-preview-116d5d7-20260730141607","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"bin":{"hydrogen":"bin/hydrogen.mjs"},"dist":{"shasum":"8e8f742e3089bfec7b24c4f7c46322f09c25a205","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-0.0.0-preview-116d5d7-20260730141607.tgz","fileCount":621,"integrity":"sha512-hQ5c/rTNbbu4W8TsgWrM8BjzbUNObUMeLiaqHCTKTTeoExFNkHcgqKh2raD7K0gxRGOa4cy3PRQCl5buW+XdGg==","signatures":[{"sig":"MEYCIQCrec+4iqqQlQXKWLkUwaetyUfb5QpfLP1JdzzR2X0vqwIhAKhq3YrFJ39Y1bo0/m8SIUZCxCNZUItPk4ASdws6qSQy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@0.0.0-preview-116d5d7-20260730141607","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":8194719},"main":"./dist/core/index.mjs","type":"module","types":"./dist/core/index.d.mts","exports":{".":{"types":{"default":"./dist/core/index.d.mts","development":"./dist/development/core/development.d.mts"},"import":{"default":"./dist/core/index.mjs","development":"./dist/development/core/development.mjs"},"default":{"default":"./dist/core/index.mjs","development":"./dist/development/core/development.mjs"}},"./vue":{"types":{"default":"./dist/vue/index.d.mts","development":"./dist/development/vue/index.d.mts"},"import":{"default":"./dist/vue/index.mjs","development":"./dist/development/vue/index.mjs"}},"./react":{"types":{"default":"./dist/react/index.d.mts","development":"./dist/development/react/index.d.mts"},"import":{"default":"./dist/react/index.mjs","development":"./dist/development/react/index.mjs"}},"./skills/*":"./skills/*","./ts-plugin":{"types":"./dist/ts-plugin/index.d.cts","default":"./dist/ts-plugin/index.cjs","require":"./dist/ts-plugin/index.cjs"},"./package.json":"./package.json","./customer-account":{"types":"./dist/customer-account/index.d.mts","import":"./dist/customer-account/index.mjs"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"gitHead":"116d5d7eacfdeee0af93f79148854ae46448e96b","scripts":{"dev":"tsdown --watch ./src","test":"pnpm run build && vitest run","build":"tsdown && node scripts/copy-generated-graphql-assets.ts","codegen":"graphql-codegen --config codegen.ts && gql.tada generate-output --tsconfig tsconfig.codegen.json","libcheck":"node scripts/libcheck-package.ts","typecheck":"tsc --noEmit","test:types":"pnpm run build && vitest --typecheck --run","test:watch":"pnpm run build && vitest","postcodegen":"node scripts/postprocess-tada-env.ts && oxfmt src/graphql/generated/*.d.ts src/graphql/generated/*.json"},"shopify":{"cli":{"disabledCommands":["hydrogen:build","hydrogen:check","hydrogen:codegen","hydrogen:debug:cpu","hydrogen:dev","hydrogen:g","hydrogen:generate:route","hydrogen:generate:routes","hydrogen:preview","hydrogen:setup","hydrogen:setup:css","hydrogen:setup:markets","hydrogen:setup:vite","hydrogen:shortcut","hydrogen:upgrade"]}},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.16.0","description":"Framework-agnostic Shopify storefront SDK and agent skills.","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"gql.tada":"1.9.2"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"react":"^19.2.5","tsdown":"^0.21.10","vitest":"^3.0.0","graphql":"^16.13.2","happy-dom":"^20.9.0","react-dom":"^19.2.5","oxc-parser":"0.135.0","oxc-walker":"^1.0.0","typescript":"catalog:","@types/react":"^19.2.14","magic-string":"^0.30.21","@vue/test-utils":"^2.4.0","@types/react-dom":"^19.2.3","@0no-co/graphqlsp":"^1.15.4","@graphql-codegen/cli":"^7.0.0","@testing-library/react":"^16.3.2","@graphql-codegen/typescript":"^6.0.0","@graphql-codegen/introspection":"^6.0.0"},"peerDependencies":{"vue":"^3.5.0","react":"^18.0.0 || ^19.0.0"},"peerDependenciesMeta":{"vue":{"optional":true},"react":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_0.0.0-preview-116d5d7-20260730141607_1785421089706_0.760535326691056","host":"s3://npm-registry-packages-npm-production"}},"2026.4.5":{"name":"@shopify/hydrogen","version":"2026.4.5","license":"MIT","_id":"@shopify/hydrogen@2026.4.5","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"dist":{"shasum":"7d886cdb0fc81d16b1edda8cef6632c313ed0526","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.4.5.tgz","fileCount":80,"integrity":"sha512-xpRBshE3D5c8xptlYTqU2Ggv0BSEcx1MmxNa/4bJ/JQ0TWVYKGu0FAY5d8EBJ63kNbjwgT0glB0wsLZ3aJX10g==","signatures":[{"sig":"MEYCIQDJ+lslWaKalHaKID+bsjmUyiV+j2KsJNh2bbYiNrgVIgIhAI1/LBmcNOqwGcoEtZOA06X7hF5MeOABmkGGF8J8YEXa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.4.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6456149},"main":"dist/index.cjs","type":"module","_from":"file:shopify-hydrogen-2026.4.5.tgz","types":"dist/production/index.d.ts","module":"dist/production/index.js","exports":{".":{"types":"./dist/production/index.d.ts","import":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"module":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"default":{"default":"./dist/production/index.js","development":"./dist/development/index.js"},"require":"./dist/index.cjs"},"./vite":{"types":"./dist/vite/plugin.d.ts","default":"./dist/vite/plugin.js"},"./oxygen":{"types":"./dist/oxygen/index.d.ts","default":"./dist/oxygen/index.js"},"./package.json":"./package.json","./react-router-types":{"types":"./dist/react-router.d.ts"},"./react-router-preset":{"types":"./dist/production/react-router-preset.d.ts","import":{"default":"./dist/production/react-router-preset.js","development":"./dist/development/react-router-preset.js"},"default":"./dist/production/react-router-preset.js"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs","test":"vitest run","build":"tsup --clean","format":"prettier --write \"{src,docs}/**/*\" --ignore-unknown","typecheck":"tsc --noEmit","build-docs":"sh ./docs/build-docs.sh && pnpm run format","test:watch":"vitest","preview-docs":"pnpm --dir ../../docs/preview run dev"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/97965e843b6b9fc6771ba0c62ff95336/shopify-hydrogen-2026.4.5.tgz","_integrity":"sha512-xpRBshE3D5c8xptlYTqU2Ggv0BSEcx1MmxNa/4bJ/JQ0TWVYKGu0FAY5d8EBJ63kNbjwgT0glB0wsLZ3aJX10g==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.17.0","description":"<div align=\"center\">","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","dependencies":{"isbot":"^5.1.21","worktop":"^0.7.3","type-fest":"^4.33.0","flame-chart-js":"2.3.1","source-map-support":"^0.5.21","use-resize-observer":"^9.1.0","@shopify/graphql-client":"1.4.1","@shopify/hydrogen-react":"2026.4.3","content-security-policy-builder":"^2.2.0"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"typesVersions":{"*":{"storefront-api-types":["./dist/storefront-api-types.d.ts"],"customer-account-api-types":["./dist/customer-account-api-types.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"^18.3.1","vitest":"^3.2.4","graphql":"^16.12.0","happy-dom":"^20.8.9","react-dom":"^18.3.1","schema-dts":"^1.1.2","@types/node":"22.19.15","@types/react":"^18.3.28","react-router":"7.16.0","@types/react-dom":"^18.3.7","@react-router/dev":"7.16.0","formdata-polyfill":"^4.0.10","@shopify/generate-docs":"1.2.2","@testing-library/react":"^14.0.0","@shopify/hydrogen-codegen":"0.3.3","@testing-library/jest-dom":"^6.6.3","@types/source-map-support":"^0.5.10"},"peerDependencies":{"vite":"^5.1.0 || ^6.2.1 || ^7.0.0 || ^8.0.0","react":"^18.3.1 || ~19.0.3 || ~19.1.4 || ^19.2.3","react-router":"~7.16.0","@react-router/dev":"~7.16.0"},"peerDependenciesMeta":{"vite":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.4.5_1786720506560_0.4871670444667038","host":"s3://npm-registry-packages-npm-production"}},"2026.10.0-preview.1":{"name":"@shopify/hydrogen","version":"2026.10.0-preview.1","author":{"name":"Shopify"},"license":"MIT","_id":"@shopify/hydrogen@2026.10.0-preview.1","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"bin":{"hydrogen":"bin/hydrogen.mjs"},"dist":{"shasum":"0a97f7f8bce679a8c953018d721ae94cb7cbf9ec","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.10.0-preview.1.tgz","fileCount":682,"integrity":"sha512-wiE5j/NdoriojKRNAcysCl2geLdC2eI+B4nJTH0YAN1aQCsrWCJok8Wti6GuzGPs0fem5mADypnLitvTbICcVg==","signatures":[{"sig":"MEUCIE+IeqNHWrLz+o590w1jQHeMfYiREy8+YRPFtkH1aJQwAiEAnUn+IeEDOV5lHYW3pf5Pl2PKMalrAVGFEUq3ZMnx2PQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.10.0-preview.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":9925564},"main":"./dist/core/index.mjs","type":"module","_from":"file:shopify-hydrogen-2026.10.0-preview.1.tgz","types":"./dist/core/index.d.mts","exports":{".":{"types":{"default":"./dist/core/index.d.mts","development":"./dist/development/core/development.d.mts"},"import":{"default":"./dist/core/index.mjs","development":"./dist/development/core/development.mjs"},"default":{"default":"./dist/core/index.mjs","development":"./dist/development/core/development.mjs"}},"./vue":{"types":{"default":"./dist/vue/index.d.mts","development":"./dist/development/vue/index.d.mts"},"import":{"default":"./dist/vue/index.mjs","development":"./dist/development/vue/index.mjs"}},"./vite":{"types":"./dist/vite/index.d.mts","import":"./dist/vite/index.mjs"},"./react":{"types":{"default":"./dist/react/index.d.mts","development":"./dist/development/react/index.d.mts"},"import":{"default":"./dist/react/index.mjs","development":"./dist/development/react/index.mjs"}},"./skills/*":"./skills/*","./ts-plugin":{"types":"./dist/ts-plugin/index.d.cts","default":"./dist/ts-plugin/index.cjs","require":"./dist/ts-plugin/index.cjs"},"./package.json":"./package.json","./customer-account":{"types":"./dist/customer-account/index.d.mts","import":"./dist/customer-account/index.mjs"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsdown --watch ./src","test":"pnpm run build && vitest run","build":"tsdown && node scripts/copy-generated-graphql-assets.ts","codegen":"graphql-codegen --config codegen.ts && gql.tada generate-output --tsconfig tsconfig.codegen.json","libcheck":"node scripts/libcheck-package.ts","typecheck":"tsc --noEmit","test:types":"pnpm run build && vitest --typecheck --run","test:watch":"pnpm run build && vitest","postcodegen":"node scripts/postprocess-tada-env.ts && oxfmt src/graphql/generated/*.d.ts src/graphql/generated/*.json"},"shopify":{"cli":{"disabledCommands":["hydrogen:build","hydrogen:check","hydrogen:codegen","hydrogen:debug:cpu","hydrogen:dev","hydrogen:g","hydrogen:generate:route","hydrogen:generate:routes","hydrogen:preview","hydrogen:setup","hydrogen:setup:css","hydrogen:setup:markets","hydrogen:setup:vite","hydrogen:shortcut","hydrogen:upgrade"]}},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/8ad9cb4c169ab60b441f9ffe6d1d40dd/shopify-hydrogen-2026.10.0-preview.1.tgz","_integrity":"sha512-wiE5j/NdoriojKRNAcysCl2geLdC2eI+B4nJTH0YAN1aQCsrWCJok8Wti6GuzGPs0fem5mADypnLitvTbICcVg==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.17.0","description":"Framework-agnostic Shopify storefront SDK and agent skills.","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","dependencies":{"gql.tada":"1.9.2"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vite":"^8.0.7","react":"^19.2.5","tsdown":"^0.21.10","vitest":"^3.0.0","graphql":"^16.13.2","happy-dom":"^20.9.0","react-dom":"^19.2.5","oxc-parser":"0.135.0","oxc-walker":"^1.0.0","typescript":"^5.9.3","@types/react":"^19.2.14","magic-string":"^0.30.21","@vue/test-utils":"^2.4.0","@types/react-dom":"^19.2.3","@graphql-codegen/cli":"^7.0.0","@testing-library/react":"^16.3.2","@graphql-codegen/typescript":"^6.0.0","@graphql-codegen/introspection":"^6.0.0"},"peerDependencies":{"vue":"^3.5.0","vite":"^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0","react":"^18.0.0 || ^19.0.0"},"peerDependenciesMeta":{"vue":{"optional":true},"vite":{"optional":true},"react":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.10.0-preview.1_1787069794915_0.44346269719476394","host":"s3://npm-registry-packages-npm-production"}},"2026.10.0-preview.2":{"name":"@shopify/hydrogen","version":"2026.10.0-preview.2","author":{"name":"Shopify"},"license":"MIT","_id":"@shopify/hydrogen@2026.10.0-preview.2","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"homepage":"https://github.com/Shopify/hydrogen#readme","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"bin":{"hydrogen":"bin/hydrogen.mjs"},"dist":{"shasum":"78154f417495666937a6e865f1fe96b686824ec7","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.10.0-preview.2.tgz","fileCount":692,"integrity":"sha512-iiC2BFBgdk8RQncC3wK+uDBVq/sVEv3T3mtFPBIhy7TuD5c8BaulIgh3IZ0WxbBayUIy4O1okqLtC89fNJyC/A==","signatures":[{"sig":"MEYCIQCtOi2rGo4NlwxOkB7UoY2RJvWmDeTE8JTscKFsaE0f4AIhANGvPFd2X+njTLg/qsdH0UvQ8B71CqxwoB+0/X2y23pQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.10.0-preview.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10051451},"main":"./dist/core/index.mjs","type":"module","_from":"file:shopify-hydrogen-2026.10.0-preview.2.tgz","types":"./dist/core/index.d.mts","exports":{".":{"types":{"default":"./dist/core/index.d.mts","development":"./dist/development/core/development.d.mts"},"import":{"default":"./dist/core/index.mjs","development":"./dist/development/core/development.mjs"},"default":{"default":"./dist/core/index.mjs","development":"./dist/development/core/development.mjs"}},"./vue":{"types":{"default":"./dist/vue/index.d.mts","development":"./dist/development/vue/index.d.mts"},"import":{"default":"./dist/vue/index.mjs","development":"./dist/development/vue/index.mjs"}},"./vite":{"types":"./dist/vite/index.d.mts","import":"./dist/vite/index.mjs"},"./react":{"types":{"default":"./dist/react/index.d.mts","development":"./dist/development/react/index.d.mts"},"import":{"default":"./dist/react/index.mjs","development":"./dist/development/react/index.mjs"}},"./skills/*":"./skills/*","./ts-plugin":{"types":"./dist/ts-plugin/index.d.cts","default":"./dist/ts-plugin/index.cjs","require":"./dist/ts-plugin/index.cjs"},"./package.json":"./package.json","./customer-account":{"types":"./dist/customer-account/index.d.mts","import":"./dist/customer-account/index.mjs"},"./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json"},"scripts":{"dev":"tsdown --watch ./src","test":"pnpm run build && vitest run","build":"tsdown && node scripts/copy-generated-graphql-assets.ts","codegen":"graphql-codegen --config codegen.ts && gql.tada generate-output --tsconfig tsconfig.codegen.json","libcheck":"node scripts/libcheck-package.ts","typecheck":"tsc --noEmit","test:types":"pnpm run build && vitest --typecheck --run","test:watch":"pnpm run build && vitest","postcodegen":"node scripts/postprocess-tada-env.ts && oxfmt src/graphql/generated/*.d.ts src/graphql/generated/*.json"},"shopify":{"cli":{"disabledCommands":["hydrogen:build","hydrogen:check","hydrogen:codegen","hydrogen:debug:cpu","hydrogen:dev","hydrogen:g","hydrogen:generate:route","hydrogen:generate:routes","hydrogen:preview","hydrogen:setup","hydrogen:setup:css","hydrogen:setup:markets","hydrogen:setup:vite","hydrogen:shortcut","hydrogen:upgrade"]}},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"_resolved":"/tmp/2c60681ebcacda9f154548f86ed2d02d/shopify-hydrogen-2026.10.0-preview.2.tgz","_integrity":"sha512-iiC2BFBgdk8RQncC3wK+uDBVq/sVEv3T3mtFPBIhy7TuD5c8BaulIgh3IZ0WxbBayUIy4O1okqLtC89fNJyC/A==","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"_npmVersion":"11.17.0","description":"Framework-agnostic Shopify storefront SDK and agent skills.","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","dependencies":{"gql.tada":"1.9.2"},"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vite":"^8.0.7","react":"^19.2.5","tsdown":"^0.21.10","vitest":"^3.0.0","graphql":"^16.13.2","happy-dom":"^20.9.0","react-dom":"^19.2.5","oxc-parser":"0.135.0","oxc-walker":"^1.0.0","typescript":"^5.9.3","@types/react":"^19.2.14","magic-string":"^0.30.21","@vue/test-utils":"^2.4.0","@types/react-dom":"^19.2.3","@graphql-codegen/cli":"^7.0.0","@testing-library/react":"^16.3.2","@graphql-codegen/typescript":"^6.0.0","@graphql-codegen/introspection":"^6.0.0"},"peerDependencies":{"vue":"^3.5.0","vite":"^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0","react":"^18.0.0 || ^19.0.0"},"peerDependenciesMeta":{"vue":{"optional":true},"vite":{"optional":true},"react":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/hydrogen_2026.10.0-preview.2_1788373571400_0.5849682628845072","host":"s3://npm-registry-packages-npm-production"}},"2026.10.0-preview.3":{"name":"@shopify/hydrogen","version":"2026.10.0-preview.3","description":"Framework-agnostic Shopify storefront SDK and agent skills.","license":"MIT","author":{"name":"Shopify"},"repository":{"type":"git","url":"git+https://github.com/Shopify/hydrogen.git","directory":"packages/hydrogen"},"bin":{"hydrogen":"bin/hydrogen.mjs"},"type":"module","sideEffects":false,"main":"./dist/core/index.mjs","types":"./dist/core/index.d.mts","exports":{".":{"types":{"development":"./dist/development/core/development.d.mts","default":"./dist/core/index.d.mts"},"import":{"development":"./dist/development/core/development.mjs","default":"./dist/core/index.mjs"},"default":{"development":"./dist/development/core/development.mjs","default":"./dist/core/index.mjs"}},"./customer-account":{"types":"./dist/customer-account/index.d.mts","import":"./dist/customer-account/index.mjs"},"./customer-account-api-types":"./dist/customer-account-api-types.d.ts","./customer-account.schema.json":"./dist/customer-account.schema.json","./package.json":"./package.json","./skills/*":"./skills/*","./storefront-api-types":"./dist/storefront-api-types.d.ts","./storefront.schema.json":"./dist/storefront.schema.json","./ts-plugin":{"types":"./dist/ts-plugin/index.d.cts","require":"./dist/ts-plugin/index.cjs","default":"./dist/ts-plugin/index.cjs"},"./vite":{"types":"./dist/vite/index.d.mts","import":"./dist/vite/index.mjs"},"./react":{"types":{"development":"./dist/development/react/index.d.mts","default":"./dist/react/index.d.mts"},"import":{"development":"./dist/development/react/index.mjs","default":"./dist/react/index.mjs"}},"./vue":{"types":{"development":"./dist/development/vue/index.d.mts","default":"./dist/vue/index.d.mts"},"import":{"development":"./dist/development/vue/index.mjs","default":"./dist/vue/index.mjs"}}},"publishConfig":{"@shopify:registry":"https://registry.npmjs.org","access":"public"},"dependencies":{"gql.tada":"1.9.2"},"devDependencies":{"@graphql-codegen/cli":"^7.0.0","@graphql-codegen/introspection":"^6.0.0","@graphql-codegen/typescript":"^6.0.0","@testing-library/react":"^16.3.2","@types/react":"^19.2.14","@types/react-dom":"^19.2.3","@vue/test-utils":"^2.4.0","graphql":"^16.13.2","happy-dom":"^20.9.0","magic-string":"^0.30.21","oxc-parser":"0.135.0","oxc-walker":"^1.0.0","react":"^19.2.5","react-dom":"^19.2.5","tsdown":"^0.21.10","typescript":"^5.9.3","vite":"^8.0.7","vitest":"^3.0.0"},"peerDependencies":{"react":"^18.0.0 || ^19.0.0","vite":"^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0","vue":"^3.5.0"},"peerDependenciesMeta":{"react":{"optional":true},"vite":{"optional":true},"vue":{"optional":true}},"shopify":{"cli":{"disabledCommands":["hydrogen:build","hydrogen:check","hydrogen:codegen","hydrogen:debug:cpu","hydrogen:dev","hydrogen:g","hydrogen:generate:route","hydrogen:generate:routes","hydrogen:preview","hydrogen:setup","hydrogen:setup:css","hydrogen:setup:markets","hydrogen:setup:vite","hydrogen:shortcut","hydrogen:upgrade"]}},"scripts":{"build":"tsdown && node scripts/copy-generated-graphql-assets.ts","dev":"tsdown --watch ./src","typecheck":"tsc --noEmit","libcheck":"node scripts/libcheck-package.ts","test":"pnpm run build && vitest run","test:watch":"pnpm run build && vitest","test:types":"pnpm run build && vitest --typecheck --run","codegen":"graphql-codegen --config codegen.ts && gql.tada generate-output --tsconfig tsconfig.codegen.json","postcodegen":"node scripts/postprocess-tada-env.ts && oxfmt src/graphql/generated/*.d.ts src/graphql/generated/*.json"},"readmeFilename":"README.md","_id":"@shopify/hydrogen@2026.10.0-preview.3","bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"homepage":"https://github.com/Shopify/hydrogen#readme","_integrity":"sha512-WC+4wcNXMY8fb8s4ze2b1wXqpRQPB5Rpg5J36My8yHhTSScLHgaGBy+8bZHCPcn5unLv3zWIco3W63JD/NlryQ==","_resolved":"/tmp/d97cd43c125fc0378005cd3459f371d2/shopify-hydrogen-2026.10.0-preview.3.tgz","_from":"file:shopify-hydrogen-2026.10.0-preview.3.tgz","_nodeVersion":"24.20.0","_npmVersion":"11.19.0","dist":{"integrity":"sha512-WC+4wcNXMY8fb8s4ze2b1wXqpRQPB5Rpg5J36My8yHhTSScLHgaGBy+8bZHCPcn5unLv3zWIco3W63JD/NlryQ==","shasum":"05abae626e3853fbfa2d9d9ce33841c46f660ef1","tarball":"https://registry.npmjs.org/@shopify/hydrogen/-/hydrogen-2026.10.0-preview.3.tgz","fileCount":693,"unpackedSize":10095717,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@shopify%2fhydrogen@2026.10.0-preview.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCChlaT644w2VRXvL3m4kwDexGufEd5h+JFWGIr7mTa1QIhAKbeE+HxtNWsy0VLuavQml5+2PCImAZb4vCzJCrLI1Ae"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a831f556-b5a9-49fb-8296-7318197ed52b"}},"directories":{},"maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/hydrogen_2026.10.0-preview.3_1789150221427_0.44266804904465173"},"_hasShrinkwrap":false}},"time":{"created":"2021-08-16T14:42:27.016Z","modified":"2026-09-11T18:10:21.991Z","1.0.0-alpha.11":"2021-08-16T14:42:27.228Z","1.0.0-alpha.13":"2021-08-18T14:58:37.609Z","1.0.0-alpha.14":"2021-08-23T21:58:02.323Z","1.0.0-alpha.15":"2021-08-26T19:35:12.289Z","1.0.0-1.0.0-alpha.16.0":"2021-09-06T10:03:06.103Z","1.0.0-alpha.17.0":"2021-09-06T10:47:11.314Z","1.0.0-alpha.18":"2021-09-06T11:04:44.218Z","1.0.0-alpha.21":"2021-09-20T18:21:47.560Z","1.0.0-alpha.22":"2021-09-22T15:42:41.922Z","0.1.0":"2021-09-23T14:41:29.173Z","0.1.1":"2021-09-24T20:44:48.390Z","0.1.2":"2021-09-30T19:22:44.954Z","0.2.0":"2021-10-08T14:18:31.203Z","0.2.1":"2021-10-12T18:37:45.674Z","0.3.0":"2021-10-20T14:53:07.777Z","0.4.0":"2021-10-28T13:49:20.519Z","0.4.2":"2021-10-29T19:16:50.594Z","0.4.3":"2021-10-29T19:47:28.548Z","0.5.1":"2021-11-02T16:52:15.805Z","0.5.3":"2021-11-02T17:14:34.533Z","0.5.8":"2021-11-04T04:22:37.112Z","0.6.0":"2021-11-05T22:46:29.367Z","0.6.1":"2021-11-08T13:48:37.984Z","0.6.2":"2021-11-10T03:29:40.500Z","0.6.3":"2021-11-10T05:43:26.129Z","0.6.4":"2021-11-11T08:42:12.017Z","0.7.0":"2021-11-22T14:19:11.572Z","0.7.1":"2021-12-02T16:36:20.715Z","0.8.0":"2021-12-07T22:48:57.112Z","0.8.1":"2022-01-04T21:47:28.538Z","0.8.2":"2022-01-07T15:30:34.361Z","0.8.3":"2022-01-13T22:36:33.872Z","0.9.0":"2022-01-20T15:37:51.715Z","0.9.1":"2022-01-20T19:16:58.701Z","0.10.0-experimental.0":"2022-01-21T20:23:36.750Z","0.10.0-experimental.1":"2022-01-21T20:35:39.091Z","0.10.0-experimental.3":"2022-01-24T15:40:06.507Z","0.10.0-experimental.4":"2022-01-24T19:37:46.725Z","0.10.0":"2022-01-25T18:51:08.245Z","0.10.1":"2022-01-26T17:22:30.170Z","0.11.0-experimental.0":"2022-02-08T14:45:26.891Z","0.11.0-experimental.1":"2022-02-15T18:05:24.212Z","0.11.0-experimental.2":"2022-02-22T22:09:10.406Z","0.11.0":"2022-02-24T17:35:38.801Z","0.11.1-experimental.0":"2022-02-28T20:05:12.479Z","0.11.1-experimental.1":"2022-02-28T20:49:30.633Z","0.11.1":"2022-03-01T19:41:58.326Z","0.12.0":"2022-03-08T17:05:08.587Z","0.0.0-unstable-20220314172608":"2022-03-14T17:26:48.200Z","0.0.0-unstable-20220317024016":"2022-03-17T02:40:52.738Z","0.0.0-unstable-20220322162431":"2022-03-22T16:25:08.946Z","0.13.0":"2022-03-22T18:07:04.974Z","0.13.1":"2022-03-29T14:33:20.535Z","0.13.2":"2022-03-29T19:27:52.130Z","0.0.0-unstable-20220405135908":"2022-04-05T13:59:45.264Z","0.0.0-unstable-20220405151808":"2022-04-05T15:18:46.416Z","0.14.0":"2022-04-05T19:38:25.458Z","0.15.0":"2022-04-13T15:51:11.882Z","0.0.0-unstable-20220418154217":"2022-04-18T15:42:55.550Z","0.16.0":"2022-04-19T18:00:02.133Z","0.16.1":"2022-04-20T15:04:41.556Z","0.0.0-unstable-20220422191137":"2022-04-22T19:12:12.956Z","0.17.0":"2022-04-26T20:13:47.145Z","0.17.1":"2022-04-28T15:04:23.354Z","0.17.2":"2022-05-04T19:31:29.481Z","0.17.3":"2022-05-06T13:26:44.935Z","0.18.0":"2022-05-10T21:58:47.589Z","0.19.0":"2022-05-14T01:58:30.372Z","0.20.0":"2022-05-18T04:25:44.547Z","0.21.0":"2022-05-24T19:57:04.497Z","0.0.0-experimental-20220526194818":"2022-05-26T19:48:48.798Z","0.22.0":"2022-05-31T21:05:18.922Z","0.22.1":"2022-05-31T21:35:20.364Z","0.23.0":"2022-06-07T21:36:35.119Z","0.24.0":"2022-06-09T23:34:59.023Z","0.25.0":"2022-06-15T21:55:36.256Z","0.25.1":"2022-06-16T12:58:04.970Z","0.26.0":"2022-06-20T20:51:27.250Z","0.26.1":"2022-06-21T17:21:34.960Z","0.27.0":"2022-06-21T20:43:25.699Z","1.0.0":"2022-06-21T22:08:26.227Z","0.27.1":"2022-06-23T14:15:13.780Z","1.0.1":"2022-06-23T14:29:46.178Z","0.27.2":"2022-06-23T14:37:59.429Z","1.0.2":"2022-06-24T16:29:27.283Z","1.1.0":"2022-07-13T21:15:32.757Z","0.0.0-unstable-20220725220140":"2022-07-25T22:11:34.937Z","1.2.0":"2022-07-26T21:00:41.237Z","0.0.0-unstable-20220817170749":"2022-08-17T17:23:08.257Z","0.0.0-unstable-20220818164252":"2022-08-18T16:48:24.684Z","0.0.0-unstable-20220818175648":"2022-08-18T18:00:34.084Z","1.3.0":"2022-08-19T16:09:26.399Z","0.0.0-unstable-20220826201357":"2022-08-26T20:17:47.854Z","0.0.0-unstable-20220829135113":"2022-08-29T13:54:11.876Z","1.3.1":"2022-08-30T15:55:51.686Z","0.0.0-unstable-20220906150839":"2022-09-06T15:18:46.522Z","1.3.2":"2022-09-06T15:36:48.069Z","0.0.0-unstable-20220913160311":"2022-09-13T16:07:07.592Z","0.0.0-unstable-20220913192010":"2022-09-13T19:24:17.133Z","0.0.0-unstable-20220915201600":"2022-09-15T20:20:59.016Z","1.4.0":"2022-09-16T13:26:40.772Z","0.0.0-unstable-20220916195136":"2022-09-16T19:53:53.427Z","1.4.1":"2022-09-16T20:10:00.795Z","0.0.0-unstable-20220921160653":"2022-09-21T16:10:59.286Z","1.4.2":"2022-09-22T18:41:26.801Z","0.0.0-unstable-20220927001835":"2022-09-27T00:34:09.105Z","1.4.3":"2022-09-27T19:23:30.445Z","0.0.0-unstable-20221005100242":"2022-10-05T10:08:08.829Z","1.4.4":"2022-10-06T12:11:29.509Z","0.0.0-unstable-20221010113640":"2022-10-10T12:01:39.054Z","1.5.0":"2022-10-11T09:01:21.774Z","0.0.0-unstable-20221018213801":"2022-10-18T21:43:01.595Z","1.6.0":"2022-10-19T18:30:36.517Z","0.0.0-unstable-20221025184121":"2022-10-25T18:49:35.618Z","1.6.1":"2022-10-25T19:49:53.995Z","0.0.0-unstable-20221110141506":"2022-11-10T14:17:55.074Z","0.0.0-unstable-20221114214040":"2022-11-14T21:50:31.400Z","0.0.0-unstable-20221115152749":"2022-11-15T15:30:40.782Z","1.6.2":"2022-11-15T19:54:40.586Z","1.6.3":"2022-11-18T21:07:23.885Z","0.0.0-unstable-20221206204856":"2022-12-06T20:51:50.808Z","0.0.0-unstable-20221207192415":"2022-12-07T19:27:26.601Z","1.6.4":"2022-12-07T19:37:21.485Z","1.6.5":"2022-12-13T19:33:56.072Z","2.0.0-alpha.1":"2022-12-14T15:42:49.751Z","2.0.0-alpha.2":"2023-01-18T15:52:37.486Z","2.0.0-alpha.3":"2023-01-19T18:27:15.478Z","0.0.0-unstable-20230120200930":"2023-01-20T20:12:14.399Z","1.6.6":"2023-01-24T15:04:18.327Z","2.0.0-alpha.4":"2023-02-01T16:15:01.701Z","2022.1.0-alpha.1":"2023-02-01T16:32:51.360Z","2023.1.0-alpha.1":"2023-02-01T17:14:53.174Z","2023.1.0-alpha.2":"2023-02-03T16:26:13.418Z","2023.1.0":"2023-02-08T22:23:47.799Z","2023.1.1":"2023-02-08T23:11:58.338Z","2023.1.2":"2023-02-08T23:56:32.946Z","2023.1.3":"2023-02-14T02:46:50.153Z","2023.1.4":"2023-02-16T17:28:37.893Z","1.6.7":"2023-02-21T19:41:04.866Z","2023.1.5":"2023-02-21T20:03:56.750Z","0.0.0-next-f152b98-20230315151653":"2023-03-15T15:17:49.613Z","0.0.0-next-3219ec2-20230315152548":"2023-03-15T15:26:59.738Z","0.0.0-next-f152b98-20230315153709":"2023-03-15T15:38:05.336Z","0.0.0-next-02fa3ee-20230315154547":"2023-03-15T15:46:45.777Z","0.0.0-next-723eaf8-20230315160314":"2023-03-15T16:04:08.488Z","0.0.0-next-beb56c6-20230315164633":"2023-03-15T16:47:49.320Z","0.0.0-next-c60a96e-20230315170116":"2023-03-15T17:02:11.015Z","2023.1.6":"2023-03-15T18:40:17.072Z","0.0.0-next-85ae63a-20230328172810":"2023-03-28T17:29:15.420Z","0.0.0-next-1f8526c-20230328230113":"2023-03-28T23:02:08.864Z","0.0.0-next-1440953-20230329151327":"2023-03-29T15:14:22.777Z","0.0.0-next-b37205b-20230329164744":"2023-03-29T16:48:39.273Z","0.0.0-next-737f83e-20230329165308":"2023-03-29T16:54:00.773Z","0.0.0-next-ec99653-20230330174559":"2023-03-30T17:46:56.502Z","0.0.0-next-b593fba-20230330181334":"2023-03-30T18:14:33.767Z","0.0.0-next-9eb07a5-20230331171431":"2023-03-31T17:15:22.674Z","0.0.0-next-25f78ab-20230331194947":"2023-03-31T19:50:40.648Z","0.0.0-next-5e26503-20230331201035":"2023-03-31T20:11:38.230Z","0.0.0-next-68a6028-20230403110318":"2023-04-03T11:04:22.168Z","0.0.0-next-73f0c48-20230403171931":"2023-04-03T17:20:25.643Z","0.0.0-next-92ca75b-20230403192429":"2023-04-03T19:25:35.207Z","0.0.0-next-331120c-20230403193348":"2023-04-03T19:34:43.592Z","0.0.0-next-d9877d6-20230403225015":"2023-04-03T22:51:24.942Z","0.0.0-next-5420c9f-20230404074924":"2023-04-04T07:50:20.157Z","0.0.0-next-fab9629-20230405152805":"2023-04-05T15:28:57.156Z","0.0.0-next-91f0ff4-20230406145211":"2023-04-06T14:53:01.972Z","0.0.0-next-0f4d562-20230406165935":"2023-04-06T17:00:26.598Z","0.0.0-next-d6e612f-20230407114147":"2023-04-07T11:42:55.908Z","0.0.0-next-e6e6c2d-20230407161512":"2023-04-07T16:16:26.834Z","0.0.0-next-2d4c5d9-20230407181253":"2023-04-07T18:13:46.904Z","0.0.0-next-2c7d1d9-20230411165851":"2023-04-11T16:59:44.208Z","0.0.0-next-ab45234-20230412073308":"2023-04-12T07:34:14.634Z","0.0.0-next-e977bfe-20230412153657":"2023-04-12T15:37:52.859Z","0.0.0-next-21b97dc-20230412155451":"2023-04-12T15:55:44.727Z","0.0.0-next-03b518d-20230412161244":"2023-04-12T16:13:39.400Z","0.0.0-next-5faed30-20230412162730":"2023-04-12T16:28:47.876Z","0.0.0-next-6529b87-20230412214540":"2023-04-12T21:46:36.228Z","0.0.0-next-c0facf1-20230412214544":"2023-04-12T21:46:49.988Z","0.0.0-next-082ce87-20230413151551":"2023-04-13T15:17:09.825Z","0.0.0-next-6116da5-20230414160127":"2023-04-14T16:02:21.214Z","0.0.0-next-475a39c-20230414185654":"2023-04-14T18:58:07.387Z","0.0.0-next-2ae0b97-20230417075926":"2023-04-17T08:00:20.926Z","0.0.0-next-3d41961-20230417131311":"2023-04-17T13:14:05.450Z","2023.1.7":"2023-04-17T13:33:50.086Z","0.0.0-next-f991a42-20230417143042":"2023-04-17T14:31:36.113Z","0.0.0-next-361879e-20230418144748":"2023-04-18T14:48:59.660Z","0.0.0-next-62d8d31-20230419123029":"2023-04-19T12:31:30.450Z","2023.4.0":"2023-04-20T07:30:50.597Z","0.0.0-next-0a009a3-20230509153403":"2023-05-09T15:34:54.424Z","0.0.0-next-7375de1-20230509170225":"2023-05-09T17:03:21.035Z","0.0.0-next-d450e1c-20230510013051":"2023-05-10T01:31:54.654Z","0.0.0-next-9c2e67c-20230510023544":"2023-05-10T02:36:35.910Z","0.0.0-next-94f1244-20230510223710":"2023-05-10T22:38:08.518Z","0.0.0-next-808b8c4-20230511184855":"2023-05-11T18:49:58.620Z","0.0.0-next-d1ffe96-20230512145204":"2023-05-12T14:52:58.934Z","0.0.0-next-025385b-20230512160009":"2023-05-12T16:01:06.989Z","0.0.0-next-33f33ed-20230515030612":"2023-05-15T03:07:29.069Z","0.0.0-next-7e1a787-20230516145705":"2023-05-16T14:58:20.646Z","2023.4.1":"2023-05-16T15:21:42.149Z","0.0.0-next-112ac42-20230517085234":"2023-05-17T08:53:38.882Z","0.0.0-next-2e1e459-20230517155016":"2023-05-17T15:51:12.691Z","0.0.0-next-97b9b8c-20230517163721":"2023-05-17T16:38:26.206Z","0.0.0-next-8ed46dc-20230517171645":"2023-05-17T17:17:43.136Z","0.0.0-next-afdb69d-20230518093530":"2023-05-18T09:36:36.407Z","0.0.0-next-2e97b1e-20230519053848":"2023-05-19T05:39:42.565Z","0.0.0-next-ba54a3b-20230519142842":"2023-05-19T14:29:38.529Z","0.0.0-next-a8d5fef-20230519153644":"2023-05-19T15:37:39.586Z","0.0.0-next-24b82fc-20230519154844":"2023-05-19T15:49:59.232Z","0.0.0-next-1a9f402-20230519160940":"2023-05-19T16:10:48.275Z","0.0.0-next-3cc6d75-20230519161739":"2023-05-19T16:18:35.958Z","0.0.0-next-6ef8753-20230519191012":"2023-05-19T19:11:20.141Z","0.0.0-next-fb42061-20230519210328":"2023-05-19T21:04:27.879Z","1.6.8":"2023-05-22T17:20:16.636Z","0.0.0-next-e1caba9-20230523152924":"2023-05-23T15:30:27.875Z","2023.4.2":"2023-05-23T15:40:25.116Z","0.0.0-next-7aaa4e8-20230523161105":"2023-05-23T16:12:06.057Z","2023.4.3":"2023-05-23T16:18:33.057Z","0.0.0-next-7d6a1a7-20230525202113":"2023-05-25T20:22:32.435Z","0.0.0-next-487c7b9-20230525203455":"2023-05-25T20:35:49.882Z","0.0.0-next-4c5cdfd-20230525220139":"2023-05-25T22:02:34.730Z","0.0.0-next-b219552-20230526072056":"2023-05-26T07:21:51.316Z","0.0.0-next-42a96f2-20230526135606":"2023-05-26T13:57:04.613Z","0.0.0-next-be912b2-20230530141413":"2023-05-30T14:15:16.043Z","0.0.0-next-93a7c3c-20230530200359":"2023-05-30T20:04:58.336Z","0.0.0-next-6764ebf-20230531172625":"2023-05-31T17:27:39.059Z","0.0.0-next-dbc7452-20230531183100":"2023-05-31T18:32:00.812Z","0.0.0-next-8ccf6db-20230601091334":"2023-06-01T09:14:32.846Z","0.0.0-next-6b8537b-20230605175010":"2023-06-05T17:51:28.911Z","0.0.0-next-808ceb5-20230605202937":"2023-06-05T20:30:52.004Z","0.0.0-next-42683d0-20230605203529":"2023-06-05T20:36:41.029Z","0.0.0-next-b9ab8eb-20230605223347":"2023-06-05T22:34:47.839Z","0.0.0-next-d3817b9-20230606002016":"2023-06-06T00:21:19.838Z","0.0.0-next-d8c905c-20230606203233":"2023-06-06T20:33:33.599Z","0.0.0-next-442f602-20230607010130":"2023-06-07T01:02:36.920Z","0.0.0-next-0c6b715-20230607012049":"2023-06-07T01:21:51.717Z","0.0.0-next-5124d61-20230607212322":"2023-06-07T21:24:31.227Z","0.0.0-next-7b4afea-20230608063649":"2023-06-08T06:37:53.343Z","0.0.0-next-3251523-20230608070836":"2023-06-08T07:09:37.217Z","0.0.0-next-2aaa726-20230608162809":"2023-06-08T16:29:09.285Z","0.0.0-next-6f68b0c-20230608163816":"2023-06-08T16:39:41.471Z","0.0.0-next-15cea18-20230609192620":"2023-06-09T19:27:30.823Z","0.0.0-next-428c78d-20230609212324":"2023-06-09T21:24:38.726Z","0.0.0-next-114ef0f-20230612044331":"2023-06-12T04:44:33.061Z","2023.4.4":"2023-06-12T19:31:39.588Z","0.0.0-next-f29e178-20230615171233":"2023-06-15T17:13:50.749Z","2023.4.5":"2023-06-15T17:39:47.399Z","0.0.0-next-b8f41ad-20230622144028":"2023-06-22T14:41:26.682Z","0.0.0-next-0b44c8e-20230622150033":"2023-06-22T15:01:48.141Z","0.0.0-next-7a5849e-20230623052345":"2023-06-23T05:24:44.660Z","0.0.0-next-b80f315-20230623082340":"2023-06-23T08:24:47.336Z","0.0.0-next-c67b1a4-20230623102129":"2023-06-23T10:22:27.446Z","0.0.0-next-804062e-20230623103934":"2023-06-23T10:40:44.749Z","0.0.0-next-a145d26-20230626023722":"2023-06-26T02:38:23.692Z","2023.4.6":"2023-06-26T02:43:42.356Z","0.0.0-next-5530d98-20230628050324":"2023-06-28T05:04:40.157Z","0.0.0-next-850c4c9-20230628110405":"2023-06-28T11:05:19.636Z","0.0.0-next-c5511f3-20230628150910":"2023-06-28T15:10:17.618Z","0.0.0-next-f6d8030-20230628151039":"2023-06-28T15:11:40.930Z","0.0.0-next-4c0858f-20230705192044":"2023-07-05T19:21:39.979Z","0.0.0-next-3068a12-20230706081400":"2023-07-06T08:15:06.283Z","0.0.0-next-1befd36-20230706153444":"2023-07-06T15:35:44.188Z","0.0.0-next-7a7456a-20230706191525":"2023-07-06T19:16:21.815Z","0.0.0-next-0f7042b-20230706215224":"2023-07-06T21:53:26.373Z","0.0.0-next-47936b7-20230706223342":"2023-07-06T22:34:42.208Z","0.0.0-next-667ea4f-20230707071722":"2023-07-07T07:18:41.259Z","0.0.0-next-926a45d-20230707071806":"2023-07-07T07:19:25.635Z","0.0.0-next-90e26dc-20230707203628":"2023-07-07T20:37:41.344Z","0.0.0-next-ef8db24-20230710182258":"2023-07-10T18:23:54.695Z","0.0.0-next-86b5966-20230710184523":"2023-07-10T18:46:35.759Z","0.0.0-next-a188915-20230713115118":"2023-07-13T11:52:16.801Z","0.0.0-next-3998a5d-20230713203120":"2023-07-13T20:32:22.993Z","0.0.0-next-fa71938-20230714080321":"2023-07-14T08:04:18.815Z","0.0.0-next-faa777a-20230714084717":"2023-07-14T08:48:27.815Z","0.0.0-next-da03dee-20230714160924":"2023-07-14T16:10:34.181Z","0.0.0-next-327faf3-20230717194407":"2023-07-17T19:45:07.942Z","0.0.0-next-63d1726-20230718140115":"2023-07-18T14:02:13.536Z","0.0.0-next-4db6142-20230718194438":"2023-07-18T19:45:37.627Z","0.0.0-next-92f8800-20230718195711":"2023-07-18T19:58:25.883Z","0.0.0-next-11ab64a-20230719132637":"2023-07-19T13:27:54.558Z","0.0.0-next-1a8f79f-20230719143728":"2023-07-19T14:38:44.069Z","0.0.0-next-3cb481a-20230719143930":"2023-07-19T14:40:26.670Z","0.0.0-next-b02b63f-20230719163815":"2023-07-19T16:39:16.220Z","0.0.0-next-9f75462-20230719174753":"2023-07-19T17:48:54.571Z","1.7.0":"2023-07-19T20:35:37.833Z","0.0.0-next-3140987-20230720212854":"2023-07-20T21:29:54.900Z","0.0.0-next-70bbdef-20230720224343":"2023-07-20T22:44:39.995Z","0.0.0-next-5518035-20230720230008":"2023-07-20T23:01:06.095Z","0.0.0-next-ba6442b-20230720230019":"2023-07-20T23:01:41.680Z","0.0.0-next-a8f8ec4-20230721023941":"2023-07-21T02:40:38.782Z","0.0.0-next-945fdc5-20230721132602":"2023-07-21T13:27:12.635Z","0.0.0-next-4bee03d-20230721143434":"2023-07-21T14:35:34.554Z","0.0.0-next-20734c4-20230721144415":"2023-07-21T14:45:14.761Z","0.0.0-next-706ab52-20230721145020":"2023-07-21T14:51:20.543Z","0.0.0-next-6db2617-20230721150335":"2023-07-21T15:04:44.867Z","0.0.0-next-c39411e-20230721152500":"2023-07-21T15:26:20.418Z","0.0.0-next-0d2e5ff-20230721162320":"2023-07-21T16:24:39.401Z","0.0.0-next-52ef4ca-20230721204858":"2023-07-21T20:50:07.001Z","0.0.0-next-8051420-20230721211527":"2023-07-21T21:16:35.356Z","0.0.0-next-5ad931b-20230722013832":"2023-07-22T01:39:31.207Z","0.0.0-next-131f505-20230724201644":"2023-07-24T20:17:53.642Z","0.0.0-next-6112dd6-20230724224333":"2023-07-24T22:44:32.460Z","0.0.0-next-7e2017a-20230724224359":"2023-07-24T22:44:58.615Z","0.0.0-next-b8898f0-20230725121352":"2023-07-25T12:15:01.155Z","0.0.0-next-7444720-20230725134646":"2023-07-25T13:47:43.138Z","0.0.0-next-97670ee-20230725135200":"2023-07-25T13:53:14.352Z","0.0.0-next-2a036d7-20230725135323":"2023-07-25T13:54:22.016Z","0.0.0-next-0620a6c-20230725154809":"2023-07-25T15:49:08.477Z","0.0.0-next-2c3f9e7-20230725155128":"2023-07-25T15:52:24.662Z","0.0.0-next-9482bc5-20230725164149":"2023-07-25T16:42:50.970Z","0.0.0-next-230f951-20230725172855":"2023-07-25T17:30:16.880Z","0.0.0-next-a68c06c-20230725184935":"2023-07-25T18:50:41.534Z","0.0.0-next-6de27f5-20230725191537":"2023-07-25T19:16:53.546Z","0.0.0-next-34c22b0-20230725191629":"2023-07-25T19:17:40.800Z","0.0.0-next-dc56d29-20230725195026":"2023-07-25T19:51:26.469Z","0.0.0-next-3d945cc-20230725200213":"2023-07-25T20:03:11.392Z","0.0.0-next-f15d203-20230725200940":"2023-07-25T20:10:39.149Z","2023.7.0":"2023-07-25T21:25:02.139Z","2023.7.1":"2023-08-01T20:43:08.386Z","1.7.1":"2023-08-02T20:25:12.431Z","0.0.0-next-5f79ff3-20230804224552":"2023-08-04T22:46:13.017Z","0.0.0-next-e2e4921-20230807215530":"2023-08-07T21:55:50.984Z","0.0.0-next-ed0c7e0-20230807222007":"2023-08-07T22:20:24.628Z","0.0.0-next-b29c85d-20230808230406":"2023-08-08T23:04:23.967Z","0.0.0-next-72c2f6d-20230808233848":"2023-08-08T23:39:37.678Z","0.0.0-next-02cde56-20230809190253":"2023-08-09T19:03:52.647Z","0.0.0-next-21eb9da-20230809201536":"2023-08-09T20:16:42.956Z","2023.7.2":"2023-08-09T20:20:44.761Z","0.0.0-next-d896c76-20230811164112":"2023-08-11T16:42:21.261Z","0.0.0-next-867866d-20230811184716":"2023-08-11T18:48:14.076Z","0.0.0-next-40f1093-20230811192004":"2023-08-11T19:21:00.076Z","1.7.2":"2023-08-11T21:24:07.247Z","0.0.0-next-e9e1736-20230814163202":"2023-08-14T16:32:57.693Z","0.0.0-next-bdac4c2-20230814171739":"2023-08-14T17:18:35.330Z","0.0.0-next-589b207-20230814195504":"2023-08-14T19:55:59.728Z","0.0.0-next-9fcfc50-20230815070616":"2023-08-15T07:07:15.323Z","0.0.0-next-8f4f822-20230816010116":"2023-08-16T01:02:13.763Z","0.0.0-next-9c98477-20230816165832":"2023-08-16T16:59:54.357Z","0.0.0-next-cb0d467-20230817022118":"2023-08-17T02:22:22.153Z","0.0.0-next-aac685b-20230817041456":"2023-08-17T04:15:52.714Z","0.0.0-next-e536ae0-20230817173232":"2023-08-17T17:33:56.518Z","0.0.0-next-bd63a48-20230817212824":"2023-08-17T21:29:43.061Z","0.0.0-next-a06b509-20230818080456":"2023-08-18T08:06:03.443Z","0.0.0-next-1a0e858-20230818192813":"2023-08-18T19:29:12.710Z","0.0.0-next-632a7a3-20230818211402":"2023-08-18T21:14:59.989Z","0.0.0-next-ec21cfd-20230821043029":"2023-08-21T04:31:39.154Z","0.0.0-next-46d5f8f-20230821134338":"2023-08-21T13:44:37.612Z","0.0.0-next-4583be9-20230821144359":"2023-08-21T14:44:56.322Z","0.0.0-next-0040860-20230821233821":"2023-08-21T23:39:18.858Z","0.0.0-next-9e659a6-20230822001006":"2023-08-22T00:11:06.231Z","0.0.0-next-5fa660c-20230822003915":"2023-08-22T00:40:38.185Z","2023.7.3":"2023-08-22T01:33:29.939Z","0.0.0-next-9f4f2a8-20230822181404":"2023-08-22T18:15:27.472Z","0.0.0-next-06516ee-20230823074403":"2023-08-23T07:45:02.596Z","0.0.0-next-6e19fa6-20230823162419":"2023-08-23T16:25:31.564Z","0.0.0-next-423acee-20230825002732":"2023-08-25T00:28:32.012Z","0.0.0-next-d67ce6a-20230825002850":"2023-08-25T00:30:06.524Z","0.0.0-next-a700eee-20230825003241":"2023-08-25T00:34:02.002Z","0.0.0-next-3491fd5-20230825010119":"2023-08-25T01:02:40.139Z","0.0.0-next-17892a7-20230825151145":"2023-08-25T15:12:42.365Z","0.0.0-next-6f40526-20230828201020":"2023-08-28T20:11:18.494Z","0.0.0-next-ee6e292-20230829023158":"2023-08-29T02:33:21.220Z","0.0.0-next-4125339-20230829024740":"2023-08-29T02:48:48.326Z","0.0.0-next-1a7762b-20230829163400":"2023-08-29T16:35:04.157Z","0.0.0-next-1b7e001-20230829193656":"2023-08-29T19:37:58.622Z","0.0.0-next-d9f06c0-20230829195429":"2023-08-29T19:55:32.822Z","0.0.0-next-ed50823-20230830171719":"2023-08-30T17:18:32.111Z","0.0.0-next-1f8acd7-20230830183524":"2023-08-30T18:36:45.463Z","0.0.0-next-e1638f8-20230831140902":"2023-08-31T14:10:00.736Z","0.0.0-next-101ca87-20230831143523":"2023-08-31T14:36:25.884Z","2023.7.4":"2023-08-31T14:39:02.819Z","0.0.0-next-e8ac9ad-20230831212558":"2023-08-31T21:27:02.238Z","2023.7.5":"2023-08-31T21:32:08.563Z","0.0.0-next-345f06a-20230831225840":"2023-08-31T22:59:52.308Z","1.7.3":"2023-09-01T17:58:13.418Z","0.0.0-next-c85b8b5-20230905125849":"2023-09-05T12:59:51.942Z","2023.7.6":"2023-09-05T20:27:06.593Z","0.0.0-next-4f7e07c-20230906020008":"2023-09-06T02:01:34.292Z","0.0.0-next-291115d-20230906134212":"2023-09-06T13:43:16.690Z","0.0.0-next-2350039-20230906135940":"2023-09-06T14:00:53.368Z","0.0.0-next-dad6329-20230907200205":"2023-09-07T20:03:03.754Z","0.0.0-next-71a0737-20230907203205":"2023-09-07T20:33:18.661Z","2023.7.7":"2023-09-07T21:04:34.488Z","0.0.0-next-3352d57-20230907210450":"2023-09-07T21:06:04.075Z","0.0.0-next-384a426-20230913144318":"2023-09-13T14:44:24.953Z","0.0.0-next-9ef2491-20230914133703":"2023-09-14T13:38:02.703Z","0.0.0-next-87918e3-20230914142016":"2023-09-14T14:21:48.850Z","0.0.0-next-113821e-20230914150246":"2023-09-14T15:03:51.593Z","0.0.0-next-2ce3861-20230914150637":"2023-09-14T15:07:50.450Z","0.0.0-next-be4994f-20230915040923":"2023-09-15T04:10:24.396Z","0.0.0-next-eb5dd4d-20230919001554":"2023-09-19T00:16:55.980Z","0.0.0-next-d8dc1ac-20230919092005":"2023-09-19T09:21:11.307Z","0.0.0-next-33ae6ab-20230919190723":"2023-09-19T19:08:35.687Z","0.0.0-next-3eea40d-20230920002846":"2023-09-20T00:29:55.996Z","0.0.0-next-e62a4db-20230920073247":"2023-09-20T07:33:52.994Z","0.0.0-next-56fa587-20230920154134":"2023-09-20T15:43:02.250Z","0.0.0-next-95b457d-20230920183326":"2023-09-20T18:34:26.774Z","0.0.0-next-6e370d6-20230920195326":"2023-09-20T19:54:37.260Z","0.0.0-next-3325821-20230921012433":"2023-09-21T01:25:39.901Z","2023.7.8":"2023-09-21T09:04:41.608Z","0.0.0-next-49974e7-20230921185510":"2023-09-21T18:56:10.131Z","0.0.0-next-35f636c-20230921201305":"2023-09-21T20:14:19.290Z","0.0.0-next-bc630dd-20230921211843":"2023-09-21T21:20:08.222Z","0.0.0-next-21909ac-20230922084235":"2023-09-22T08:43:48.363Z","0.0.0-next-425791c-20230925140151":"2023-09-25T14:02:58.875Z","0.0.0-next-1be1e40-20230925165103":"2023-09-25T16:52:12.636Z","0.0.0-next-06da557-20230925190522":"2023-09-25T19:06:26.198Z","0.0.0-next-bfb142e-20230926230716":"2023-09-26T23:08:23.729Z","0.0.0-next-e148cfc-20230927094139":"2023-09-27T09:42:42.735Z","0.0.0-next-4f26aed-20230928003851":"2023-09-28T00:40:01.382Z","0.0.0-next-00210fa-20230928143646":"2023-09-28T14:37:51.857Z","0.0.0-next-8772903-20230928161438":"2023-09-28T16:15:37.836Z","0.0.0-next-6def447-20230928163158":"2023-09-28T16:32:56.533Z","2023.7.9":"2023-09-28T18:11:46.349Z","0.0.0-next-cf13099-20230928184637":"2023-09-28T18:47:40.637Z","0.0.0-next-b59a613-20230928192551":"2023-09-28T19:26:59.303Z","0.0.0-next-6c93d88-20231005093639":"2023-10-05T09:37:36.283Z","0.0.0-next-eb9451e-20231005113517":"2023-10-05T11:36:36.339Z","0.0.0-next-cf5fe84-20231009182310":"2023-10-09T18:24:19.782Z","0.0.0-next-4f735fd-20231012174842":"2023-10-12T17:49:56.351Z","2023.7.10":"2023-10-12T18:53:40.723Z","0.0.0-next-12d0711-20231016060956":"2023-10-16T06:10:54.949Z","0.0.0-next-2941466-20231016061346":"2023-10-16T06:14:41.784Z","0.0.0-next-832a0ea-20231016070338":"2023-10-16T07:05:07.993Z","2023.7.11":"2023-10-16T07:28:47.014Z","0.0.0-next-f6469d1-20231017053134":"2023-10-17T05:32:32.968Z","0.0.0-next-b81b452-20231018021808":"2023-10-18T02:19:06.899Z","0.0.0-next-e992de2-20231018085356":"2023-10-18T08:54:53.316Z","0.0.0-next-5773f92-20231018091718":"2023-10-18T09:18:18.927Z","0.0.0-next-72b2f37-20231019055703":"2023-10-19T05:57:55.333Z","0.0.0-next-45b9831-20231019231458":"2023-10-19T23:15:54.491Z","0.0.0-next-d2f4737-20231020201533":"2023-10-20T20:16:28.858Z","0.0.0-next-f5b0573-20231022225627":"2023-10-22T22:57:20.762Z","0.0.0-next-945c55a-20231022230151":"2023-10-22T23:02:46.691Z","0.0.0-next-2627faa-20231023153907":"2023-10-23T15:40:09.654Z","0.0.0-next-1b45311-20231023173143":"2023-10-23T17:32:45.074Z","0.0.0-next-870e935-20231025104114":"2023-10-25T10:42:07.544Z","2023.7.12":"2023-10-25T19:16:02.880Z","0.0.0-next-3eb376f-20231025210155":"2023-10-25T21:03:08.498Z","2023.7.13":"2023-10-25T21:11:04.347Z","0.0.0-next-ae50042-20231025212304":"2023-10-25T21:24:03.852Z","0.0.0-next-e75e8a0-20231025213710":"2023-10-25T21:38:28.101Z","0.0.0-next-7fc088e-20231025215126":"2023-10-25T21:52:46.445Z","0.0.0-next-0ae7cbe-20231025215955":"2023-10-25T22:01:09.700Z","0.0.0-next-f24e342-20231025223333":"2023-10-25T22:34:38.555Z","0.0.0-next-ad45656-20231026040232":"2023-10-26T04:03:39.020Z","0.0.0-next-66a4857-20231026052905":"2023-10-26T05:29:59.712Z","0.0.0-next-4fe85fc-20231026074823":"2023-10-26T07:49:17.798Z","0.0.0-next-3464ec0-20231027033335":"2023-10-27T03:34:35.563Z","0.0.0-next-a6f397b-20231027162125":"2023-10-27T16:22:21.812Z","0.0.0-next-9a837bd-20231030160954":"2023-10-30T16:10:45.923Z","0.0.0-next-58dc68d-20231030185833":"2023-10-30T18:59:27.223Z","0.0.0-next-3a2ce2a-20231030214648":"2023-10-30T21:47:41.054Z","0.0.0-next-bbd8cc6-20231031023055":"2023-10-31T02:31:57.116Z","0.0.0-next-8198c1b-20231031153353":"2023-10-31T15:35:02.538Z","0.0.0-next-2ff057d-20231031160028":"2023-10-31T16:01:21.637Z","2023.10.0":"2023-10-31T17:43:55.003Z","0.0.0-next-68521e1-20231102044259":"2023-11-02T04:43:36.117Z","2023.10.1":"2023-11-02T04:56:31.402Z","0.0.0-next-5954dc1-20231102152726":"2023-11-02T15:28:03.098Z","0.0.0-next-766400e-20231102154505":"2023-11-02T15:45:42.723Z","0.0.0-next-895110b-20231102155754":"2023-11-02T15:59:08.510Z","0.0.0-next-69624b3-20231102162057":"2023-11-02T16:21:58.930Z","2023.10.2":"2023-11-02T16:24:21.444Z","0.0.0-next-e8cc49f-20231106203136":"2023-11-06T20:32:42.151Z","0.0.0-next-8fce70d-20231107025821":"2023-11-07T02:59:20.522Z","0.0.0-next-9b4f453-20231108070029":"2023-11-08T07:01:27.093Z","0.0.0-next-26c969b-20231108212352":"2023-11-08T21:24:49.331Z","0.0.0-next-f90e4d4-20231113133224":"2023-11-13T13:33:45.443Z","0.0.0-next-23e4aaa-20231117022633":"2023-11-17T02:27:13.520Z","0.0.0-next-9ed789d-20231117114017":"2023-11-17T11:40:58.560Z","0.0.0-next-6bd92f4-20231120194613":"2023-11-20T19:46:53.901Z","0.0.0-next-27d69a2-20231120204259":"2023-11-20T20:43:39.386Z","0.0.0-next-74ea1db-20231120210149":"2023-11-20T21:02:29.853Z","0.0.0-next-2c9c2b7-20231121112642":"2023-11-21T11:27:23.458Z","0.0.0-next-ee513e1-20231121152728":"2023-11-21T15:28:09.030Z","0.0.0-next-23dbcb3-20231129182948":"2023-11-29T18:30:28.959Z","0.0.0-next-5ec24e0-20231130175913":"2023-11-30T17:59:52.431Z","0.0.0-next-fc1365c-20231203191641":"2023-12-03T19:17:23.058Z","0.0.0-next-961fd8c-20231204134024":"2023-12-04T13:41:08.373Z","0.0.0-next-c8e8f6f-20231204210404":"2023-12-04T21:04:45.706Z","0.0.0-next-e2f1ede-20231205001410":"2023-12-05T00:14:50.783Z","0.0.0-next-848c626-20231205174050":"2023-12-05T17:41:31.273Z","0.0.0-next-f352f16-20231205174241":"2023-12-05T17:43:22.888Z","0.0.0-next-33c9b73-20231206151826":"2023-12-06T15:19:08.619Z","0.0.0-next-62f6787-20231206152632":"2023-12-06T15:27:13.357Z","0.0.0-next-bacc8dd-20231206214044":"2023-12-06T21:41:26.426Z","2023.10.3":"2023-12-06T22:21:05.384Z","0.0.0-next-3099846-20231206231442":"2023-12-06T23:15:19.141Z","0.0.0-next-18a52a5-20231207031339":"2023-12-07T03:14:16.451Z","0.0.0-next-dd99c2f-20231207120127":"2023-12-07T12:02:04.791Z","0.0.0-next-d89287a-20231207154734":"2023-12-07T15:48:10.601Z","0.0.0-next-081b41e-20231208012127":"2023-12-08T01:22:03.165Z","0.0.0-next-3f3b8db-20231214130105":"2023-12-14T13:01:41.737Z","0.0.0-next-d6d0132-20231214205055":"2023-12-14T20:51:32.173Z","0.0.0-next-6a8ab1d-20231215231026":"2023-12-15T23:11:04.904Z","0.0.0-next-94d55bc-20231218172632":"2023-12-18T17:27:09.488Z","0.0.0-next-486bf39-20231218220856":"2023-12-18T22:09:34.480Z","0.0.0-next-b0d727d-20231220183325":"2023-12-20T18:34:02.715Z","0.0.0-next-b1a1d7c-20231220183339":"2023-12-20T18:34:17.687Z","0.0.0-next-a3bc2c0-20231220183415":"2023-12-20T18:34:53.431Z","0.0.0-next-306d302-20231220183447":"2023-12-20T18:35:26.609Z","0.0.0-next-9ad7c5e-20231220183528":"2023-12-20T18:36:06.903Z","0.0.0-next-4d6ba3f-20231220185339":"2023-12-20T18:54:18.234Z","0.0.0-next-f0415c9-20231221193145":"2023-12-21T19:32:24.899Z","0.0.0-next-970073e-20231221210617":"2023-12-21T21:06:56.179Z","0.0.0-next-0484459-20240102164230":"2024-01-02T16:43:09.230Z","0.0.0-next-cce6579-20240103212329":"2024-01-03T21:24:07.838Z","0.0.0-next-94509b7-20240105223134":"2024-01-05T22:32:15.612Z","0.0.0-next-add84a7-20240110000623":"2024-01-10T00:07:03.018Z","0.0.0-next-9e3d88d-20240111091509":"2024-01-11T09:15:48.098Z","0.0.0-next-92840e5-20240111095256":"2024-01-11T09:53:34.897Z","0.0.0-next-335371c-20240111194224":"2024-01-11T19:43:17.203Z","0.0.0-next-da19a8d-20240112133653":"2024-01-12T13:37:33.272Z","0.0.0-next-357becf-20240112180526":"2024-01-12T18:06:07.436Z","0.0.0-next-810f48c-20240112183206":"2024-01-12T18:32:47.778Z","0.0.0-next-de84ee2-20240112190509":"2024-01-12T19:05:49.055Z","0.0.0-next-02ac113-20240112190609":"2024-01-12T19:06:49.895Z","2023.10.4":"2024-01-12T22:24:34.853Z","0.0.0-next-e13bf6d-20240112224027":"2024-01-12T22:41:06.116Z","0.0.0-next-da9e447-20240115031449":"2024-01-15T03:15:30.970Z","0.0.0-next-fd8c377-20240115193443":"2024-01-15T19:35:22.227Z","0.0.0-next-9c44be4-20240117011934":"2024-01-17T01:20:13.226Z","0.0.0-next-3e7b6e8-20240117030451":"2024-01-17T03:05:28.838Z","0.0.0-next-4d067f3-20240118004650":"2024-01-18T00:47:31.526Z","0.0.0-next-1820241-20240119141345":"2024-01-19T14:14:25.074Z","0.0.0-next-335375a-20240119161012":"2024-01-19T16:10:50.927Z","0.0.0-next-400bfee-20240119182330":"2024-01-19T18:24:12.743Z","0.0.0-next-c909c1c-20240119224428":"2024-01-19T22:45:09.032Z","0.0.0-next-759fd91-20240119224622":"2024-01-19T22:47:02.351Z","0.0.0-next-0591c2d-20240119232704":"2024-01-19T23:27:46.824Z","0.0.0-next-952fedf-20240122042857":"2024-01-22T04:29:37.758Z","0.0.0-next-9b5e6ea-20240122045508":"2024-01-22T04:55:49.675Z","0.0.0-next-ca1161b-20240122170702":"2024-01-22T17:07:43.638Z","0.0.0-next-eac4f38-20240122185056":"2024-01-22T18:51:42.117Z","0.0.0-next-4d3608f-20240122200844":"2024-01-22T20:09:24.410Z","0.0.0-next-7311a3f-20240122201214":"2024-01-22T20:13:14.479Z","0.0.0-next-1a008e5-20240122201426":"2024-01-22T20:15:08.143Z","0.0.0-next-496a084-20240122202537":"2024-01-22T20:26:20.429Z","0.0.0-next-0241b7d-20240122220206":"2024-01-22T22:02:50.983Z","0.0.0-next-0e0e1fb-20240122222123":"2024-01-22T22:22:08.254Z","0.0.0-next-0629bc7-20240122224844":"2024-01-22T22:49:27.353Z","0.0.0-next-a4d725e-20240122232931":"2024-01-22T23:30:15.255Z","0.0.0-next-0ff63be-20240123052406":"2024-01-23T05:24:50.378Z","0.0.0-next-567e1dd-20240123075938":"2024-01-23T08:00:23.077Z","0.0.0-next-1f85166-20240123155441":"2024-01-23T15:55:23.741Z","0.0.0-next-27c9b9d-20240123184859":"2024-01-23T18:49:44.632Z","0.0.0-next-a907199-20240124061045":"2024-01-24T06:11:29.296Z","0.0.0-next-e597446-20240124181037":"2024-01-24T18:11:21.844Z","0.0.0-next-2956e3e-20240125071922":"2024-01-25T07:20:06.274Z","0.0.0-next-60fffab-20240125082001":"2024-01-25T08:20:46.573Z","0.0.0-next-74316b6-20240125173538":"2024-01-25T17:36:23.607Z","0.0.0-next-6f90c92-20240125191907":"2024-01-25T19:19:50.510Z","0.0.0-next-1bc053c-20240125204459":"2024-01-25T20:45:42.076Z","0.0.0-next-1ea066c-20240125230644":"2024-01-25T23:07:27.824Z","0.0.0-next-772118c-20240125233026":"2024-01-25T23:31:09.106Z","2024.1.0":"2024-01-25T23:39:34.996Z","0.0.0-next-a4ad330-20240126005616":"2024-01-26T00:56:53.868Z","0.0.0-next-22d702d-20240126160928":"2024-01-26T16:10:07.482Z","0.0.0-next-52b15df-20240126211743":"2024-01-26T21:18:23.492Z","0.0.0-next-d91e02b-20240127000630":"2024-01-27T00:07:08.696Z","0.0.0-next-67981bd-20240131025836":"2024-01-31T02:59:14.425Z","0.0.0-next-ae47da4-20240131064457":"2024-01-31T06:45:35.424Z","0.0.0-next-c7b2017-20240131070354":"2024-01-31T07:04:33.266Z","0.0.0-next-434c3b9-20240131213323":"2024-01-31T21:34:07.011Z","0.0.0-next-a266436-20240201152555":"2024-02-01T15:26:33.696Z","0.0.0-next-eee5d92-20240206203702":"2024-02-06T20:37:41.779Z","2024.1.1":"2024-02-06T23:38:58.752Z","0.0.0-next-114a724-20240207131856":"2024-02-07T13:19:36.264Z","0.0.0-next-abb7137-20240207182500":"2024-02-07T18:25:39.183Z","0.0.0-next-fcecfb2-20240208132341":"2024-02-08T13:24:20.000Z","0.0.0-next-c0ec771-20240208190613":"2024-02-08T19:06:52.381Z","0.0.0-next-931a040-20240208214750":"2024-02-08T21:48:32.804Z","0.0.0-next-95bd271-20240209000135":"2024-02-09T00:02:20.424Z","0.0.0-next-7a724e4-20240213174026":"2024-02-13T17:41:05.877Z","0.0.0-next-faeba9f-20240214192101":"2024-02-14T19:21:42.100Z","0.0.0-next-c8dcbc4-20240214222009":"2024-02-14T22:20:48.118Z","0.0.0-next-db453ed-20240215154547":"2024-02-15T15:46:26.949Z","0.0.0-next-272cf3c-20240215192326":"2024-02-15T19:24:08.094Z","0.0.0-next-7373abe-20240215193511":"2024-02-15T19:35:50.408Z","0.0.0-next-a3118f0-20240215211931":"2024-02-15T21:20:10.573Z","0.0.0-next-226cf47-20240216174623":"2024-02-16T17:47:02.031Z","0.0.0-next-2e196ba-20240216195842":"2024-02-16T19:59:21.035Z","0.0.0-next-d26bfa9-20240220031506":"2024-02-20T03:15:45.237Z","0.0.0-next-28864d6-20240220191810":"2024-02-20T19:18:49.834Z","0.0.0-next-06d9fd9-20240220201259":"2024-02-20T20:13:38.795Z","0.0.0-next-409e1bc-20240221022400":"2024-02-21T02:24:39.015Z","0.0.0-next-2481906-20240222004124":"2024-02-22T00:42:08.045Z","2024.1.2":"2024-02-22T21:33:47.012Z","0.0.0-next-40fd963-20240222214928":"2024-02-22T21:50:06.524Z","0.0.0-next-216eb17-20240223190307":"2024-02-23T19:03:46.685Z","0.0.0-next-8030ac3-20240226220125":"2024-02-26T22:02:03.797Z","0.0.0-next-d7e04cb-20240227160529":"2024-02-27T16:06:11.785Z","0.0.0-next-b9cc0db-20240228145021":"2024-02-28T14:51:00.489Z","0.0.0-next-b0305ca-20240228161029":"2024-02-28T16:11:06.814Z","0.0.0-next-799f4cd-20240229113848":"2024-02-29T11:39:27.641Z","0.0.0-next-e641255-20240229135656":"2024-02-29T13:57:36.534Z","0.0.0-next-dd74fda-20240229161408":"2024-02-29T16:14:50.021Z","0.0.0-next-ced1d4c-20240301071218":"2024-03-01T07:12:59.885Z","0.0.0-next-225b80e-20240301093857":"2024-03-01T09:39:38.532Z","0.0.0-next-8e874f1-20240305170035":"2024-03-05T17:01:17.362Z","0.0.0-next-eedd9c4-20240305220954":"2024-03-05T22:10:35.902Z","0.0.0-next-fc01340-20240306012930":"2024-03-06T01:30:17.073Z","0.0.0-next-4e3d5b0-20240306112829":"2024-03-06T11:29:10.340Z","0.0.0-next-46d8a11-20240306121016":"2024-03-06T12:10:57.493Z","0.0.0-next-48bf874-20240306130153":"2024-03-06T13:02:34.468Z","0.0.0-next-c196180-20240306140158":"2024-03-06T14:02:41.314Z","0.0.0-next-9ed78ca-20240307153551":"2024-03-07T15:36:32.815Z","0.0.0-next-c35b975-20240307173201":"2024-03-07T17:32:43.298Z","2024.1.3":"2024-03-07T18:26:25.641Z","0.0.0-next-161eef6-20240307184205":"2024-03-07T18:42:46.369Z","0.0.0-next-527c544-20240308154515":"2024-03-08T15:45:58.648Z","0.0.0-next-ae5dedd-20240308161030":"2024-03-08T16:11:11.623Z","0.0.0-next-90ee0f8-20240311155840":"2024-03-11T15:59:23.046Z","0.0.0-next-351b3c1-20240311161701":"2024-03-11T16:17:45.212Z","0.0.0-next-c136030-20240312034224":"2024-03-12T03:43:03.905Z","0.0.0-next-5060cf5-20240312034320":"2024-03-12T03:44:01.065Z","0.0.0-next-2888014-20240312180343":"2024-03-12T18:04:24.690Z","0.0.0-next-05a7e92-20240312193231":"2024-03-12T19:33:15.164Z","2024.1.4":"2024-03-12T19:55:31.426Z","2023.1.8":"2024-03-12T21:50:33.986Z","2023.4.7":"2024-03-12T21:53:20.764Z","2023.7.14":"2024-03-12T21:55:50.151Z","2023.10.5":"2024-03-12T21:58:57.414Z","0.0.0-next-78d6136-20240312223743":"2024-03-12T22:38:27.790Z","0.0.0-next-399e2f1-20240312223843":"2024-03-12T22:39:27.649Z","0.0.0-next-7e8832c-20240312224254":"2024-03-12T22:43:35.803Z","0.0.0-next-5bb4330-20240313143103":"2024-03-13T14:31:44.960Z","0.0.0-next-bc536f0-20240313174125":"2024-03-13T17:42:11.348Z","0.0.0-next-d007b7b-20240313183838":"2024-03-13T18:39:22.748Z","0.0.0-next-e0c5456-20240315145208":"2024-03-15T14:52:50.358Z","0.0.0-next-3766b26-20240315192439":"2024-03-15T19:25:22.035Z","0.0.0-next-3c8a731-20240318154804":"2024-03-18T15:48:44.985Z","0.0.0-next-b3323e5-20240318184145":"2024-03-18T18:42:27.797Z","0.0.0-next-5f1295f-20240318193533":"2024-03-18T19:36:19.680Z","0.0.0-next-da95bb1-20240318193604":"2024-03-18T19:36:49.812Z","0.0.0-next-34fbae2-20240318210522":"2024-03-18T21:06:07.503Z","0.0.0-next-5ea3c2b-20240319160601":"2024-03-19T16:06:46.346Z","0.0.0-next-4a215a7-20240319171814":"2024-03-19T17:19:01.945Z","0.0.0-next-7625623-20240321103556":"2024-03-21T10:36:40.944Z","0.0.0-next-fbef3cd-20240321151513":"2024-03-21T15:15:58.734Z","0.0.0-next-10031a2-20240321184436":"2024-03-21T18:45:20.494Z","0.0.0-next-ca1dcbb-20240321212850":"2024-03-21T21:29:35.616Z","0.0.0-next-8707295-20240322144347":"2024-03-22T14:44:32.344Z","2024.1.5":"2024-03-22T14:57:09.128Z","0.0.0-next-1dd3fd3-20240322150855":"2024-03-22T15:09:44.573Z","0.0.0-next-11879b1-20240325140754":"2024-03-25T14:08:40.464Z","0.0.0-next-dd67701-20240325195559":"2024-03-25T19:56:44.405Z","0.0.0-next-8f05b8f-20240325215040":"2024-03-25T21:51:25.697Z","2024.1.6":"2024-03-25T22:11:14.784Z","2023.10.6":"2024-03-26T13:57:49.676Z","2023.7.15":"2024-03-26T14:06:08.798Z","0.0.0-next-062d6be-20240326145414":"2024-03-26T14:55:01.193Z","0.0.0-next-e50f434-20240326180112":"2024-03-26T18:01:58.039Z","0.0.0-next-a5511cd-20240328101606":"2024-03-28T10:16:53.006Z","0.0.0-next-788d86b-20240328115738":"2024-03-28T11:58:24.128Z","0.0.0-next-04d406d-20240328213939":"2024-03-28T21:40:24.486Z","0.0.0-next-e3e23e2-20240329142152":"2024-03-29T14:22:38.778Z","0.0.0-next-9351f9f-20240401102549":"2024-04-01T10:26:33.664Z","0.0.0-next-66e9e8b-20240401102950":"2024-04-01T10:30:43.257Z","0.0.0-next-140e476-20240401111149":"2024-04-01T11:12:39.355Z","0.0.0-next-4bd4500-20240402195852":"2024-04-02T19:59:42.738Z","0.0.0-next-497a521-20240403104839":"2024-04-03T10:49:28.766Z","0.0.0-next-479dbaa-20240404102656":"2024-04-04T10:27:50.337Z","0.0.0-next-d1e5ca5-20240404160252":"2024-04-04T16:03:43.455Z","0.0.0-next-14bb5df-20240404180215":"2024-04-04T18:03:05.396Z","0.0.0-next-1870a3e-20240408111811":"2024-04-08T11:19:01.620Z","0.0.0-next-d4436d6-20240408112608":"2024-04-08T11:26:58.758Z","0.0.0-next-ab0df5a-20240408150153":"2024-04-08T15:02:44.826Z","0.0.0-next-4758bf6-20240408163038":"2024-04-08T16:31:58.583Z","0.0.0-next-ebaf552-20240408185003":"2024-04-08T18:51:02.655Z","0.0.0-next-31f7595-20240408203115":"2024-04-08T20:32:13.074Z","0.0.0-next-d7ef02c-20240408205901":"2024-04-08T20:59:58.018Z","0.0.0-next-c84e985-20240409113127":"2024-04-09T11:32:25.749Z","0.0.0-next-be1a79b-20240409113221":"2024-04-09T11:33:20.340Z","0.0.0-next-4afedb4-20240409164303":"2024-04-09T16:44:01.365Z","0.0.0-next-e3baaba-20240409174430":"2024-04-09T17:45:29.237Z","0.0.0-next-04c0ae6-20240409183543":"2024-04-09T18:36:40.591Z","0.0.0-next-4eaec27-20240409210234":"2024-04-09T21:03:32.204Z","0.0.0-next-646b78d-20240410105929":"2024-04-10T11:00:24.894Z","0.0.0-next-61936f0-20240410120505":"2024-04-10T12:06:03.476Z","0.0.0-next-f4d6e5b-20240410175544":"2024-04-10T17:56:43.151Z","0.0.0-next-70f7f47-20240410181521":"2024-04-10T18:16:21.999Z","0.0.0-next-fae0ed0-20240410185005":"2024-04-10T18:51:03.824Z","0.0.0-next-a9b033f-20240410195119":"2024-04-10T19:52:18.009Z","0.0.0-next-0c46233-20240410195856":"2024-04-10T19:59:55.882Z","0.0.0-next-0c13341-20240410200428":"2024-04-10T20:05:25.290Z","0.0.0-next-a6e5606-20240410200939":"2024-04-10T20:10:37.318Z","0.0.0-next-4791908-20240410211651":"2024-04-10T21:17:49.177Z","0.0.0-next-a209019-20240410234411":"2024-04-10T23:45:09.752Z","0.0.0-next-f0c58e0-20240411140902":"2024-04-11T14:10:03.183Z","0.0.0-next-052eb14-20240411142350":"2024-04-11T14:24:48.367Z","0.0.0-next-94a0c63-20240411151820":"2024-04-11T15:19:18.706Z","0.0.0-next-502f599-20240411155629":"2024-04-11T15:57:36.143Z","0.0.0-next-42d3c60-20240411155900":"2024-04-11T15:59:59.791Z","0.0.0-next-dcabe91-20240411164913":"2024-04-11T16:50:12.753Z","0.0.0-next-72d1271-20240411165757":"2024-04-11T16:58:56.202Z","0.0.0-next-7e2b54a-20240411183549":"2024-04-11T18:36:47.561Z","2024.4.0":"2024-04-11T18:47:25.371Z","0.0.0-next-51feb20-20240411185339":"2024-04-11T18:54:32.971Z","0.0.0-next-3aaacde-20240411190017":"2024-04-11T19:01:13.121Z","0.0.0-next-b7c576b-20240411193911":"2024-04-11T19:40:00.479Z","0.0.0-next-8d15c2e-20240411195448":"2024-04-11T19:55:37.290Z","0.0.0-next-4969130-20240411205627":"2024-04-11T20:57:18.911Z","0.0.0-next-ffa57bd-20240412212621":"2024-04-12T21:27:12.508Z","1.7.4":"2024-04-15T13:38:45.484Z","0.0.0-next-9723eaf-20240415161155":"2024-04-15T16:12:45.667Z","0.0.0-next-7e8cf05-20240416103140":"2024-04-16T10:32:37.698Z","0.0.0-next-c8d733b-20240416163102":"2024-04-16T16:32:00.600Z","0.0.0-next-bdef877-20240416163138":"2024-04-16T16:32:37.496Z","0.0.0-next-0f5cab0-20240416170612":"2024-04-16T17:07:14.101Z","0.0.0-next-8dd0607-20240416171608":"2024-04-16T17:17:05.506Z","0.0.0-next-b4dfda3-20240418142722":"2024-04-18T14:28:22.688Z","0.0.0-next-59ff672-20240419012310":"2024-04-19T01:24:07.980Z","0.0.0-next-a335afc-20240419084335":"2024-04-19T08:44:33.164Z","0.0.0-next-7545fad-20240419112931":"2024-04-19T11:30:30.500Z","0.0.0-next-ac4e167-20240419173541":"2024-04-19T17:36:40.562Z","0.0.0-next-48218c3-20240419173559":"2024-04-19T17:36:56.319Z","0.0.0-next-e842f68-20240419174055":"2024-04-19T17:41:55.226Z","0.0.0-next-0af624d-20240419180827":"2024-04-19T18:09:28.661Z","0.0.0-next-4ce0450-20240423015126":"2024-04-23T01:52:24.610Z","2024.4.1":"2024-04-23T19:36:51.706Z","0.0.0-next-9c36c8a-20240430011103":"2024-04-30T01:11:53.784Z","0.0.0-next-fe87c83-20240430011821":"2024-04-30T01:19:11.629Z","0.0.0-next-f552dee-20240430022406":"2024-04-30T02:24:56.000Z","0.0.0-next-b7ccf23-20240430073103":"2024-04-30T07:31:55.105Z","0.0.0-next-d2bc720-20240430124410":"2024-04-30T12:45:00.089Z","0.0.0-next-6ec7ed5-20240501204226":"2024-05-01T20:43:16.609Z","0.0.0-next-72e6794-20240501230301":"2024-05-01T23:03:58.159Z","0.0.0-next-17528db-20240502041235":"2024-05-02T04:13:33.296Z","0.0.0-next-b70f9c2-20240502181641":"2024-05-02T18:17:37.830Z","0.0.0-next-58ea9bb-20240502215639":"2024-05-02T21:57:35.757Z","0.0.0-next-081e149-20240506150937":"2024-05-06T15:10:34.335Z","0.0.0-next-c9fb849-20240506215135":"2024-05-06T21:52:31.885Z","0.0.0-next-e9ea189-20240507022936":"2024-05-07T02:30:34.681Z","0.0.0-next-ddc7196-20240507040539":"2024-05-07T04:06:35.945Z","0.0.0-next-a9c6de0-20240507045118":"2024-05-07T04:52:14.423Z","0.0.0-next-ae262b6-20240507202906":"2024-05-07T20:30:04.092Z","0.0.0-next-286589e-20240508144057":"2024-05-08T14:41:54.426Z","0.0.0-next-412fdc1-20240508144243":"2024-05-08T14:43:42.097Z","0.0.0-next-1cd8311-20240508144532":"2024-05-08T14:46:33.425Z","0.0.0-next-2c11ca3-20240508145741":"2024-05-08T14:58:39.523Z","0.0.0-next-cc9b548-20240508151457":"2024-05-08T15:16:00.088Z","0.0.0-next-6f5061d-20240508155620":"2024-05-08T15:57:19.146Z","0.0.0-next-14ebc10-20240508165340":"2024-05-08T16:54:38.172Z","2024.4.2":"2024-05-08T17:01:37.125Z","0.0.0-next-84d9e80-20240508185519":"2024-05-08T18:56:08.708Z","0.0.0-next-f3a7967-20240510134451":"2024-05-10T13:45:40.079Z","0.0.0-next-9dfd1cf-20240510134611":"2024-05-10T13:47:02.388Z","0.0.0-next-55378a4-20240510155755":"2024-05-10T15:58:48.280Z","0.0.0-next-8eea75e-20240514161425":"2024-05-14T16:15:17.843Z","0.0.0-next-c4a5972-20240514162819":"2024-05-14T16:29:09.860Z","0.0.0-next-7def3e9-20240514220800":"2024-05-14T22:08:51.432Z","0.0.0-next-b5ca22f-20240514222859":"2024-05-14T22:29:50.724Z","0.0.0-next-7be0c67-20240514234925":"2024-05-14T23:50:16.370Z","0.0.0-next-f29c908-20240515162530":"2024-05-15T16:26:21.086Z","0.0.0-next-fe82119-20240515211006":"2024-05-15T21:10:57.347Z","0.0.0-next-1f578a3-20240516051010":"2024-05-16T05:11:03.179Z","0.0.0-next-ca4cf04-20240517014842":"2024-05-17T01:49:33.018Z","0.0.0-next-7b838be-20240517024946":"2024-05-17T02:50:38.284Z","0.0.0-next-adc840f-20240517044618":"2024-05-17T04:47:08.363Z","0.0.0-next-27e51ab-20240520025925":"2024-05-20T03:00:23.062Z","0.0.0-next-32d4c33-20240522020244":"2024-05-22T02:03:40.847Z","0.0.0-next-73716c8-20240522175624":"2024-05-22T17:57:26.857Z","0.0.0-next-9bce950-20240522200724":"2024-05-22T20:08:22.408Z","0.0.0-next-65239c7-20240523044243":"2024-05-23T04:43:40.982Z","0.0.0-next-53cc94d-20240524051821":"2024-05-24T05:19:19.674Z","0.0.0-next-608389d-20240524055408":"2024-05-24T05:55:06.609Z","0.0.0-next-5a554b2-20240524062056":"2024-05-24T06:21:54.364Z","0.0.0-next-a247da6-20240524195602":"2024-05-24T19:56:59.629Z","0.0.0-next-edc1892-20240527154031":"2024-05-27T15:41:30.546Z","0.0.0-next-c31c655-20240527182509":"2024-05-27T18:26:07.364Z","0.0.0-next-cd888ec-20240528022346":"2024-05-28T02:24:45.606Z","0.0.0-next-5d6465b-20240528200828":"2024-05-28T20:09:26.229Z","0.0.0-next-30d18bd-20240528210144":"2024-05-28T21:02:45.606Z","0.0.0-next-ea2c3d4-20240529035242":"2024-05-29T03:53:43.360Z","0.0.0-next-64a0203-20240529042619":"2024-05-29T04:27:17.938Z","0.0.0-next-da7c4d0-20240529134758":"2024-05-29T13:48:57.514Z","0.0.0-next-97c559b-20240529204406":"2024-05-29T20:45:12.264Z","0.0.0-next-e29ecf0-20240529220311":"2024-05-29T22:04:10.335Z","0.0.0-next-2cfe725-20240530031802":"2024-05-30T03:19:00.461Z","0.0.0-next-699f0d8-20240530032519":"2024-05-30T03:26:19.734Z","0.0.0-next-66a49bc-20240530042922":"2024-05-30T04:30:22.589Z","0.0.0-next-ebc8a26-20240530080826":"2024-05-30T08:09:26.684Z","0.0.0-next-91c7698-20240530084353":"2024-05-30T08:44:56.642Z","0.0.0-next-af90c44-20240530085021":"2024-05-30T08:51:20.437Z","0.0.0-next-ca7f288-20240530103543":"2024-05-30T10:36:42.559Z","0.0.0-next-a739f35-20240530164322":"2024-05-30T16:44:21.572Z","0.0.0-next-178df1f-20240530171425":"2024-05-30T17:15:24.716Z","0.0.0-next-1b31ce2-20240530225907":"2024-05-30T23:00:06.185Z","0.0.0-next-5abbe26-20240530232146":"2024-05-30T23:22:47.202Z","0.0.0-next-712885b-20240531173615":"2024-05-31T17:37:16.348Z","0.0.0-next-3a07446-20240604011828":"2024-06-04T01:19:27.601Z","0.0.0-next-d702aec-20240604012303":"2024-06-04T01:24:04.856Z","0.0.0-next-f86128c-20240604143534":"2024-06-04T14:36:37.953Z","0.0.0-next-1504c1f-20240604231415":"2024-06-04T23:15:15.564Z","0.0.0-next-781fa63-20240605081045":"2024-06-05T08:11:45.256Z","0.0.0-next-9539264-20240605141808":"2024-06-05T14:19:08.830Z","0.0.0-next-86c1291-20240605154015":"2024-06-05T15:41:15.373Z","0.0.0-next-6bffcd4-20240605171319":"2024-06-05T17:14:17.886Z","0.0.0-next-f44f530-20240605191326":"2024-06-05T19:14:25.504Z","2024.4.3":"2024-06-05T19:32:00.156Z","0.0.0-next-b258ba5-20240605212006":"2024-06-05T21:20:57.580Z","0.0.0-next-ca7a84a-20240606041731":"2024-06-06T04:18:22.050Z","0.0.0-next-88aebfb-20240606052752":"2024-06-06T05:28:44.832Z","0.0.0-next-4ae1d59-20240606052850":"2024-06-06T05:29:43.526Z","0.0.0-next-6681abf-20240606111634":"2024-06-06T11:17:27.768Z","0.0.0-next-6baf36b-20240606114036":"2024-06-06T11:41:36.898Z","0.0.0-next-a8b9c6c-20240606114114":"2024-06-06T11:42:06.754Z","0.0.0-next-4337200-20240606184723":"2024-06-06T18:48:18.092Z","0.0.0-next-10a419b-20240607102530":"2024-06-07T10:26:25.399Z","0.0.0-next-9eb60d7-20240607102913":"2024-06-07T10:30:08.881Z","0.0.0-next-83cb96f-20240607165603":"2024-06-07T16:56:59.150Z","0.0.0-next-1012f63-20240611073522":"2024-06-11T07:36:15.920Z","0.0.0-next-17f9b87-20240611155747":"2024-06-11T15:58:41.442Z","0.0.0-next-d3e555a-20240612130726":"2024-06-12T13:08:21.537Z","0.0.0-next-4751f8e-20240612155722":"2024-06-12T15:58:18.105Z","2024.4.4":"2024-06-12T16:22:26.624Z","0.0.0-next-e96b332-20240612170943":"2024-06-12T17:10:38.101Z","0.0.0-next-8b9c726-20240612210645":"2024-06-12T21:07:40.530Z","0.0.0-next-44c5313-20240613133657":"2024-06-13T13:37:51.967Z","0.0.0-next-b743399-20240613133754":"2024-06-13T13:38:49.767Z","0.0.0-next-0047467-20240613185832":"2024-06-13T18:59:26.661Z","0.0.0-next-ee3c55a-20240613192532":"2024-06-13T19:26:27.946Z","0.0.0-next-ca84d05-20240613193957":"2024-06-13T19:40:51.579Z","2024.4.5":"2024-06-13T20:10:57.930Z","0.0.0-next-dcbd0bb-20240614042217":"2024-06-14T04:23:10.667Z","0.0.0-next-83fb14b-20240614172038":"2024-06-14T17:21:33.627Z","2024.4.6":"2024-06-14T18:26:49.534Z","0.0.0-next-0733875-20240614190649":"2024-06-14T19:07:45.003Z","0.0.0-next-d1975e1-20240614195854":"2024-06-14T19:59:47.017Z","0.0.0-next-c3baf78-20240617064339":"2024-06-17T06:44:33.588Z","0.0.0-next-6cd5554-20240618180421":"2024-06-18T18:05:17.240Z","2024.4.7":"2024-06-18T18:18:22.593Z","0.0.0-next-67a634f-20240618183604":"2024-06-18T18:37:02.631Z","0.0.0-next-de3f70b-20240619023655":"2024-06-19T02:37:49.613Z","0.0.0-next-0924410-20240620170850":"2024-06-20T17:09:54.314Z","0.0.0-next-54c2f7a-20240620171157":"2024-06-20T17:12:57.550Z","0.0.0-next-70e2da0-20240620171612":"2024-06-20T17:17:12.390Z","0.0.0-next-6a6278b-20240620180703":"2024-06-20T18:08:04.770Z","0.0.0-next-e432533-20240621134458":"2024-06-21T13:46:00.378Z","0.0.0-next-710625c-20240702194946":"2024-07-02T19:50:47.638Z","0.0.0-next-a0e84d7-20240703065927":"2024-07-03T07:00:33.752Z","0.0.0-next-58001b8-20240703213408":"2024-07-03T21:35:16.626Z","0.0.0-next-b3026d0-20240704084302":"2024-07-04T08:44:09.009Z","0.0.0-next-426bb39-20240705011539":"2024-07-05T01:16:44.837Z","0.0.0-next-ee28ee1-20240705042654":"2024-07-05T04:28:01.110Z","0.0.0-next-6e42eee-20240705103717":"2024-07-05T10:38:22.766Z","0.0.0-next-a5e03e2-20240705150344":"2024-07-05T15:04:52.055Z","0.0.0-next-6379d32-20240705184930":"2024-07-05T18:50:36.591Z","0.0.0-next-788291c-20240705192120":"2024-07-05T19:22:27.247Z","0.0.0-next-604040e-20240705200254":"2024-07-05T20:04:00.489Z","0.0.0-next-f306537-20240708081514":"2024-07-08T08:16:21.777Z","0.0.0-next-0f91388-20240708084806":"2024-07-08T08:49:13.925Z","0.0.0-next-c269065-20240708085446":"2024-07-08T08:55:53.971Z","0.0.0-next-18e76ba-20240708092928":"2024-07-08T09:30:36.134Z","0.0.0-next-ba5f528-20240709045138":"2024-07-09T04:52:45.631Z","0.0.0-next-66236ca-20240709203455":"2024-07-09T20:36:04.025Z","0.0.0-next-e868b0d-20240709203733":"2024-07-09T20:38:41.291Z","0.0.0-next-a1400d4-20240709205659":"2024-07-09T20:58:06.433Z","0.0.0-next-4f048f9-20240709222557":"2024-07-09T22:27:05.265Z","0.0.0-next-1e262fa-20240710151947":"2024-07-10T15:20:56.801Z","0.0.0-next-76e9285-20240710194941":"2024-07-10T19:50:51.104Z","0.0.0-next-893ccf5-20240711133202":"2024-07-11T13:33:10.026Z","2024.7.1":"2024-07-11T14:03:03.584Z","0.0.0-next-1bc33e0-20240711142513":"2024-07-11T14:26:13.651Z","0.0.0-next-8741464-20240711143533":"2024-07-11T14:36:34.282Z","0.0.0-next-84ebdfa-20240711195615":"2024-07-11T19:57:15.047Z","0.0.0-next-7d0bfe8-20240712202627":"2024-07-12T20:27:26.090Z","0.0.0-snapshot-20240712202726":"2024-07-12T20:27:44.692Z","0.0.0-next-22177cc-20240715011641":"2024-07-15T01:17:40.310Z","0.0.0-next-18ea233-20240716025531":"2024-07-16T02:56:31.575Z","0.0.0-next-6f9145b-20240716142618":"2024-07-16T14:27:19.046Z","0.0.0-next-8b2322d-20240716164327":"2024-07-16T16:44:29.366Z","0.0.0-next-c2eff9b-20240717003408":"2024-07-17T00:35:08.979Z","0.0.0-next-150854e-20240717170833":"2024-07-17T17:09:33.007Z","2024.7.2":"2024-07-17T17:27:40.302Z","0.0.0-next-220ae88-20240717173046":"2024-07-17T17:31:45.505Z","0.0.0-next-150aab4-20240717181438":"2024-07-17T18:15:38.344Z","0.0.0-next-7bf255e-20240718005850":"2024-07-18T00:59:49.498Z","0.0.0-next-25ab903-20240723214803":"2024-07-23T21:49:03.547Z","0.0.0-next-5339006-20240724180125":"2024-07-24T18:02:25.515Z","0.0.0-next-a2d9acf-20240729084911":"2024-07-29T08:50:12.135Z","0.0.0-next-6e057af-20240729144200":"2024-07-29T14:43:01.354Z","0.0.0-next-fae3123-20240729164729":"2024-07-29T16:48:29.081Z","0.0.0-next-bd04323-20240729200604":"2024-07-29T20:07:04.681Z","0.0.0-next-c7e7570-20240729201045":"2024-07-29T20:11:43.924Z","0.0.0-snapshot-20240729212719":"2024-07-29T21:27:38.641Z","0.0.0-next-cfbfc82-20240730141850":"2024-07-30T14:19:49.573Z","0.0.0-next-78bfde1-20240730142114":"2024-07-30T14:22:13.961Z","0.0.0-next-c0d7d91-20240730171856":"2024-07-30T17:19:55.233Z","0.0.0-next-d5636e0-20240730172104":"2024-07-30T17:22:03.771Z","0.0.0-snapshot-20240730202802":"2024-07-30T20:28:22.004Z","0.0.0-snapshot-20240730204555":"2024-07-30T20:46:14.773Z","0.0.0-next-31ea19e-20240731131725":"2024-07-31T13:18:24.135Z","0.0.0-next-dfb9be7-20240731150603":"2024-07-31T15:07:03.944Z","0.0.0-next-20a8e63-20240731154513":"2024-07-31T15:46:15.018Z","0.0.0-next-7f30f20-20240802150101":"2024-08-02T15:02:01.474Z","0.0.0-next-6e5d8ea-20240802170543":"2024-08-02T17:06:43.314Z","0.0.0-next-bf4e3d3-20240802214739":"2024-08-02T21:48:40.736Z","0.0.0-next-c204eac-20240805201413":"2024-08-05T20:15:13.704Z","0.0.0-next-b09e9a4-20240806200832":"2024-08-06T20:09:32.409Z","0.0.0-next-7710793-20240807101055":"2024-08-07T10:11:55.315Z","0.0.0-next-d73efa4-20240807175434":"2024-08-07T17:55:33.777Z","0.0.0-snapshot-20240807205839":"2024-08-07T20:59:08.763Z","0.0.0-snapshot-20240807210827":"2024-08-07T21:08:56.199Z","0.0.0-next-2d99fe1-20240808081550":"2024-08-08T08:16:50.475Z","0.0.0-next-6f3bfc4-20240808163844":"2024-08-08T16:39:47.161Z","0.0.0-next-96d3d66-20240808184613":"2024-08-08T18:47:14.084Z","0.0.0-next-80b3f67-20240809083757":"2024-08-09T08:38:58.182Z","0.0.0-next-7c4f67a-20240809091555":"2024-08-09T09:16:55.780Z","2024.7.3":"2024-08-09T09:34:55.040Z","0.0.0-next-92741e8-20240809102501":"2024-08-09T10:26:02.687Z","0.0.0-next-6578f32-20240809111309":"2024-08-09T11:14:07.885Z","0.0.0-next-db482f2-20240809111532":"2024-08-09T11:16:30.907Z","0.0.0-snapshot-20240809135620":"2024-08-09T13:56:42.887Z","0.0.0-snapshot-20240809204224":"2024-08-09T20:42:46.989Z","0.0.0-next-77e56f7-20240812145849":"2024-08-12T14:59:48.574Z","0.0.0-next-844417e-20240813194554":"2024-08-13T19:46:50.590Z","0.0.0-next-b0d3bc0-20240814093846":"2024-08-14T09:39:47.598Z","0.0.0-next-578d9e4-20240814100831":"2024-08-14T10:09:30.741Z","2024.7.4":"2024-08-14T10:13:53.652Z","0.0.0-next-e3ecbf9-20240814101644":"2024-08-14T10:17:44.979Z","0.0.0-snapshot-20240814172407":"2024-08-14T17:24:30.065Z","0.0.0-next-9dd4c61-20240815163719":"2024-08-15T16:38:25.377Z","0.0.0-next-6e8e2ef-20240816125852":"2024-08-16T12:59:59.626Z","0.0.0-next-d929b56-20240816211445":"2024-08-16T21:15:52.073Z","0.0.0-next-9f3612f-20240816222255":"2024-08-16T22:24:02.004Z","0.0.0-next-fc6bae2-20240819124645":"2024-08-19T12:47:52.361Z","0.0.0-next-2a86a7f-20240819140127":"2024-08-19T14:02:35.910Z","0.0.0-next-3fa4a8f-20240820095757":"2024-08-20T09:59:04.372Z","0.0.0-next-4ddfb12-20240820095919":"2024-08-20T10:00:25.611Z","0.0.0-next-e608de0-20240820100804":"2024-08-20T10:09:13.290Z","0.0.0-snapshot-20240820101343":"2024-08-20T10:14:45.797Z","0.0.0-next-29dfb8d-20240820101357":"2024-08-20T10:15:03.840Z","0.0.0-next-768e505-20240820102648":"2024-08-20T10:27:58.482Z","0.0.0-next-664a09d-20240820150750":"2024-08-20T15:08:59.474Z","0.0.0-next-2e504df-20240820203756":"2024-08-20T20:39:01.646Z","0.0.0-snapshot-20240821120305":"2024-08-21T12:04:06.674Z","0.0.0-snapshot-20240821120310":"2024-08-21T12:04:12.114Z","0.0.0-snapshot-20240821132307":"2024-08-21T13:24:11.355Z","0.0.0-next-1b217cd-20240821212654":"2024-08-21T21:28:01.597Z","0.0.0-snapshot-20240822161138":"2024-08-22T16:12:41.137Z","0.0.0-next-0933f81-20240823163107":"2024-08-23T16:32:14.198Z","0.0.0-next-0acf9d6-20240828155715":"2024-08-28T15:58:21.672Z","0.0.0-next-0c1e511-20240829162554":"2024-08-29T16:27:03.139Z","0.0.0-next-32c82bb-20240903170845":"2024-09-03T17:09:52.173Z","0.0.0-next-651c975-20240903170939":"2024-09-03T17:10:46.812Z","0.0.0-next-1a2534c-20240903171454":"2024-09-03T17:16:01.014Z","0.0.0-snapshot-20240903172745":"2024-09-03T17:28:49.152Z","0.0.0-next-ca0c769-20240903201125":"2024-09-03T20:12:32.601Z","0.0.0-next-92a53c4-20240903201238":"2024-09-03T20:13:48.485Z","0.0.0-snapshot-20240903233028":"2024-09-03T23:31:40.166Z","0.0.0-next-81f2b54-20240904173330":"2024-09-04T17:34:37.983Z","0.0.0-next-eefa820-20240904193439":"2024-09-04T19:35:47.432Z","0.0.0-next-d633e49-20240906163555":"2024-09-06T16:37:03.320Z","0.0.0-next-ed2657b-20240909175901":"2024-09-09T18:00:08.394Z","0.0.0-next-de8ba2b-20240909220655":"2024-09-09T22:08:03.411Z","0.0.0-next-21f37eb-20240911010540":"2024-09-11T01:06:47.718Z","0.0.0-next-ccdeb42-20240912010828":"2024-09-12T01:09:36.097Z","2024.7.5":"2024-09-12T01:30:03.681Z","0.0.0-next-1d174fb-20240912013824":"2024-09-12T01:39:24.549Z","0.0.0-next-d0ff37a-20240913175722":"2024-09-13T17:58:24.061Z","0.0.0-next-a123571-20240917010250":"2024-09-17T01:03:52.632Z","0.0.0-next-616dee2-20240917025841":"2024-09-17T02:59:40.838Z","2024.7.6":"2024-09-17T03:21:56.163Z","0.0.0-next-da5436e-20240917034351":"2024-09-17T03:44:52.009Z","0.0.0-next-07cd4a6-20240917145040":"2024-09-17T14:51:41.750Z","0.0.0-next-39f8f8f-20240917212036":"2024-09-17T21:21:37.826Z","0.0.0-next-59dabd0-20240918015944":"2024-09-18T02:00:46.787Z","0.0.0-next-d46fc08-20240918021226":"2024-09-18T02:13:26.834Z","2024.7.7":"2024-09-18T02:17:41.895Z","0.0.0-next-c21f7e2-20240918070322":"2024-09-18T07:04:21.326Z","0.0.0-next-3ec3155-20240918071720":"2024-09-18T07:18:22.778Z","0.0.0-next-f336303-20240925174053":"2024-09-25T17:41:53.485Z","0.0.0-next-8672769-20240925181315":"2024-09-25T18:14:15.241Z","2024.7.8":"2024-09-25T20:35:47.535Z","0.0.0-next-b58a220-20240925204259":"2024-09-25T20:43:57.497Z","0.0.0-next-7d1930e-20240926195340":"2024-09-26T19:54:39.717Z","0.0.0-next-04b4c7c-20240927032315":"2024-09-27T03:24:19.678Z","0.0.0-next-97a682f-20240930023321":"2024-09-30T02:34:29.674Z","0.0.0-next-9eb1857-20240930024226":"2024-09-30T02:43:30.927Z","0.0.0-next-0bc154c-20241001225703":"2024-10-01T22:58:08.961Z","0.0.0-next-06a0312-20241001231319":"2024-10-01T23:14:25.891Z","0.0.0-next-229d4aa-20241003085156":"2024-10-03T08:52:55.109Z","0.0.0-next-c1696a5-20241004043129":"2024-10-04T04:32:27.342Z","0.0.0-next-d08d8c3-20241004215321":"2024-10-04T21:54:22.004Z","0.0.0-next-495557f-20241004215619":"2024-10-04T21:57:18.355Z","0.0.0-next-440886c-20241007183653":"2024-10-07T18:37:55.775Z","0.0.0-next-e963389-20241008173459":"2024-10-08T17:35:59.281Z","2024.7.9":"2024-10-08T19:48:39.682Z","0.0.0-next-455784d-20241008215338":"2024-10-08T21:54:38.749Z","0.0.0-next-54a8824-20241009203707":"2024-10-09T20:38:10.684Z","0.0.0-next-84a66b1-20241021201640":"2024-10-21T20:17:40.932Z","0.0.0-next-8337e53-20241021202158":"2024-10-21T20:22:55.745Z","0.0.0-next-76cd4f9-20241021202239":"2024-10-21T20:23:38.281Z","0.0.0-next-c7c9f2e-20241021203454":"2024-10-21T20:35:52.883Z","0.0.0-next-a253ef9-20241021203544":"2024-10-21T20:36:47.198Z","0.0.0-next-8c89f29-20241021203659":"2024-10-21T20:37:58.319Z","0.0.0-next-547367c-20241021203720":"2024-10-21T20:38:19.694Z","0.0.0-next-0440166-20241021204546":"2024-10-21T20:46:45.548Z","0.0.0-next-809c9f3-20241021234850":"2024-10-21T23:49:49.151Z","0.0.0-next-664af1d-20241022132726":"2024-10-22T13:28:27.653Z","0.0.0-next-bca2f86-20241022202427":"2024-10-22T20:25:26.249Z","0.0.0-next-a0f660a-20241024162510":"2024-10-24T16:26:12.892Z","0.0.0-next-4cab652-20241024162526":"2024-10-24T16:26:25.790Z","0.0.0-next-d97cd56-20241024162619":"2024-10-24T16:27:17.819Z","0.0.0-next-ac12293-20241024174153":"2024-10-24T17:42:52.634Z","0.0.0-next-da42a2e-20241024175957":"2024-10-24T18:00:57.539Z","0.0.0-next-7f1eba4-20241024213647":"2024-10-24T21:37:46.570Z","0.0.0-next-149161d-20241025164256":"2024-10-25T16:43:55.450Z","0.0.0-next-29876f1-20241025183309":"2024-10-25T18:34:16.246Z","0.0.0-next-efab107-20241025203259":"2024-10-25T20:34:05.558Z","0.0.0-next-0f5ec61-20241025220605":"2024-10-25T22:07:13.270Z","0.0.0-next-41fca59-20241025224729":"2024-10-25T22:48:35.975Z","0.0.0-next-227035e-20241028211802":"2024-10-28T21:19:09.117Z","0.0.0-next-c500873-20241028212639":"2024-10-28T21:27:44.490Z","0.0.0-next-0dc9d3e-20241028212831":"2024-10-28T21:29:36.760Z","0.0.0-next-301b81f-20241029164947":"2024-10-29T16:50:54.592Z","2024.10.0":"2024-10-29T17:04:56.941Z","0.0.0-next-4a71305-20241029224341":"2024-10-29T22:44:41.169Z","0.0.0-next-3c002f7-20241030141519":"2024-10-30T14:16:19.167Z","0.0.0-next-5016b08-20241030181953":"2024-10-30T18:20:52.416Z","0.0.0-next-d9bd5f7-20241030190208":"2024-10-30T19:03:07.939Z","0.0.0-next-486d291-20241030203822":"2024-10-30T20:39:20.668Z","0.0.0-next-2809873-20241030221704":"2024-10-30T22:18:03.773Z","0.0.0-next-c8d1306-20241101205022":"2024-11-01T20:51:19.807Z","0.0.0-next-96de5b8-20241101205758":"2024-11-01T20:58:56.332Z","0.0.0-next-74a10c7-20241101210124":"2024-11-01T21:02:24.352Z","0.0.0-next-692b4cb-20241101210335":"2024-11-01T21:04:33.565Z","0.0.0-next-2a978cd-20241106003319":"2024-11-06T00:34:19.033Z","0.0.0-snapshot-20241118174207":"2024-11-18T17:43:08.070Z","0.0.0-next-0aced0f-20241126211411":"2024-11-26T21:15:10.187Z","0.0.0-next-e99b7d2-20241126211430":"2024-11-26T21:15:29.670Z","0.0.0-next-1a4d4da-20241126211758":"2024-11-26T21:18:55.953Z","0.0.0-next-9979415-20241126211811":"2024-11-26T21:19:08.816Z","0.0.0-next-23a80f3-20241127181804":"2024-11-27T18:19:04.599Z","0.0.0-snapshot-20241203192325":"2024-12-03T19:24:24.844Z","0.0.0-next-f88f4a0-20241205172348":"2024-12-05T17:24:47.094Z","0.0.0-next-91d60fd-20241206194248":"2024-12-06T19:43:49.531Z","0.0.0-next-8f64915-20241210001159":"2024-12-10T00:12:59.176Z","0.0.0-snapshot-20241210144810":"2024-12-10T14:49:10.167Z","0.0.0-snapshot-20241210171242":"2024-12-10T17:13:42.170Z","0.0.0-next-a57d526-20241210211901":"2024-12-10T21:20:00.814Z","0.0.0-next-105b31d-20241210223826":"2024-12-10T22:39:27.925Z","0.0.0-next-2c1c457-20241210224218":"2024-12-10T22:43:19.753Z","0.0.0-next-b8955ad-20241210224455":"2024-12-10T22:45:54.936Z","0.0.0-next-f0b3fb7-20241210230312":"2024-12-10T23:04:11.828Z","0.0.0-next-dd0fea8-20241211161609":"2024-12-11T16:17:12.576Z","0.0.0-next-b866884-20241211165300":"2024-12-11T16:54:03.828Z","2024.10.1":"2024-12-11T17:13:22.342Z","0.0.0-next-dd3b070-20241211181520":"2024-12-11T18:16:21.764Z","0.0.0-next-73c3fcf-20241211203238":"2024-12-11T20:33:38.690Z","0.0.0-next-e6654f0-20241212085448":"2024-12-12T08:55:47.190Z","0.0.0-next-c6951e5-20241216020537":"2024-12-16T02:06:36.142Z","0.0.0-next-f6f5af9-20250107215401":"2025-01-07T21:55:03.842Z","0.0.0-next-6db65cc-20250108182523":"2025-01-08T18:26:22.486Z","0.0.0-snapshot-20250109174352":"2025-01-09T17:44:57.605Z","0.0.0-next-fdab06f-20250109183622":"2025-01-09T18:37:29.409Z","0.0.0-next-38e98bb-20250110191211":"2025-01-10T19:13:20.855Z","0.0.0-next-ed625de-20250110220014":"2025-01-10T22:01:20.561Z","0.0.0-next-49156e9-20250113182902":"2025-01-13T18:30:09.110Z","0.0.0-next-650d57b-20250114174616":"2025-01-14T17:47:23.980Z","0.0.0-next-6bc6068-20250115162926":"2025-01-15T16:30:34.522Z","0.0.0-next-b45de26-20250120163934":"2025-01-20T16:40:45.771Z","0.0.0-next-064de13-20250123213625":"2025-01-23T21:37:33.930Z","0.0.0-next-e90bc58-20250123223040":"2025-01-23T22:31:48.925Z","0.0.0-next-ae6d71f-20250127182349":"2025-01-27T18:24:58.118Z","0.0.0-next-f25a0d4-20250127184004":"2025-01-27T18:41:11.991Z","0.0.0-next-08b7fa5-20250127185142":"2025-01-27T18:52:52.183Z","0.0.0-next-68110f3-20250128164951":"2025-01-28T16:50:59.224Z","0.0.0-next-ae97a81-20250128165008":"2025-01-28T16:51:16.116Z","0.0.0-next-1b86701-20250128165142":"2025-01-28T16:52:50.249Z","0.0.0-next-956bb80-20250128191113":"2025-01-28T19:12:21.882Z","0.0.0-next-e21a0e3-20250128195727":"2025-01-28T19:58:34.272Z","0.0.0-next-3b0fb6e-20250128205050":"2025-01-28T20:51:56.920Z","0.0.0-next-bf39d28-20250129224231":"2025-01-29T22:43:39.838Z","0.0.0-next-888640e-20250130171812":"2025-01-30T17:19:20.924Z","0.0.0-snapshot-20250130173616":"2025-01-30T17:37:30.630Z","0.0.0-snapshot-20250130174249":"2025-01-30T17:44:03.074Z","0.0.0-next-97f7586-20250130182159":"2025-01-30T18:23:07.033Z","0.0.0-next-97f7586-20250130191911":"2025-01-30T19:20:22.616Z","0.0.0-next-5f5a20a-20250130193316":"2025-01-30T19:34:27.039Z","2025.1.0":"2025-01-30T21:27:16.376Z","0.0.0-next-76a82ce-20250130213515":"2025-01-30T21:36:15.726Z","0.0.0-next-ebd5541-20250130220247":"2025-01-30T22:03:46.664Z","0.0.0-next-517c71c-20250130222847":"2025-01-30T22:29:46.935Z","0.0.0-next-823022a-20250131192714":"2025-01-31T19:28:14.702Z","0.0.0-next-5af18d0-20250131193252":"2025-01-31T19:33:53.649Z","0.0.0-snapshot-20250204175950":"2025-02-04T18:00:50.278Z","0.0.0-next-8c71757-20250205184246":"2025-02-05T18:43:48.656Z","0.0.0-next-3ea2582-20250205194100":"2025-02-05T19:42:03.511Z","0.0.0-next-cd65685-20250206193127":"2025-02-06T19:32:28.770Z","0.0.0-next-4e81bd1-20250207195557":"2025-02-07T19:56:58.266Z","0.0.0-next-859153d-20250207221957":"2025-02-07T22:21:00.671Z","0.0.0-next-6bff6b6-20250212111640":"2025-02-12T11:17:42.121Z","0.0.0-next-3af2e45-20250212172733":"2025-02-12T17:28:35.135Z","0.0.0-next-49f997c-20250212172750":"2025-02-12T17:28:52.039Z","0.0.0-next-b26a98e-20250212201057":"2025-02-12T20:11:57.869Z","0.0.0-next-f151e1e-20250213185404":"2025-02-13T18:55:08.209Z","2025.1.1":"2025-02-14T19:19:49.282Z","0.0.0-next-24379e7-20250214192353":"2025-02-14T19:24:53.381Z","0.0.0-next-5ad3373-20250217162812":"2025-02-17T16:29:14.015Z","0.0.0-next-61fdf0a-20250218130306":"2025-02-18T13:04:07.411Z","0.0.0-next-fc9f7b4-20250218183048":"2025-02-18T18:31:48.994Z","0.0.0-next-34bfd9b-20250219083431":"2025-02-19T08:35:33.240Z","0.0.0-next-4f284bd-20250219121428":"2025-02-19T12:15:28.162Z","0.0.0-next-91d2f07-20250219194311":"2025-02-19T19:44:14.783Z","0.0.0-next-128dfcd-20250219200003":"2025-02-19T20:01:04.775Z","2025.1.2":"2025-02-19T20:13:33.511Z","0.0.0-next-b73713e-20250220200858":"2025-02-20T20:09:58.672Z","0.0.0-next-e9310c6-20250220201442":"2025-02-20T20:15:43.096Z","0.0.0-next-07cc4aa-20250226174642":"2025-02-26T17:47:49.561Z","0.0.0-next-e6e72e9-20250303100012":"2025-03-03T10:01:19.361Z","0.0.0-next-3888c3e-20250311120954":"2025-03-11T12:11:01.751Z","0.0.0-next-428e6d7-20250312114406":"2025-03-12T11:45:14.963Z","0.0.0-next-516085e-20250314145008":"2025-03-14T14:51:15.574Z","0.0.0-snapshot-20250314181834":"2025-03-14T18:19:40.366Z","0.0.0-next-bc81bbd-20250317152024":"2025-03-17T15:21:36.545Z","0.0.0-snapshot-20250318154141":"2025-03-18T15:42:58.769Z","0.0.0-next-956e838-20250319152137":"2025-03-19T15:22:48.156Z","0.0.0-next-64a8ef2-20250319160240":"2025-03-19T16:03:50.511Z","0.0.0-snapshot-20250319224903":"2025-03-19T22:50:11.714Z","0.0.0-snapshot-20250320155609":"2025-03-20T15:57:16.966Z","0.0.0-snapshot-20250320172256":"2025-03-20T17:24:05.091Z","0.0.0-next-0425e50-20250320214033":"2025-03-20T21:41:45.261Z","0.0.0-snapshot-20250321172553":"2025-03-21T17:27:23.251Z","0.0.0-snapshot-20250321203919":"2025-03-21T20:40:46.852Z","0.0.0-snapshot-20250321210338":"2025-03-21T21:05:05.597Z","0.0.0-next-74ef1ba-20250324164124":"2025-03-24T16:42:43.346Z","0.0.0-next-74ef1ba-20250326212916":"2025-03-26T21:30:33.519Z","0.0.0-next-f0c481f-20250327162012":"2025-03-27T16:21:31.917Z","0.0.0-next-67c211c-20250327172448":"2025-03-27T17:26:07.153Z","2025.1.3":"2025-03-27T17:49:46.073Z","0.0.0-next-e7408fb-20250328101951":"2025-03-28T10:21:03.428Z","0.0.0-next-b3fc64a-20250328110117":"2025-03-28T11:02:26.595Z","0.0.0-next-2a67760-20250328153802":"2025-03-28T15:39:13.068Z","0.0.0-snapshot-20250328180651":"2025-03-28T18:08:00.384Z","0.0.0-next-e35e73a-20250328181530":"2025-03-28T18:16:40.592Z","0.0.0-next-5621fe4-20250328183903":"2025-03-28T18:40:14.077Z","0.0.0-next-45f873f-20250328215906":"2025-03-28T22:00:16.031Z","0.0.0-next-cd76a0d-20250328220425":"2025-03-28T22:05:35.004Z","0.0.0-snapshot-20250401110008":"2025-04-01T11:01:17.600Z","0.0.0-next-b543327-20250401171300":"2025-04-01T17:14:09.811Z","0.0.0-snapshot-20250401182347":"2025-04-01T18:24:59.840Z","0.0.0-next-92b3d0c-20250403193059":"2025-04-03T19:32:19.574Z","0.0.0-snapshot-20250404161925":"2025-04-04T16:20:36.024Z","0.0.0-snapshot-20250404162914":"2025-04-04T16:30:34.633Z","0.0.0-snapshot-20250408190305":"2025-04-08T19:04:19.127Z","0.0.0-next-2333e83-20250408201859":"2025-04-08T20:20:10.481Z","0.0.0-next-642bde4-20250408212203":"2025-04-08T21:23:15.480Z","0.0.0-snapshot-20250408212515":"2025-04-08T21:26:24.816Z","0.0.0-snapshot-20250408225709":"2025-04-08T22:58:23.312Z","0.0.0-next-366119f-20250409150351":"2025-04-09T15:05:01.412Z","0.0.0-next-bc6be29-20250410142419":"2025-04-10T14:25:29.515Z","0.0.0-next-3d071a1-20250411170529":"2025-04-11T17:06:43.624Z","0.0.0-next-a63c3ba-20250411203227":"2025-04-11T20:33:36.968Z","0.0.0-next-18483c6-20250411203302":"2025-04-11T20:34:16.185Z","0.0.0-next-6a4967c-20250414143051":"2025-04-14T14:32:04.933Z","0.0.0-next-2aff369-20250414143133":"2025-04-14T14:32:43.578Z","0.0.0-snapshot-20250414204700":"2025-04-14T20:48:14.335Z","0.0.0-snapshot-20250415170037":"2025-04-15T17:02:02.713Z","0.0.0-next-e7db0a5-20250415194558":"2025-04-15T19:47:17.572Z","0.0.0-next-61ddf92-20250416163850":"2025-04-16T16:40:07.518Z","0.0.0-snapshot-20250422154427":"2025-04-22T15:45:51.835Z","0.0.0-next-d1bc804-20250422182244":"2025-04-22T18:24:08.885Z","0.0.0-next-60a1eb1-20250423095037":"2025-04-23T09:51:57.354Z","0.0.0-snapshot-20250423113549":"2025-04-23T11:37:11.573Z","0.0.0-next-62dc2f3-20250423135236":"2025-04-23T13:53:56.381Z","0.0.0-next-eeffb74-20250423144226":"2025-04-23T14:43:46.688Z","0.0.0-next-e725808-20250424100023":"2025-04-24T10:01:41.385Z","0.0.0-next-2529b8c-20250424154057":"2025-04-24T15:42:17.086Z","0.0.0-next-f80f3bc-20250424191528":"2025-04-24T19:16:49.524Z","0.0.0-next-bb04693-20250424223700":"2025-04-24T22:38:21.243Z","0.0.0-snapshot-20250425160142":"2025-04-25T16:03:04.830Z","0.0.0-next-f639f8a-20250428165613":"2025-04-28T16:57:32.078Z","2025.1.4":"2025-04-28T17:55:21.656Z","0.0.0-next-2fea63b-20250428185922":"2025-04-28T19:00:32.735Z","0.0.0-next-f0719cc-20250428191208":"2025-04-28T19:13:20.077Z","0.0.0-snapshot-20250429141628":"2025-04-29T14:17:44.935Z","0.0.0-snapshot-20250429145519":"2025-04-29T14:56:28.571Z","0.0.0-next-e1d77d5-20250429170953":"2025-04-29T17:11:05.545Z","0.0.0-snapshot-20250430104149":"2025-04-30T10:43:00.852Z","0.0.0-next-47c1c9d-20250430155248":"2025-04-30T15:54:00.633Z","0.0.0-next-c34d66c-20250430160008":"2025-04-30T16:01:18.442Z","0.0.0-next-01b89bb-20250430161158":"2025-04-30T16:13:09.772Z","0.0.0-next-72903c1-20250502163801":"2025-05-02T16:39:13.403Z","0.0.0-snapshot-20250505153052":"2025-05-05T15:32:10.371Z","0.0.0-next-af23e71-20250506082709":"2025-05-06T08:28:20.586Z","0.0.0-next-640cb3f-20250506084804":"2025-05-06T08:49:15.900Z","0.0.0-next-ef5599f-20250506084939":"2025-05-06T08:50:50.902Z","0.0.0-snapshot-20250506101941":"2025-05-06T10:20:51.354Z","0.0.0-next-c607aa7-20250506103201":"2025-05-06T10:33:14.933Z","0.0.0-snapshot-20250506103208":"2025-05-06T10:33:18.386Z","0.0.0-next-9d8a664-20250506111816":"2025-05-06T11:19:27.422Z","0.0.0-next-2ff5349-20250506151658":"2025-05-06T15:18:09.122Z","0.0.0-snapshot-20250506161608":"2025-05-06T16:17:20.060Z","0.0.0-next-06bb44a-20250507085625":"2025-05-07T08:57:35.060Z","0.0.0-next-658f0c7-20250507105038":"2025-05-07T10:51:48.425Z","0.0.0-next-a78a9f5-20250508112825":"2025-05-08T11:29:37.283Z","0.0.0-next-6fc6b23-20250508124857":"2025-05-08T12:50:08.689Z","0.0.0-next-55039b9-20250509113248":"2025-05-09T11:33:59.746Z","0.0.0-next-b76fbb6-20250509122050":"2025-05-09T12:22:03.718Z","0.0.0-next-4fa2550-20250509132752":"2025-05-09T13:29:05.489Z","0.0.0-next-b81c247-20250512205832":"2025-05-12T20:59:44.144Z","0.0.0-next-24a6a51-20250513111315":"2025-05-13T11:14:25.411Z","0.0.0-next-d90aee4-20250513113148":"2025-05-13T11:33:03.267Z","0.0.0-next-bd55b24-20250513155906":"2025-05-13T16:00:19.568Z","0.0.0-snapshot-20250514180341":"2025-05-14T18:05:02.528Z","0.0.0-next-c434324-20250515103500":"2025-05-15T10:36:10.871Z","0.0.0-next-778ca71-20250515104541":"2025-05-15T10:46:51.499Z","0.0.0-next-90f8944-20250515112934":"2025-05-15T11:30:45.891Z","0.0.0-next-fbc7d12-20250515114643":"2025-05-15T11:47:55.554Z","0.0.0-next-c58ddde-20250515121303":"2025-05-15T12:14:13.918Z","0.0.0-next-55f1e46-20250515133102":"2025-05-15T13:32:14.080Z","0.0.0-next-f118782-20250515133944":"2025-05-15T13:40:56.152Z","0.0.0-next-9fc1b13-20250515151704":"2025-05-15T15:18:15.822Z","0.0.0-next-1fff0f8-20250515164521":"2025-05-15T16:46:42.668Z","0.0.0-snapshot-20250515182641":"2025-05-15T18:28:06.650Z","0.0.0-next-afc7311-20250516091234":"2025-05-16T09:13:47.040Z","0.0.0-next-87da752-20250516094441":"2025-05-16T09:45:56.455Z","0.0.0-next-0e08d7b-20250516122502":"2025-05-16T12:26:12.853Z","2025.4.0":"2025-05-19T10:34:05.690Z","0.0.0-next-3ecb9d6-20250519104625":"2025-05-19T10:47:35.510Z","0.0.0-next-a7e33c1-20250519134342":"2025-05-19T13:44:53.223Z","0.0.0-snapshot-20250519155503":"2025-05-19T15:56:14.811Z","0.0.0-next-593aabf-20250519192611":"2025-05-19T19:27:22.961Z","0.0.0-next-6a0a806-20250519200105":"2025-05-19T20:02:17.771Z","0.0.0-snapshot-20250519200352":"2025-05-19T20:05:02.970Z","0.0.0-next-985a3c6-20250520101726":"2025-05-20T10:18:36.536Z","0.0.0-next-5a3364b-20250520101758":"2025-05-20T10:19:09.504Z","0.0.0-snapshot-20250520122031":"2025-05-20T12:21:41.481Z","0.0.0-next-e9132d8-20250520153420":"2025-05-20T15:35:31.028Z","0.0.0-next-b01c336-20250520155207":"2025-05-20T15:53:17.205Z","0.0.0-next-3e9e0e5-20250520170137":"2025-05-20T17:02:48.133Z","0.0.0-next-71a4a71-20250520170811":"2025-05-20T17:09:21.979Z","2025.4.1":"2025-05-20T21:25:38.430Z","0.0.0-next-d12c521-20250521090858":"2025-05-21T09:10:08.720Z","0.0.0-next-9d4e994-20250521101905":"2025-05-21T10:20:14.672Z","0.0.0-next-2e32e77-20250521105735":"2025-05-21T10:58:46.629Z","2025.5.0":"2025-05-21T11:16:09.644Z","0.0.0-next-bd88c4a-20250521112639":"2025-05-21T11:27:50.034Z","0.0.0-next-0af83a0-20250521124417":"2025-05-21T12:45:26.757Z","0.0.0-next-2955dea-20250521124526":"2025-05-21T12:46:35.470Z","0.0.0-next-d9cd83b-20250521171221":"2025-05-21T17:13:30.801Z","0.0.0-next-54fd1c6-20250521175328":"2025-05-21T17:54:37.765Z","0.0.0-next-e873440-20250521182750":"2025-05-21T18:29:03.340Z","0.0.0-next-469e727-20250521184854":"2025-05-21T18:50:05.422Z","0.0.0-next-66fdb42-20250521191643":"2025-05-21T19:17:54.145Z","0.0.0-next-d63f851-20250603134728":"2025-06-03T13:48:38.011Z","0.0.0-next-14aa405-20250605201326":"2025-06-05T20:14:35.849Z","0.0.0-next-1bdb046-20250609180529":"2025-06-09T18:06:40.927Z","0.0.0-next-10c73b3-20250609202158":"2025-06-09T20:23:09.780Z","0.0.0-next-71cffb0-20250610205701":"2025-06-10T20:58:11.472Z","0.0.0-next-4129da5-20250612110823":"2025-06-12T11:09:36.936Z","0.0.0-next-195eefe-20250617150734":"2025-06-17T15:08:46.418Z","0.0.0-next-e458ff1-20250619123000":"2025-06-19T12:31:10.681Z","0.0.0-next-bd691ec-20250620160507":"2025-06-20T16:06:16.929Z","0.0.0-next-6d5b52d-20250625090551":"2025-06-25T09:07:00.885Z","0.0.0-snapshot-20250625191530":"2025-06-25T19:16:50.110Z","0.0.0-next-3dd2980-20250701150917":"2025-07-01T15:10:32.350Z","0.0.0-next-5068a05-20250709165731":"2025-07-09T16:58:44.877Z","0.0.0-next-e38273f-20250709173659":"2025-07-09T17:38:10.733Z","0.0.0-next-ce2e633-20250709175132":"2025-07-09T17:52:41.495Z","0.0.0-snapshot-20250709190918":"2025-07-09T19:10:30.470Z","0.0.0-next-d92381b-20250710180346":"2025-07-10T18:04:56.424Z","0.0.0-next-a1185fa-20250710182115":"2025-07-10T18:22:26.586Z","0.0.0-next-1755eb6-20250710212543":"2025-07-10T21:26:56.290Z","0.0.0-next-a37ec6c-20250715185931":"2025-07-15T19:00:49.441Z","0.0.0-next-c4fee05-20250716164136":"2025-07-16T16:42:57.306Z","0.0.0-next-dedc3a5-20250725164856":"2025-07-25T16:50:14.415Z","0.0.0-next-b9689e8-20250725180248":"2025-07-25T18:04:07.656Z","0.0.0-next-fdb09e1-20250729172229":"2025-07-29T17:23:40.621Z","0.0.0-next-a1f2538-20250729173708":"2025-07-29T17:38:20.407Z","0.0.0-next-ae7bedc-20250729180629":"2025-07-29T18:07:47.683Z","0.0.0-next-bf572b7-20250730170413":"2025-07-30T17:05:34.156Z","0.0.0-next-7f335f2-20250730214243":"2025-07-30T21:44:03.953Z","0.0.0-next-ffb3afe-20250730223411":"2025-07-30T22:35:29.970Z","0.0.0-next-88d6ed6-20250731171536":"2025-07-31T17:16:56.035Z","0.0.0-next-89d417c-20250731180735":"2025-07-31T18:08:53.947Z","0.0.0-next-2ff30f0-20250804222059":"2025-08-04T22:22:18.733Z","0.0.0-next-315ebe2-20250806194508":"2025-08-06T19:46:25.333Z","0.0.0-next-fb8b346-20250813165852":"2025-08-13T17:00:09.758Z","0.0.0-next-d14aea7-20250815155636":"2025-08-15T15:57:55.109Z","0.0.0-next-eb4ba09-20250815170026":"2025-08-15T17:01:45.726Z","0.0.0-next-1bff1da-20250818223727":"2025-08-18T22:38:44.507Z","0.0.0-next-b79e92f-20250821155452":"2025-08-21T15:56:11.368Z","0.0.0-next-43f4fba-20250821171510":"2025-08-21T17:16:30.760Z","0.0.0-next-ded19b5-20250821183344":"2025-08-21T18:35:03.251Z","0.0.0-next-24de7c0-20250821183409":"2025-08-21T18:35:29.127Z","0.0.0-next-3d21293-20250821190125":"2025-08-21T19:02:44.084Z","0.0.0-next-02013fe-20250821194821":"2025-08-21T19:49:41.398Z","0.0.0-next-39b718b-20250821205702":"2025-08-21T20:58:19.485Z","0.0.0-next-48cbd45-20250822035749":"2025-08-22T03:59:06.635Z","0.0.0-next-cf7410b-20250822220750":"2025-08-22T22:09:08.176Z","0.0.0-next-149816e-20250826211511":"2025-08-26T21:16:32.434Z","0.0.0-next-ea5f3bf-20250827015137":"2025-08-27T01:52:55.649Z","0.0.0-next-054c2b3-20250904155720":"2025-09-04T15:58:39.731Z","0.0.0-next-4bcfd72-20250909154154":"2025-09-09T15:43:15.361Z","0.0.0-next-932fb0f-20250911201620":"2025-09-11T20:17:46.428Z","0.0.0-next-6d06766-20250911202118":"2025-09-11T20:22:45.452Z","0.0.0-next-f1cc964-20250911215713":"2025-09-11T21:58:35.185Z","0.0.0-next-97790d0-20250911224705":"2025-09-11T22:48:26.345Z","0.0.0-next-c08a61f-20250911235255":"2025-09-11T23:54:19.781Z","0.0.0-next-25de7fb-20250912025207":"2025-09-12T02:53:30.099Z","0.0.0-next-864806e-20250912031334":"2025-09-12T03:14:57.392Z","0.0.0-next-d57782a-20250912064232":"2025-09-12T06:43:53.734Z","0.0.0-next-5e769cf-20250912065221":"2025-09-12T06:53:43.960Z","0.0.0-next-2002c6c-20250912071919":"2025-09-12T07:20:46.037Z","0.0.0-next-1328e86-20250912144512":"2025-09-12T14:46:36.146Z","0.0.0-next-0d165ff-20250912161340":"2025-09-12T16:15:32.318Z","0.0.0-next-1f9640d-20250912170812":"2025-09-12T17:10:06.493Z","0.0.0-next-4daf37e-20250912210237":"2025-09-12T21:04:27.918Z","0.0.0-next-cae74cf-20250916175214":"2025-09-16T17:54:05.963Z","0.0.0-next-75623a5-20250916203011":"2025-09-16T20:32:03.120Z","0.0.0-next-0b4f01c-20250916215235":"2025-09-16T21:54:26.573Z","0.0.0-next-df645c3-20250917164114":"2025-09-17T16:43:08.874Z","0.0.0-next-781a0c5-20250918125705":"2025-09-18T12:58:57.077Z","0.0.0-next-82de017-20250918125915":"2025-09-18T13:01:09.464Z","0.0.0-next-147c5bd-20250918175443":"2025-09-18T17:56:36.339Z","0.0.0-next-2529031-20250918221654":"2025-09-18T22:18:44.566Z","0.0.0-next-b5e233d-20250924145630":"2025-09-24T14:58:27.068Z","0.0.0-next-f569cb3-20250924193603":"2025-09-24T19:37:53.366Z","0.0.0-next-604b2d6-20250925013002":"2025-09-25T01:31:55.108Z","0.0.0-next-9d0e85f-20250925142605":"2025-09-25T14:28:00.594Z","0.0.0-next-5b23ad7-20250925161212":"2025-09-25T16:14:07.355Z","0.0.0-next-aef8cf7-20250926023759":"2025-09-26T02:39:51.054Z","0.0.0-next-da9421f-20250926124742":"2025-09-26T12:49:35.088Z","0.0.0-next-1891dfe-20250926124800":"2025-09-26T12:49:56.265Z","0.0.0-next-b14dc96-20250926194253":"2025-09-26T19:44:45.407Z","0.0.0-next-537dbc4-20250930035509":"2025-09-30T03:57:06.145Z","2025.7.0":"2025-09-30T16:17:21.670Z","0.0.0-next-65f9e3c-20250930192608":"2025-09-30T19:27:50.616Z","0.0.0-next-3b715e9-20250930195113":"2025-09-30T19:52:55.875Z","0.0.0-next-b30beab-20250930202239":"2025-09-30T20:24:24.695Z","0.0.0-next-08839fe-20251001001202":"2025-10-01T00:13:48.841Z","0.0.0-next-7b5caa9-20251001003028":"2025-10-01T00:32:11.117Z","0.0.0-next-12374c8-20251001003449":"2025-10-01T00:36:34.918Z","0.0.0-next-0511444-20251002040031":"2025-10-02T04:02:11.934Z","0.0.0-next-83d81fc-20251003015946":"2025-10-03T02:01:30.995Z","0.0.0-next-4f5db28-20251003110015":"2025-10-03T11:01:57.724Z","0.0.0-next-2ba29bb-20251003113338":"2025-10-03T11:35:16.874Z","0.0.0-next-3479e6f-20251003190323":"2025-10-03T19:05:08.519Z","0.0.0-next-3785513-20251007171425":"2025-10-07T17:16:08.509Z","0.0.0-next-ee00f10-20251007215010":"2025-10-07T21:51:55.022Z","0.0.0-next-2db7b0f-20251009162555":"2025-10-09T16:27:38.075Z","0.0.0-next-22b8fef-20251014160453":"2025-10-14T16:06:41.825Z","0.0.0-next-5a38948-20251107213636":"2025-11-07T21:38:11.157Z","0.0.0-next-75c03eb-20251118225456":"2025-11-18T22:56:42.231Z","0.0.0-next-4ebfadc-20251118230657":"2025-11-18T23:08:40.804Z","0.0.0-snapshot-20251209010610":"2025-12-09T01:07:52.313Z","0.0.0-next-3debe1a-20260108194635":"2026-01-08T19:47:55.864Z","2025.7.1":"2026-01-08T19:52:25.029Z","0.0.0-next-5873d83-20260112231215":"2026-01-12T23:13:37.952Z","0.0.0-next-84adfae-20260113011453":"2026-01-13T01:16:12.742Z","0.0.0-next-702f966-20260113034301":"2026-01-13T03:44:21.754Z","0.0.0-next-6d22e45-20260113044309":"2026-01-13T04:44:30.664Z","0.0.0-next-3440887-20260113210408":"2026-01-13T21:05:26.366Z","2025.7.2":"2026-01-13T22:15:21.644Z","0.0.0-next-3d66720-20260113234003":"2026-01-13T23:41:02.517Z","2025.5.1":"2026-01-13T23:44:37.525Z","0.0.0-next-37373ce-20260113234426":"2026-01-13T23:45:24.119Z","2025.4.2":"2026-01-14T02:07:49.425Z","0.0.0-next-9da0d9c-20260114021015":"2026-01-14T02:11:36.917Z","2025.1.5":"2026-01-14T02:42:47.247Z","0.0.0-next-dbbc1cd-20260114045948":"2026-01-14T05:01:09.286Z","2024.7.10":"2026-01-14T05:15:17.393Z","2024.10.2":"2026-01-14T05:15:40.774Z","0.0.0-next-2333a58-20260114173845":"2026-01-14T17:40:10.181Z","0.0.0-next-ad44ec6-20260114205434":"2026-01-14T20:55:31.508Z","0.0.0-next-6b656fc-20260114214150":"2026-01-14T21:43:12.665Z","0.0.0-next-0e1ceab-20260115012614":"2026-01-15T01:27:34.971Z","0.0.0-next-55c4f2c-20260115013811":"2026-01-15T01:39:35.445Z","0.0.0-next-edf0602-20260115162944":"2026-01-15T16:31:07.854Z","0.0.0-next-eb60476-20260115164900":"2026-01-15T16:50:23.984Z","0.0.0-next-42f37c4-20260115210213":"2026-01-15T21:03:35.928Z","0.0.0-next-19215e6-20260116213811":"2026-01-16T21:39:32.725Z","0.0.0-next-f01dda1-20260117012701":"2026-01-17T01:28:23.832Z","0.0.0-next-7c077f5-20260120050245":"2026-01-20T05:04:06.850Z","0.0.0-next-2762305-20260120052934":"2026-01-20T05:30:55.887Z","0.0.0-next-7f0d99e-20260121005650":"2026-01-21T00:58:10.757Z","2025.7.3":"2026-01-21T01:04:57.166Z","0.0.0-next-3b31f86-20260121031916":"2026-01-21T03:20:38.406Z","0.0.0-next-e7cb642-20260127170943":"2026-01-27T17:11:06.503Z","0.0.0-next-ab666dc-20260127172729":"2026-01-27T17:28:54.661Z","0.0.0-next-0516581-20260127173428":"2026-01-27T17:35:49.742Z","0.0.0-next-0e61522-20260127191646":"2026-01-27T19:18:10.170Z","0.0.0-next-60fe949-20260127201914":"2026-01-27T20:20:44.170Z","0.0.0-next-e01381a-20260128040109":"2026-01-28T04:02:34.193Z","0.0.0-next-8da7eba-20260128150421":"2026-01-28T15:05:40.237Z","0.0.0-next-43eab8c-20260128154937":"2026-01-28T15:51:01.336Z","0.0.0-next-284675a-20260129003539":"2026-01-29T00:36:56.090Z","0.0.0-next-38f8a79-20260130021506":"2026-01-30T02:16:28.959Z","0.0.0-next-c1703a8-20260130061312":"2026-01-30T06:14:34.475Z","0.0.0-next-d3499df-20260130155127":"2026-01-30T15:52:51.339Z","0.0.0-next-64ccf8d-20260130171528":"2026-01-30T17:16:50.204Z","0.0.0-next-6fd0a3e-20260130172443":"2026-01-30T17:26:04.913Z","2025.10.0":"2026-01-30T18:52:24.833Z","0.0.0-next-d62c387-20260203173802":"2026-02-03T17:39:21.284Z","0.0.0-next-9f9cf42-20260203181751":"2026-02-03T18:19:11.077Z","0.0.0-next-19c3c8f-20260204161239":"2026-02-04T16:13:59.962Z","0.0.0-next-5443867-20260204170133":"2026-02-04T17:02:54.627Z","0.0.0-next-9996d6a-20260205034929":"2026-02-05T03:50:51.997Z","0.0.0-next-178e0c8-20260205190156":"2026-02-05T19:03:18.713Z","0.0.0-next-69b56fd-20260206112335":"2026-02-06T11:24:56.250Z","0.0.0-next-ab18c4c-20260206114751":"2026-02-06T11:49:14.719Z","0.0.0-next-e7ce1a4-20260206161842":"2026-02-06T16:20:05.411Z","0.0.0-next-35a203d-20260206181227":"2026-02-06T18:13:48.847Z","0.0.0-next-7a10ee9-20260206184126":"2026-02-06T18:42:47.960Z","0.0.0-next-03b5374-20260206184956":"2026-02-06T18:51:18.066Z","0.0.0-next-45bed1d-20260206192605":"2026-02-06T19:27:28.259Z","2025.10.1":"2026-02-06T19:40:35.692Z","0.0.0-next-d46c886-20260206201535":"2026-02-06T20:16:53.245Z","2026.1.0":"2026-02-09T17:34:50.168Z","0.0.0-next-a2ce62b-20260210153244":"2026-02-10T15:34:07.371Z","0.0.0-next-130e6ea-20260212180012":"2026-02-12T18:01:33.302Z","0.0.0-next-ff93a1d-20260216125224":"2026-02-16T12:54:03.658Z","0.0.0-next-22d0d97-20260216163049":"2026-02-16T16:32:29.089Z","0.0.0-next-207d1cd-20260216183832":"2026-02-16T18:40:12.161Z","0.0.0-next-1fa96e5-20260217130158":"2026-02-17T13:03:43.531Z","0.0.0-next-ed125e2-20260218110849":"2026-02-18T11:10:29.354Z","0.0.0-next-5409e98-20260218194727":"2026-02-18T19:48:24.395Z","0.0.0-next-2175a15-20260219030235":"2026-02-19T03:04:16.481Z","0.0.0-next-9c0e1ba-20260219115945":"2026-02-19T12:01:26.044Z","0.0.0-next-00c0435-20260220033514":"2026-02-20T03:36:41.025Z","0.0.0-next-c733a0c-20260223032218":"2026-02-23T03:23:50.726Z","2026.1.1":"2026-02-27T03:47:36.495Z","0.0.0-next-199c663-20260311135014":"2026-03-11T13:51:12.720Z","2026.1.2":"2026-03-13T19:10:03.932Z","0.0.0-next-1842c33-20260319170639":"2026-03-19T17:07:43.752Z","2026.1.3":"2026-03-27T15:15:30.384Z","2026.1.4":"2026-04-09T12:25:52.805Z","2026.4.0":"2026-04-09T18:31:52.542Z","2026.4.1":"2026-04-17T13:23:08.833Z","2026.4.2":"2026-04-24T18:15:42.132Z","2026.4.3":"2026-06-08T16:56:13.965Z","0.0.0-preview-6f87e8d-20260612064829":"2026-06-12T06:49:39.344Z","0.0.0-preview-3b5092a-20260612182858":"2026-06-12T18:30:12.696Z","2026.4.4":"2026-06-15T19:07:46.905Z","0.0.0-preview-0c3bff8-20260618001533":"2026-06-18T00:16:44.547Z","0.0.0-preview-8a708a8-20260708155454":"2026-07-08T15:56:33.129Z","0.0.0-preview-116d5d7-20260730141607":"2026-07-30T14:18:09.892Z","2026.4.5":"2026-08-14T15:15:06.739Z","2026.10.0-preview.1":"2026-08-18T16:16:35.122Z","2026.10.0-preview.2":"2026-09-02T18:26:11.593Z","2026.10.0-preview.3":"2026-09-11T18:10:21.669Z"},"bugs":{"url":"https://github.com/Shopify/hydrogen/issues"},"license":"MIT","homepage":"https://github.com/Shopify/hydrogen#readme","repository":{"url":"git+https://github.com/Shopify/hydrogen.git","type":"git","directory":"packages/hydrogen"},"description":"<div align=\"center\">","maintainers":[{"name":"jaimie.way","email":"jaimie.way@shopify.com"},{"name":"shopify-admin","email":"npmjs@shopify.com"},{"name":"shopify-dep","email":"npmjs+shopify-dep@shopify.com"},{"name":"mishsmelle","email":"michelle.oconnor@shopify.com"},{"name":"buitammy","email":"tammy.bui@shopify.com"},{"name":"chris.craig","email":"chris.craig@shopify.com"}],"readme":"","readmeFilename":""}